sage-runtime 1.0.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
  • RFC-0011: Tool execution (Http, Fs, etc.)
  • RFC-0012: Mock infrastructure for testing
  • Tracing and observability
  • Error handling