stasis-rs 0.1.0

Durable AI orchestration framework with runtime jobs, lineage, and memory integration
Documentation
pub mod agent_session_job_handler;
pub mod agent_turn_job_handler;
pub mod chat_client_middleware;
pub mod concurrent_pattern_job_handler;
pub mod coordinator_failover_job_handler;
pub mod default_chat_middlewares;
pub mod grapheme_echo_job_handler;
pub mod grapheme_healthcheck_job_handler;
pub mod grapheme_job_handler;
pub mod grapheme_textops_job_handler;
pub mod handoff_pattern_job_handler;
pub mod identity_context_compiler;
pub mod in_memory_runtime;
pub mod memory_aggregate_job_handler;
pub mod memory_operation_job_outcome_helpers;
pub mod memory_persistence_helpers;
pub mod memory_recall_request_builder;
pub mod memory_recall_job_handler;
pub mod memory_rollup_job_handler;
pub mod memory_schema_job_handler;
pub mod memory_transform_job_handler;
pub mod orchestrator_pattern_job_handler;
pub mod prompt_chat_job_handler;
pub mod queue_ownership_rebalance_job_handler;
pub mod replay_report;
pub mod retention;
pub mod runtime_diagnostics_helpers;
pub mod runtime_handler_execution_context;
pub mod runtime_job_identity_context;
pub mod runtime_factory;
pub mod sequential_pattern_job_handler;
pub mod stasis_runtime_builder;
pub mod surreal_runtime;
pub mod tool_loop_job_handler;