stasis-rs 0.1.0

Durable AI orchestration framework with runtime jobs, lineage, and memory integration
Documentation
1
2
3
4
5
6
7
pub mod agent_repository;
pub mod ai_chat_client;
pub mod ai_chat_response_cache;
pub mod ai_chat_tool_interceptor;
pub mod llm_gateway;
pub mod memory;
pub mod runtime;