agentic-core
Core runtime and orchestration for the Agentic Framework.
Features
- Supervisor/Executor Pattern: Distributed agent orchestration
- Graph-based Workflows: DAG execution with state management
- Validation Pipeline: Multi-stage code validation
- Async-first: Built on Tokio
Installation
[]
= "0.1"
Quick Start
use *;
async
Architecture
Supervisor
|
+-- Executor 1 (Generator)
| |
| +-- LLM Adapter
|
+-- Executor 2 (Validator)
| |
| +-- Sandbox
|
+-- Executor 3 (Corrector)
|
+-- LLM Adapter
Patterns
| Pattern | Description |
|---|---|
Supervisor |
Orchestrates multiple executors |
Executor |
Single unit of work (LLM call, validation, etc.) |
Validator |
Validates executor output |
Workflow |
Graph-based multi-step execution |
License
MIT