List of all items
Structs
- AppState
- agents::configurable::ConfigurableAgent
- agents::orchestrator::OrchestratorAgent
- agents::registry::AgentRegistry
- agents::registry::AgentRegistryBuilder
- agents::router::RouterAgent
- api::handlers::agents::AgentInfo
- api::handlers::chat::StreamEvent
- api::handlers::user_agents::AgentResponse
- api::handlers::user_agents::CreateAgentRequest
- api::handlers::user_agents::CreateAgentResponse
- api::handlers::user_agents::GetAgentQuery
- api::handlers::user_agents::ListAgentsQuery
- api::handlers::user_agents::UpdateAgentRequest
- api::handlers::workflows::WorkflowInfo
- auth::jwt::AuthService
- auth::middleware::AuthUser
- cli::Cli
- cli::init::InitConfig
- cli::output::Output
- db::ares_vector::AresVectorStore
- db::traits::ConversationSummary
- db::turso::AgentExecution
- db::turso::TursoClient
- db::turso::User
- db::turso::UserAgent
- db::vectorstore::CollectionInfo
- db::vectorstore::CollectionStats
- db::vectorstore::InMemoryVectorStore
- llm::client::LLMClientFactory
- llm::client::LLMResponse
- llm::ollama::OllamaClient
- llm::ollama::OllamaToolCoordinator
- llm::ollama::ToolCallRecord
- llm::ollama::ToolCallingConfig
- llm::ollama::ToolCoordinatorResult
- llm::openai::OpenAIClient
- llm::provider_registry::ConfigBasedLLMFactory
- llm::provider_registry::ProviderRegistry
- mcp::server::CalculatorArgs
- mcp::server::McpServer
- mcp::server::WebSearchArgs
- rag::chunker::Chunk
- rag::chunker::ChunkerConfig
- rag::chunker::TextChunker
- rag::embeddings::EmbeddingConfig
- rag::embeddings::EmbeddingService
- rag::embeddings::LegacyEmbeddingService
- rag::embeddings::TextEmbedding
- rag::reranker::RerankedResult
- rag::reranker::Reranker
- rag::reranker::RerankerConfig
- rag::search::Bm25Index
- rag::search::FuzzyIndex
- rag::search::HybridWeights
- rag::search::RrfFusion
- rag::search::SearchEngine
- rag::search::SearchRequest
- rag::search::SearchResult
- research::coordinator::ResearchCoordinator
- tools::calculator::Calculator
- tools::registry::ToolRegistry
- tools::search::WebSearch
- types::AgentContext
- types::ChatRequest
- types::ChatResponse
- types::Claims
- types::Document
- types::DocumentMetadata
- types::LoginRequest
- types::MemoryFact
- types::Message
- types::Preference
- types::RagDeleteCollectionRequest
- types::RagDeleteCollectionResponse
- types::RagIngestRequest
- types::RagIngestResponse
- types::RagSearchRequest
- types::RagSearchResponse
- types::RagSearchResult
- types::RegisterRequest
- types::ResearchRequest
- types::ResearchResponse
- types::SearchFilter
- types::SearchQuery
- types::SearchResult
- types::Source
- types::TokenResponse
- types::ToolCall
- types::ToolDefinition
- types::ToolResult
- types::UserMemory
- types::WorkflowRequest
- utils::toml_config::AgentConfig
- utils::toml_config::AresConfig
- utils::toml_config::AresConfigManager
- utils::toml_config::AuthConfig
- utils::toml_config::ConfigWarning
- utils::toml_config::DatabaseConfig
- utils::toml_config::DynamicConfigPaths
- utils::toml_config::HybridWeightsConfig
- utils::toml_config::ModelConfig
- utils::toml_config::QdrantConfig
- utils::toml_config::RagConfig
- utils::toml_config::ServerConfig
- utils::toml_config::ToolConfig
- utils::toml_config::WorkflowConfig
- utils::toon_config::ConfigWarning
- utils::toon_config::DynamicConfig
- utils::toon_config::DynamicConfigManager
- utils::toon_config::ToonAgentConfig
- utils::toon_config::ToonMcpConfig
- utils::toon_config::ToonModelConfig
- utils::toon_config::ToonToolConfig
- utils::toon_config::ToonWorkflowConfig
- workflows::engine::WorkflowEngine
- workflows::engine::WorkflowOutput
- workflows::engine::WorkflowStep
Enums
- cli::AgentCommands
- cli::Commands
- cli::init::InitResult
- db::traits::DatabaseProvider
- db::vectorstore::VectorStoreProvider
- llm::client::Provider
- rag::chunker::ChunkingStrategy
- rag::embeddings::AccelerationBackend
- rag::embeddings::EmbeddingModelType
- rag::embeddings::FastEmbedModel
- rag::embeddings::SparseModel
- rag::embeddings::SparseModelType
- rag::reranker::RerankerModelType
- rag::search::SearchStrategy
- types::AgentType
- types::AppError
- types::MessageRole
- utils::toml_config::ConfigError
- utils::toml_config::ConfigWarningKind
- utils::toml_config::ProviderConfig
- utils::toon_config::ToonConfigError
- utils::toon_config::WarningKind
Traits
- agents::Agent
- db::traits::DatabaseClient
- db::vectorstore::VectorStore
- llm::client::LLMClient
- llm::client::LLMClientFactoryTrait
- tools::registry::Tool
- utils::toon_config::HasName
Functions
- api::handlers::agents::list_agents
- api::handlers::auth::login
- api::handlers::auth::refresh_token
- api::handlers::auth::register
- api::handlers::chat::chat
- api::handlers::chat::chat_stream
- api::handlers::chat::get_user_memory
- api::handlers::rag::delete_collection
- api::handlers::rag::ingest
- api::handlers::rag::list_collections
- api::handlers::rag::search
- api::handlers::research::deep_research
- api::handlers::user_agents::create_agent
- api::handlers::user_agents::delete_agent
- api::handlers::user_agents::export_agent_toon
- api::handlers::user_agents::get_agent
- api::handlers::user_agents::import_agent_toon
- api::handlers::user_agents::list_agents
- api::handlers::user_agents::resolve_agent
- api::handlers::user_agents::update_agent
- api::handlers::workflows::execute_workflow
- api::handlers::workflows::list_workflows
- api::routes::create_router
- auth::middleware::auth_middleware
- cli::init::run