Skip to content

Releases: pancsta/secai

v0.5.2

12 Mar 14:42

Choose a tag to compare

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

18 Jan 20:04

Choose a tag to compare

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

11 Nov 06:20

Choose a tag to compare

The license was changed to GPL.

Changelog

  • f5c03fd feat: update asyncmachine to v0.16 and new amhist

v0.2.2

19 Oct 16:22

Choose a tag to compare

  • feat: update asyncmachine to v0.15
  • fix: pull correct docker in task sync-configs
  • fix: stabilize searchxng
  • fix: bump jaeger version

Changelog

  • 07ebcec feat: update asyncmachine to v0.15

v0.2.1

19 Oct 16:21

Choose a tag to compare

Changelog

  • 5746a18 feat: update asyncmachine to v0.13

v0.2.0

26 Jun 10:41

Choose a tag to compare

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