Skip to content

DAARION Documentation Index

Quick navigation for all documentation


๐Ÿš€ Quick Start

For New Developers

  1. PROJECT_CONTEXT.md โ€” Project overview
  2. INFRASTRUCTURE.md โ€” Servers, ports, services
  3. docs/cursor/README.md โ€” Cursor AI documentation (72 docs)

For Implementation

  1. docs/tasks/README.md โ€” Cursor-ready tasks โญ
  2. MESSAGING_ARCHITECTURE.md โ€” Complete tech spec
  3. MESSENGER_TESTING_GUIDE.md โ€” Testing guide

๐Ÿ“‹ Cursor Tasks (New!)

Ready-to-use tasks for Cursor AI:

Priority 1: Agent Integration

Priority 2: Agent Hub

  • TASK_AGENT_HUB_MVP.md
  • 2 weeks, High priority
  • Main interface for working with agents
  • Reuses Messenger components

๐Ÿ—๏ธ Architecture

Core Specs

Technical Docs


๐Ÿ“š Cursor AI Documentation (72 docs)

See: docs/cursor/README.md

Key Documents

  1. MVP & Architecture (00-07)
  2. 00_overview_microdao.md โ€” System overview
  3. 01_product_brief_mvp.md โ€” Product requirements
  4. 02_architecture_basics.md โ€” Technical architecture
  5. 03_api_core_snapshot.md โ€” API contracts
  6. MVP_VERTICAL_SLICE.md โ€” Implementation plan

  7. Agent System (08-24)

  8. 12_agent_runtime_core.md โ€” Agent Runtime Core
  9. 13_agent_memory_system.md โ€” Memory system
  10. 21_agent_only_interface.md โ€” Agent-Only Interface
  11. 22_operator_modes_and_system_agents.md โ€” System agents

  12. Infrastructure (25-50)

  13. 25_deployment_infrastructure.md โ€” Deployment
  14. 27_database_schema_migrations.md โ€” Database schema
  15. 34_internal_services_architecture.md โ€” 17 services
  16. 42_nats_event_streams_and_event_catalog.md โ€” NATS events

๐Ÿ”ง Implementation Guides

Completed Modules

In Progress


๐Ÿงช Testing

Messenger Testing

  • MESSENGER_TESTING_GUIDE.md โ€” 13 test scenarios
  • Basic messaging
  • Element compatibility
  • Agent posting
  • WebSocket
  • E2EE channels

General Testing


๐Ÿ“Š Data Models

Database

API


๐ŸŽฏ Roadmap & Plans

Current Phase

  • โœ… Phase 1: Messenger Core (Complete)
  • ๐Ÿ“‹ Phase 2: Agent Integration (Next)
  • ๐Ÿ“‹ Phase 2.5: Agent Hub (Parallel)

Planning Docs


๐Ÿ” Security & Infrastructure

Security

Infrastructure


๐ŸŒ Integration Guides

DAARION.city

External Systems


๐Ÿ’ฐ Tokenomics

Core Docs


๐Ÿ“ Quick Reference

Files by Type

Configuration

  • ../package.json โ€” Frontend dependencies
  • ../vite.config.ts โ€” Vite config
  • ../docker-compose.messenger.yml โ€” Messenger stack
  • ../docker-compose.agents.yml โ€” Agent services (to be created)

Migrations

  • ../migrations/001_create_messenger_schema.sql โ€” Messenger DB

Services

  • ../services/messaging-service/ โ€” Messaging API
  • ../services/matrix-gateway/ โ€” Matrix adapter
  • ../services/city-service/ โ€” City API
  • ../services/space-service/ โ€” Space API

Frontend

  • ../src/features/messenger/ โ€” Messenger UI
  • ../src/features/city/ โ€” City Dashboard
  • ../src/features/space-dashboard/ โ€” Space Dashboard
  • ../src/features/onboarding/ โ€” Onboarding

๐Ÿ” Search Tips

Find by Topic

  • Messenger: Search for "messaging", "Matrix", "channels"
  • Agents: Search for "agent", "runtime", "LLM"
  • Infrastructure: Search for "deployment", "docker", "NATS"
  • Security: Search for "security", "PDP", "capabilities"

Find by File Type

  • .md โ€” Documentation
  • .dbml โ€” Database models
  • .sql โ€” Migrations
  • .ipynb โ€” Jupyter notebooks
  • .yml โ€” Docker configs

๐Ÿ“ž Support

Documentation Issues

Implementation Help


Last Updated: 2025-11-24
Version: 1.1.0
Maintainer: DAARION Platform Team