Documentation Index
This is the central documentation map for HER-Ai. Use this page to navigate architecture, setup, operations, development workflow, and module-level references.
Structured TOC
-
- Project Foundations
README.md- project overview, quick start, contribution entry pointsdocs/architecture.md- runtime architecture, data flow, module responsibilitiesdocs/roadmap.md- 3-phase future implementation roadmap-
- Setup and Runtime
docs/installation.md- platform-by-platform installation and first bootdocs/configuration.md- full environment and YAML configuration referencedocs/usage.md- user/admin workflows and command usagedocs/deployment.md- container deployment and production guidance-
- Quality and Operations
docs/testing.md- test strategy and test authoring guidancedocs/admin-tooling.md- dashboard pages, CLI operations, script workflows-
- Examples and Team Workflow
docs/examples.md- prompt library and scenario walkthroughsdocs/developer-guidelines.md- coding standards, linting, git, release flow-
- Folder and Code-Area Reference
docs/folders/her-core.mddocs/folders/her-core-agents.mddocs/folders/her-core-telegram.mddocs/folders/her-core-memory.mddocs/folders/her-core-mcp.mddocs/folders/her-core-utils.mddocs/folders/dashboard.mddocs/folders/config.mddocs/folders/sandbox.mddocs/folders/tests.mddocs/folders/init-scripts.mddocs/folders/github-workflows.mddocs/folders/docs.md
Recommended Reading Paths
- New contributor:
README.md->docs/installation.md->docs/usage.md->docs/developer-guidelines.md - Operator/admin:
docs/installation.md->docs/configuration.md->docs/admin-tooling.md->docs/deployment.md - Feature developer:
docs/architecture.md->docs/folders/her-core.md->docs/testing.md->docs/developer-guidelines.md
Cross-Reference Entry Points
- Runtime bootstrap:
her-core/main.py - Telegram handler logic:
her-core/her_telegram/handlers.py - MCP integration:
her-core/her_mcp/manager.py - Scheduler and task persistence:
her-core/utils/scheduler.py - Dashboard UI and data readers:
dashboard/app.py - Container orchestration:
docker-compose.yml - CI workflow:
.github/workflows/ci.yml