core-agent-ide/codex-rs/state/src
jif-oai 79ad7b247b
feat: change multi-agent to use path-like system instead of uuids (#15313)
This PR add an URI-based system to reference agents within a tree. This
comes from a sync between research and engineering.

The main agent (the one manually spawned by a user) is always called
`/root`. Any sub-agent spawned by it will be `/root/agent_1` for example
where `agent_1` is chosen by the model.

Any agent can contact any agents using the path.

Paths can be used either in absolute or relative to the calling agents

Resume is not supported for now on this new path
2026-03-20 18:23:48 +00:00
..
bin Align SQLite feedback logs with feedback formatter (#13494) 2026-03-18 22:44:31 +00:00
model feat: change multi-agent to use path-like system instead of uuids (#15313) 2026-03-20 18:23:48 +00:00
runtime feat: change multi-agent to use path-like system instead of uuids (#15313) 2026-03-20 18:23:48 +00:00
extract.rs feat: change multi-agent to use path-like system instead of uuids (#15313) 2026-03-20 18:23:48 +00:00
lib.rs feat: add graph representation of agent network (#15056) 2026-03-19 10:21:25 +00:00
log_db.rs Align SQLite feedback logs with feedback formatter (#13494) 2026-03-18 22:44:31 +00:00
migrations.rs Move sqlite logs to a dedicated database (#13772) 2026-03-06 10:54:20 -08:00
paths.rs feat: sqlite 1 (#10004) 2026-01-28 15:29:14 +01:00
runtime.rs Align SQLite feedback logs with feedback formatter (#13494) 2026-03-18 22:44:31 +00:00