Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.36 KB

File metadata and controls

32 lines (24 loc) · 1.36 KB

ARGent Documentation

Principle: Code is the best documentation. These docs provide high-level context and design rationale, not implementation details.

Quick Navigation

Document Purpose
PROJECT_VISION.md What ARGent is and why it exists
AGENT_PHILOSOPHY.md Design principles for agents that feel alive
ARCHITECTURE.md Tech stack, key decisions, and system overview
FEATURES.md User journeys and feature decisions
ROADMAP.md Development roadmap with checkable milestones

Story Bible

Document Purpose
story/PREMISE.md The hook, characters, and narrative foundation
story/THE_TRUTH.md Ground truth - what's real vs what agents claim
story/STORY_SYSTEM.md Design philosophy for emergent narrative
story/TIMELINE.md Opening week narrative beats

Implementation Reference

For implementation details, see the code:

  • Agents: src/agents/ - Ember, Miro, persona system
  • API: src/api/ - Registration, inbox, webhooks
  • Models: src/models/ - Database schema
  • Services: src/services/ - Email, SMS, scheduling
  • Scheduler: src/scheduler/ - Event triggers