forked from anthropics/financial-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent.yaml
More file actions
28 lines (22 loc) · 936 Bytes
/
Copy pathagent.yaml
File metadata and controls
28 lines (22 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Valuation Reviewer — managed-agent cookbook
name: valuation-reviewer
model: claude-opus-4-7
system:
file: ../../plugins/agent-plugins/valuation-reviewer/agents/valuation-reviewer.md
append: "You are running headless. Produce files in ./out/; do not assume an open Office document."
tools:
- type: agent_toolset_20260401
default_config: { enabled: false }
configs:
- { name: read, enabled: true }
- { name: grep, enabled: true }
- { name: glob, enabled: true }
- { type: mcp_toolset, mcp_server_name: portfolio, default_config: { enabled: true } }
mcp_servers:
- { type: url, name: portfolio, url: "${PORTFOLIO_MCP_URL}" }
skills:
- { from_plugin: ../../plugins/agent-plugins/valuation-reviewer }
callable_agents:
- { manifest: ./subagents/package-reader.yaml }
- { manifest: ./subagents/valuation-runner.yaml }
- { manifest: ./subagents/publisher.yaml } # only leaf with Write