-
Notifications
You must be signed in to change notification settings - Fork 0
API agentmesh_core
Devrajsinh Gohil edited this page Aug 30, 2026
·
1 revision
C++ Pybind11 extension module exposing bare-metal graph execution primitives.
Registers a node with the given string identifier and callable handler.
Adds a static directed edge between two nodes.
Binds a dynamic router function to source_node.
Registers a binary reducer function for channel aggregation on field.
Sets the starting entry node for workflow execution.
Executes the workflow graph using wave scheduling and returns the final state.\n
Getting Started
How-To Guides
- Compile a Graph
- Annotated Reducers
- Parallel Fanout
- Send() Map-Reduce
- Command() Routing
- Nested Subgraphs
- Async & Streaming
- Checkpointing & State
- Financial Swarm Example
Architecture
- System Overview
- C++ Engine Internals
- O(1) Scheduler
- Dual-Tier Graph
- Persistence & WAL
- Zero-Copy Pybind Bridge
- SOLID Design Principles
API Reference
Benchmarks
Contributing