Agent Graph (epic)

t-513·WorkTask·
·
·
Created3 weeks ago·Updated3 weeks ago

Description

Edit

Implement the Agent Graph system - a DAG-based conversation model that unifies navigation, forking, joining, and multi-agent coordination.

See: Omni/Agent/Graph/DESIGN.md for full design.

Key Features

  • DAG of conversation nodes (not linear sessions)
  • Humans and agents have identical capabilities via same API
  • Fork/join for parallel agent work
  • Dynamic context from graph position + memory
  • Auto-summarization when paths get long

Non-Goals (v1)

  • Pruning/garbage collection
  • Distributed graphs
  • Real-time collaboration

Timeline (2)

💬[human]3 weeks ago

FRAMING UPDATE: One agent, many thought-lines (not multiple agents). Fork = pursue parallel line of thought. Join = synthesize thoughts. All threads share identity + memory.