Commit graph

5 commits

Author SHA1 Message Date
Zachery Aaron Shores-Chmielewski
e538f06f70 feat: tui, agent interface, stats hook
Runtime dashboard now features a TUI option and an interface for LLM tool use. Removed some bloat from stats collecting and replaced with a hook funciton to dump runtime stats into.
2026-02-11 22:20:33 +07:00
2da9198ee9 fix: stats datatypes and refactor channel signature (#28) 2026-02-10 07:35:58 +00:00
ef08d3e7a5 feat: transport protocol (#27)
Address actors via ID, send messages over transport (TCP, QUIC, etc)
2026-02-09 19:05:37 +00:00
845132ff18 feat: mt benchmark (#25) 2026-02-09 14:02:40 +00:00
1a64f421bf feat: runtime dashboard and docs (#23)
Live and replay demo for a runtime dashboard. Added docs with svg files.
2026-02-09 09:04:57 +00:00