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
14 changes: 13 additions & 1 deletion python/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,16 @@ API_DEBUG=false

# Database settings
DB_CHARSET=utf8mb4
DB_COLLATION=utf8mb4_unicode_ci
DB_COLLATION=utf8mb4_unicode_ci

# SEC Agent Configuration
# Email address for SEC API requests (required by SEC)
SEC_EMAIL=your.name@example.com

# Model IDs for OpenRouter
SEC_PARSER_MODEL_ID=openai/gpt-4o-mini
SEC_ANALYSIS_MODEL_ID=deepseek/deepseek-chat-v3-0324

# SEC Agent Settings
SEC_MAX_FILINGS=5
SEC_REQUEST_TIMEOUT=30
3 changes: 2 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies = [
"requests>=2.32.5",
"akshare>=1.17.44",
"agno[openai]>=1.8.2,<2.0",
"edgartools>=4.12.2",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -75,4 +76,4 @@ norecursedirs = [
"third_party",
"examples",
"docs",
]
]
Loading