This wiki documents the wiseinvest-agents repository: a multi-agent Python workforce driving wiseinvest.in from 200 → 10,000 MAU in 30 days.
agents/<dept>/<id>/ (see Agents catalog & structure).runtime/) with a CLI (python3 -m runtime ...) and scheduler (runtime/scheduler.py) wrapped by the ./bin/wi script (see Runtime, scheduler, and CLI).data/stocks/<TICKER>/stock_data.json used by WiseInvest stock pages (see Agents catalog & structure and agents/engineering/stock-data-pipeline/README.md).Authoritative high-level orientation for humans and agents lives in README.md and AGENTS.md.
README.md for the growth goal, quick CLI examples, and repo layout.AGENTS.md for how Mission Control, tasks, and the scheduler fit together.catalog.yaml for the full agent list and tiers.When asked to work inside this repo:
agents/<dept>/<id>/ as the source of truth for an agent (YAML + prompts + code).catalog.yaml for the global view (tiers, triggers, depts, skills).runtime/ and bin/wi as the orchestrator and entrypoints.docs/ runbooks for operational procedures and environment expectations.See Agents catalog & structure for details.
agents/*/README.md once usage stabilizes.data/stocks/*/stock_data.json structure changes materially.