sage-runtime 0.2.0

Runtime library for compiled Sage programs
Documentation

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