Expand description
Agentic executor.
Re-exports§
pub use engine::BoxStream;pub use engine::ExecuteRequest;pub use engine::create_conversation;pub use engine::execute;pub use error::ExecutorError;pub use error::ExecutorResult;pub use inference::call_inference;pub use modes::ConversationHandler;pub use modes::ResponseHandler;pub use persist::persist_response;pub use rehydrate::rehydrate_conversation;pub use request::ExecutionContext;pub use request::RequestContext;
Modules§
- accumulator
- Response accumulation and parsing utilities.
- engine
- Stateful conversation executor.
- error
- inference
- HTTP transport layer for LLM backend communication.
- modes
- persist
- Step 3 of the conversation pipeline — response persistence.
- rehydrate
- Step 1 of the conversation pipeline — history rehydration.
- request