Skip to content

Releases: dimamik/legion_web

v0.3.0

21 Apr 15:11
be44dfb

Choose a tag to compare

Changes

  • Introduce TraceReducer - incremental state machine that pairs LLM and eval events, groups sub-agent spans, and collapses redundant eval_and_complete + return/done pairs, replacing the previous multi-pass list processing in the Trace component
  • Add system prompt overlay with agent config badges, accessible from the agent detail header
  • Inline eval results directly into their parent LLM step instead of rendering separate rows
  • Display final LLM response text and LLM errors in trace view
  • Add ResetForm JS hook to clear chat input after submit
  • Properly escape quoted strings when extracting HumanTool.ask questions
  • Use Igniter module aliases in the install mix task
  • Add tests for DashboardLive, TraceReducer error paths, and legion_web.install task

v0.1.0

15 Mar 16:25
93b4566

Choose a tag to compare

Initial release of legion_web - stateless dashboard for monitoring your AI Agents spawned by Legion.

Legion is an Elixir-native framework for building AI agents. Unlike traditional function-calling approaches, Legion agents generate and execute actual Elixir code, giving them the full power of the language while staying safely sandboxed.

LegionWeb Dashboard