praxis-graph 0.2.0

React agent orchestrator for building AI agent workflows with LLM and tool execution
Documentation
1
2
3
4
5
6
pub mod llm_node;
pub mod tool_node;

pub use llm_node::LLMNode;
pub use tool_node::ToolNode;