Stable v0.8.0
Agent Session Manager
A comprehensive Elixir library for managing AI agent sessions, state persistence, conversation context, and multi-agent orchestration workflows.
Stats & Info
- Latest release: v0.8.0
- Recent downloads: 22145
- All-time downloads: 22145
- Maintainers: nshkrdotcom
Installation
Add agent_session_manager to your list of dependencies in mix.exs:
def deps do
[
{:agent_session_manager, "~> 0.8.0"}
]
endThen run:
mix deps.get