Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/configs/agent_cards/sec_agent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "SecAgent",
"name": "SECAgent",
"display_name": "SEC Agent",
"url": "http://localhost:10003/",
"description": "SecAgent can analyze SEC filings like 10-Q, 10-K, 13-F and analyze stock holdings of institutional investment managers. It can chat about stock performance, financial metrics, and market trends or track specific stocks and provide updates.",
Expand Down
2 changes: 1 addition & 1 deletion python/scripts/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ValuationAnalystAgent": "valuation_analyst",
"WarrenBuffettAgent": "warren_buffett",
}
SEC_AGENT_NAME = "SecAgent"
SEC_AGENT_NAME = "SECAgent"
TRADING_AGENTS_NAME = "TradingAgentsAdapter"
AGENTS = list(MAP_NAME_ANALYST.keys()) + [SEC_AGENT_NAME, TRADING_AGENTS_NAME]

Expand Down