memory.chunkpersistent judgmenttool.callexternal actionverify.outputconfidence gate
p(y|x)sim(q, d)score = cosine(q, chunk)RAG(x)observe -> reason -> actif confidence < thresholdinput -> retrieve -> compose -> verify -> output
const agent = createWorkflow()await tools.search(query)const docs = await retrieve(input)trace.write(step)return structured_output
公开笔记合同审查智能体
合同审查智能体开发笔记
这里会记录我开发这个智能体时的公开笔记,包括设计思路、流程拆解、提示词结构、工具接入和测试结果。
01设计目标
即将更新
02流程拆解
即将更新
03提示词结构
即将更新
04工具接入
即将更新
05测试记录
即将更新