Releases: pancsta/secai
Releases · pancsta/secai
v0.5.2
Featuring fully embedded devtools and WebAssembly UIs.
Changes:
- feat: add WebAssembly agent UI
- feat: add WebAssembly dashboard UI
- feat: add web log viewer
- feat: add web DB viewer
- feat: add embedded debugger with web view
- feat: add embedded REPL with web view
- refac: move stories to main framework
- fix: add multitude of fixes
- chore: update asyncmachine to v0.18.2
Known issues:
- only one web dashboard and one web agent UI at the same time
- web TUIs broken on windows
- closing web TUI disconns all the TUIs
- JSONL log viewer has a random order of fields
Changelog
v0.4.0
Changes:
- feat: merge TUIs into 1, drop zellij
- feat: manage SQL schemas via GORM
- feat: support local OpenAI APIs and Gemini
- feat: log JSONL to a file
- feat: add machine REPL
- feat: update to asynmachine v0.17
- feat: add full machine SQL history
- feat: add KDL config
- feat: port asciigraph to tcell
Regressions:
- no keyboard navigation in TUI
- single-line prompt
- research example broken
Changelog
v0.3.0
v0.2.2
v0.2.1
v0.2.0
The is the first downloadable release. To start an agent:
- download && unpack
- run eg
./aigent-cook - paste the "TUI Desktop" line in another terminal and the same directory
Changelog
- cec34fe feat: add agent cook
- 511fe6d feat: add agent deploy and metrics
- 43a387b feat: add stories and clock TUI
- 0ef8cf5 feat: update agent research to v0.2
- e63bd0d feat: update configs to v0.2
- aef00ce feat: update secai to v0.2
- 6956672 feat: update tools to v0.2
- 1642108 fix: add misc fixes
- 5b291fe fix: fix getting started procedure