Default assistants
When the server starts, Aegra automatically creates a default assistant for each graph defined inaegra.json. The default assistant uses the graph ID as its assistant ID, so you can use graph IDs directly in runs without creating assistants manually.
"agent" that you can use immediately.
Creating assistants
Create custom assistants with specific configurations:Idempotent creation
Useif_exists to avoid errors when the assistant already exists:
Listing and searching
Updating assistants
Versioning
Assistants are versioned. Each update creates a new version while preserving the history:Graph schemas
Retrieve the input, output, state, and config schemas for an assistant’s graph:Graph visualization
Get the graph structure for visualization:nodes and edges that can be rendered by LangGraph Studio or custom visualizers.