Add run-scoped skill and prompt asset management
This commit is contained in:
37
backend/config/agent_profiles.yaml
Normal file
37
backend/config/agent_profiles.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
fundamentals_analyst:
|
||||
skills:
|
||||
- fundamental_review
|
||||
active_tool_groups:
|
||||
- fundamentals
|
||||
- valuation
|
||||
|
||||
technical_analyst:
|
||||
skills:
|
||||
- technical_review
|
||||
active_tool_groups:
|
||||
- technical
|
||||
|
||||
sentiment_analyst:
|
||||
skills:
|
||||
- sentiment_review
|
||||
active_tool_groups:
|
||||
- sentiment
|
||||
|
||||
valuation_analyst:
|
||||
skills:
|
||||
- valuation_review
|
||||
active_tool_groups:
|
||||
- valuation
|
||||
- fundamentals
|
||||
|
||||
portfolio_manager:
|
||||
skills:
|
||||
- portfolio_decisioning
|
||||
active_tool_groups:
|
||||
- portfolio_ops
|
||||
|
||||
risk_manager:
|
||||
skills:
|
||||
- risk_review
|
||||
active_tool_groups:
|
||||
- risk_ops
|
||||
Reference in New Issue
Block a user