Skip to content

v0.1.0

Latest

Choose a tag to compare

@bradleygolden bradleygolden released this 01 Dec 21:18
· 5 commits to main since this release

[0.1.0] - 2024-12-01

Added

  • Initial release
  • AshAgentSession.Resource extension for adding session persistence to agents
  • agent_session DSL block with context_attribute option
  • start_session action for creating new sessions with instruction arguments
  • continue_session action for continuing existing sessions
  • get_context_run action for retrieving session context
  • Context serialization for persisting conversation state
  • Integration with AshAgent's context management