core-agent-ide/codex-rs/state/src
jif-oai 70cdb17703
feat: add graph representation of agent network (#15056)
Add a representation of the agent graph. This is now used for:
* Cascade close agents (when I close a parent, it close the kids)
* Cascade resume (oposite)

Later, this will also be used for post-compaction stuffing of the
context

Direct fix for: https://github.com/openai/codex/issues/14458
2026-03-19 10:21:25 +00:00
..
bin Align SQLite feedback logs with feedback formatter (#13494) 2026-03-18 22:44:31 +00:00
model feat: add graph representation of agent network (#15056) 2026-03-19 10:21:25 +00:00
runtime feat: add graph representation of agent network (#15056) 2026-03-19 10:21:25 +00:00
extract.rs Feat: CXA-1831 Persist latest model and reasoning effort in sqlite (#14859) 2026-03-17 10:14:34 -07: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