serdes-ai-graph
Graph-based execution and multi-agent orchestration for serdes-ai
This crate provides graph-based workflow execution for SerdesAI:
Graphbuilder for defining workflowsBaseNodetrait for custom nodes- State management across nodes
- Conditional branching and loops
- Multi-agent orchestration
Installation
[]
= "0.1"
Usage
use ;
use async_trait;
;
let graph = new
.node
.entry
.build?;
let result = graph.run.await?;
Part of SerdesAI
This crate is part of the SerdesAI workspace.
For most use cases, you should use the main serdes-ai crate which re-exports these types.
License
MIT License - see LICENSE for details.