Runtime library for compiled Sage programs.
This crate provides the types and functions that generated Rust code depends on. It handles:
- Agent spawning and lifecycle
- Message passing between agents
- LLM inference calls
- Error handling
Runtime library for compiled Sage programs.
This crate provides the types and functions that generated Rust code depends on. It handles: