List of all items
Structs
- AppState
- agents::configurable::ConfigurableAgent
- agents::orchestrator::OrchestratorAgent
- agents::registry::AgentRegistry
- agents::registry::AgentRegistryBuilder
- agents::router::RouterAgent
- api::handlers::admin::AgentRunsQuery
- api::handlers::admin::AlertsQuery
- api::handlers::admin::ApiKeyResponse
- api::handlers::admin::AuditLogQuery
- api::handlers::admin::CreateApiKeyRequest
- api::handlers::admin::CreateTenantRequest
- api::handlers::admin::DailyUsageEntry
- api::handlers::admin::DailyUsageQuery
- api::handlers::admin::ProvisionClientRequest
- api::handlers::admin::ProvisionClientResponse
- api::handlers::admin::ResolveAlertRequest
- api::handlers::admin::TenantResponse
- api::handlers::admin::UpdateQuotaRequest
- api::handlers::admin::UsageResponse
- api::handlers::agents::AgentInfo
- api::handlers::auth::LogoutRequest
- api::handlers::auth::LogoutResponse
- api::handlers::auth::RefreshTokenRequest
- api::handlers::chat::StreamEvent
- api::handlers::conversations::ConversationDetails
- api::handlers::conversations::ConversationMessage
- api::handlers::conversations::ConversationSummary
- api::handlers::conversations::UpdateConversationRequest
- api::handlers::deploy::DeployRequest
- api::handlers::deploy::DeployResponse
- api::handlers::deploy::DeployStatus
- api::handlers::deploy::ServiceHealth
- api::handlers::user_agents::CreateUserAgentReq
- api::handlers::user_agents::UserAgentResponse
- api::handlers::v1::CreateApiKeyRequest
- api::handlers::v1::CreateApiKeyResponse
- api::handlers::v1::DailyUsage
- api::handlers::v1::Paginated
- api::handlers::v1::PaginationQuery
- api::handlers::v1::V1Agent
- api::handlers::v1::V1AgentLog
- api::handlers::v1::V1AgentRun
- api::handlers::v1::V1ApiKey
- api::handlers::v1::V1Usage
- api::handlers::workflows::WorkflowInfo
- auth::jwt::AuthService
- auth::middleware::AuthUser
- cli::Cli
- cli::init::InitConfig
- cli::output::Output
- db::agent_runs::AgentRun
- db::agent_runs::AgentRunStats
- db::agent_runs::AllAgentsEntry
- db::agent_runs::PlatformStats
- db::alerts::Alert
- db::ares_vector::AresVectorStore
- db::audit_log::AuditLogEntry
- db::postgres::Conversation
- db::postgres::PostgresClient
- db::postgres::User
- db::postgres::UserAgent
- db::tenant_agents::AgentTemplate
- db::tenant_agents::CreateTenantAgentRequest
- db::tenant_agents::TenantAgent
- db::tenant_agents::UpdateTenantAgentRequest
- db::tenants::TenantDb
- db::tenants::UsageSummary
- db::traits::ConversationSummary
- db::vectorstore::CollectionInfo
- db::vectorstore::CollectionStats
- db::vectorstore::InMemoryVectorStore
- llm::capabilities::CapabilityRequirements
- llm::capabilities::CapabilityRequirementsBuilder
- llm::capabilities::ModelCapabilities
- llm::capabilities::ModelWithCapabilities
- llm::client::LLMClientFactory
- llm::client::LLMResponse
- llm::client::ModelParams
- llm::client::TokenUsage
- llm::coordinator::ConversationMessage
- llm::coordinator::CoordinatorResult
- llm::coordinator::ToolCallRecord
- llm::coordinator::ToolCallingConfig
- llm::coordinator::ToolCoordinator
- llm::ollama::OllamaClient
- llm::openai::OpenAIClient
- llm::pool::ClientPool
- llm::pool::ClientPoolBuilder
- llm::pool::PoolConfig
- llm::pool::PoolStats
- llm::pool::PooledClientGuard
- llm::pool::ProviderPoolStats
- llm::provider_registry::ConfigBasedLLMFactory
- llm::provider_registry::ModelInfo
- llm::provider_registry::ProviderRegistry
- mcp::auth::McpSession
- mcp::client::McpClient
- mcp::client::McpServerConfig
- mcp::eruka_proxy::ErukaProxy
- mcp::registry::McpRegistry
- mcp::server::AresMcpServer
- mcp::tools::AgentSummary
- mcp::tools::DeployAgentInput
- mcp::tools::DeployAgentOutput
- mcp::tools::ErukaReadInput
- mcp::tools::ErukaReadOutput
- mcp::tools::ErukaSearchInput
- mcp::tools::ErukaSearchOutput
- mcp::tools::ErukaSearchResult
- mcp::tools::ErukaWriteInput
- mcp::tools::ErukaWriteOutput
- mcp::tools::GetStatusInput
- mcp::tools::GetStatusOutput
- mcp::tools::GetUsageInput
- mcp::tools::GetUsageOutput
- mcp::tools::ListAgentsInput
- mcp::tools::ListAgentsOutput
- mcp::tools::RunAgentInput
- mcp::tools::RunAgentOutput
- mcp::tools::SourceRef
- mcp::tools::UsagePeriod
- mcp::tools::UsageQuota
- mcp::tools::UsageStats
- models::tenant::ApiKey
- models::tenant::Tenant
- models::tenant::TenantContext
- models::tenant::TenantQuota
- rag::cache::CacheConfig
- rag::cache::CacheStats
- rag::cache::LruEmbeddingCache
- rag::cache::NoOpCache
- rag::chunker::Chunk
- rag::chunker::ChunkerConfig
- rag::chunker::TextChunker
- rag::search::Bm25Index
- rag::search::FuzzyIndex
- rag::search::HybridWeights
- rag::search::QueryCorrection
- 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
- api::handlers::deploy::DeployState
- api::handlers::v1::V1AgentStatus
- cli::AgentCommands
- cli::Commands
- cli::init::InitResult
- db::traits::DatabaseProvider
- db::vectorstore::VectorStoreProvider
- llm::client::Provider
- llm::coordinator::FinishReason
- llm::coordinator::MessageRole
- mcp::auth::McpAuthError
- mcp::client::McpError
- mcp::eruka_proxy::ErukaProxyError
- mcp::usage::McpOperation
- models::tenant::TenantTier
- rag::chunker::ChunkingStrategy
- rag::search::SearchStrategy
- types::AgentType
- types::AppError
- types::ErrorCode
- 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
- rag::cache::EmbeddingCache
- tools::registry::Tool
- utils::toon_config::HasName
Functions
- agents::tenant_agent::create_tenant_agent
- api::handlers::admin::admin_middleware
- api::handlers::admin::create_api_key
- api::handlers::admin::create_tenant
- api::handlers::admin::create_tenant_agent_handler
- api::handlers::admin::delete_tenant_agent_handler
- api::handlers::admin::get_agent_stats_handler
- api::handlers::admin::get_daily_usage
- api::handlers::admin::get_platform_stats
- api::handlers::admin::get_tenant
- api::handlers::admin::get_tenant_usage
- api::handlers::admin::list_agent_runs_handler
- api::handlers::admin::list_agent_templates_handler
- api::handlers::admin::list_alerts
- api::handlers::admin::list_all_agents_handler
- api::handlers::admin::list_api_keys
- api::handlers::admin::list_audit_log
- api::handlers::admin::list_models_handler
- api::handlers::admin::list_tenant_agents_handler
- api::handlers::admin::list_tenants
- api::handlers::admin::provision_client
- api::handlers::admin::resolve_alert
- api::handlers::admin::update_tenant_agent_handler
- api::handlers::admin::update_tenant_quota
- api::handlers::agents::list_agents
- api::handlers::auth::login
- api::handlers::auth::logout
- 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::conversations::delete_conversation
- api::handlers::conversations::get_conversation
- api::handlers::conversations::list_conversations
- api::handlers::conversations::update_conversation
- api::handlers::deploy::get_deploy_status
- api::handlers::deploy::get_service_logs
- api::handlers::deploy::get_services_health
- api::handlers::deploy::list_deploys
- api::handlers::deploy::new_deploy_registry
- api::handlers::deploy::trigger_deploy
- 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::v1::create_api_key
- api::handlers::v1::get_agent
- api::handlers::v1::get_usage
- api::handlers::v1::list_agent_logs
- api::handlers::v1::list_agent_runs
- api::handlers::v1::list_agents
- api::handlers::v1::list_api_keys
- api::handlers::v1::revoke_api_key
- api::handlers::v1::run_agent
- api::handlers::workflows::execute_workflow
- api::handlers::workflows::list_workflows
- api::routes::create_router
- auth::middleware::auth_middleware
- cli::init::run
- db::agent_runs::get_agent_run_stats
- db::agent_runs::get_platform_stats
- db::agent_runs::insert_agent_run
- db::agent_runs::list_agent_runs
- db::agent_runs::list_all_agents
- db::alerts::create_alert
- db::alerts::get_active_alert_count
- db::alerts::list_alerts
- db::alerts::resolve_alert
- db::audit_log::list_audit_log
- db::audit_log::log_admin_action
- db::tenant_agents::clone_templates_for_tenant
- db::tenant_agents::create_tenant_agent
- db::tenant_agents::delete_tenant_agent
- db::tenant_agents::get_tenant_agent
- db::tenant_agents::list_agent_templates
- db::tenant_agents::list_tenant_agents
- db::tenant_agents::seed_default_templates
- db::tenant_agents::update_tenant_agent
- mcp::auth::extract_api_key_from_env
- mcp::auth::validate_mcp_api_key
- mcp::server::start_mcp_server
- mcp::usage::check_quota
- mcp::usage::record_mcp_usage
- memory::build_context
- memory::estimate_tokens
- memory::filter_facts_by_category
- memory::filter_preferences_by_category
- memory::format_memory_for_prompt
- memory::format_preferences_compact
- memory::truncate_history
- memory::truncate_history_to_tokens
- middleware::api_key_auth::api_key_auth_middleware
- middleware::usage::track_usage