SagentsLiveDebugger (Sagents LiveDebugger v0.4.0-rc.2)
Copy MarkdownReal-time debugging and observability for agent systems.
Similar to Phoenix LiveDashboard, this tool provides visibility into agent state, configuration, and execution flow.
Installation
Add to your router:
import SagentsLiveDebugger.Router
scope "/dev" do
pipe_through :browser
sagents_live_debugger "/debug/agents",
coordinator: MyApp.Agents.Coordinator,
conversation_provider: &MyApp.list_conversations/0
endRequired Configuration
coordinator: Module that implements the Coordinator patternconversation_provider: Function that returns list of conversation IDs
Optional Configuration
additional_pages: List of additional page modules to includemetrics_callback: Function to provide custom metrics