-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (31 loc) · 1.61 KB
/
Copy path.env.example
File metadata and controls
34 lines (31 loc) · 1.61 KB
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
29
30
31
32
33
34
# =============================================================================
# Where to put your real file
# =============================================================================
# Copy this file to: .env at the REPO ROOT (same folder as requirements.txt)
# cursor-hackathon/.env
#
# Optional: you can instead use sec_agent/.env for local experiments — both are
# loaded (repo root first). Secrets belong only in .env (never commit .env).
#
# =============================================================================
# SEC EDGAR — do you need to "subscribe"?
# =============================================================================
# No. data.sec.gov and www.sec.gov/Archives are free public APIs. You only need
# a proper User-Agent string so SEC can contact you if traffic is abusive.
# Set SEC_USER_AGENT below (or rely on the default in sec_agent/config.py).
#
# =============================================================================
# Firecrawl vs crawl4ai
# =============================================================================
# This project uses Playwright (Google) + crawl4ai (page markdown). Firecrawl is
# not used.
#
# =============================================================================
# Secrets (set in .env)
# =============================================================================
# Google AI / Gemini (required for the agent)
GEMINI_API_KEY=
# Optional: only if you want to override the default in config.py
# SEC_USER_AGENT=YourName your@email.com
# Optional: model id (default is in config.py, not duplicated here)
# AGENT_MODEL=gemini/gemini-3.1-flash-lite-preview