List of all items
Structs
- a2a::client::A2aClient
- a2a::client::BroadcastResult
- a2a::client::SendTaskOptions
- a2a::discovery::AgentRegistry
- a2a::discovery::RegisteredAgent
- a2a::protocol::AgentAuthentication
- a2a::protocol::AgentCapabilities
- a2a::protocol::AgentCard
- a2a::protocol::AgentSkill
- a2a::protocol::JsonRpcError
- a2a::protocol::JsonRpcRequest
- a2a::protocol::JsonRpcResponse
- a2a::protocol::TaskArtifact
- a2a::protocol::TaskMessage
- a2a::protocol::TaskRequest
- a2a::protocol::TaskResponse
- a2a::protocol::TaskStatus
- a2a::protocol::TaskStatusUpdate
- a2a::server::A2aServer
- a2a::server::A2aServerConfig
- audit::AuditEntry
- audit::AuditLogParams
- audit::AuditStore
- auth::AuthToken
- auth::Identity
- cache::CacheEntry
- cache::CacheStats
- cache::CacheSystem
- cache::L1StructCache
- cache::L2QueryCache
- cache::L3LlmCache
- cache::LlmCacheEntry
- constitution::Boundaries
- constitution::Constitution
- constitution::ConstitutionConfig
- constitution::Identity
- constitution::ModelPermission
- constitution::ModelPermissions
- constitution::ResourceLimits
- constitution::signing::ConstitutionKeypair
- constitution::signing::SignatureResult
- cost::CostEvent
- cost::CostTracker
- cost::ModelPricing
- emerge::EmergePattern
- emerge::WorkflowSuggestion
- machine::AgentRelay
- machine::HealthStatus
- machine::Machine
- machine::MachineRegistry
- machine::RelayResult
- machine::RemoteExecResult
- machine::RemoteExecutor
- marketplace::InstallResult
- marketplace::MarketplaceClient
- marketplace::PackageFilter
- marketplace::PackageListResult
- marketplace::PackageManifest
- marketplace::PackageReview
- marketplace::PublishResult
- mcp::McpClient
- mcp::McpConfig
- mcp::McpResource
- mcp::McpServerCapabilities
- mcp::McpTool
- mcp::McpToolResult
- mcp::registry::McpRegistry
- mcp::registry::RegisteredServer
- mcp::sandbox::SandboxExecutor
- mcp::sandbox::SandboxLimits
- mcp::sandbox::SandboxSession
- mcp::trust::McpTrustStore
- mcp::trust::TrustEntry
- membership::PlanLimits
- model::ModelConfig
- model::cli_provider::CliProvider
- model::cli_provider::CliProviderConfig
- model::ollama::OllamaProvider
- model::openrouter::OpenRouterProvider
- model::provider::AnthropicProvider
- model::provider::ModelResponse
- model::router::ModelRouter
- model::router::RouterConfig
- model::schema::ExecuteCommand
- model::schema::ReadFile
- model::schema::WriteFile
- plugin::PluginManifest
- plugin::PluginPermissions
- plugin::PluginRegistry
- plugin::PluginResult
- policy::engine::PolicyEngine
- policy::patterns::Pattern
- policy::patterns::PatternStore
- policy::rules::PolicyRule
- policy::rules::PolicyRuleSet
- policy::rules::RuleCondition
- policy::rules::RuleContext
- remote::RemoteOutput
- remote::inventory::Machine
- remote::inventory::MachineCapabilities
- remote::inventory::MachineInventory
- remote::relay::RelayCommand
- remote::relay::RelayConfig
- remote::relay::RelayExecutor
- remote::relay::RelayResponse
- remote::ssh::SshConfig
- remote::ssh::SshExecutor
- reports::ValueReport
- scheduler::ScheduledWorkflow
- scheduler::Scheduler
- skill::InstalledSkill
- skill::ScheduleConfig
- skill::SkillManifest
- skill::SkillRegistry
- skill::SkillSummary
- skill::TriggerConfig
- team::SyncConflict
- team::SyncResult
- team::crdt::LwwElementSet
- team::crdt::LwwEntry
- team::peer::PeerConnection
- team::peer::PeerDiscovery
- team::peer::PeerInfo
- types::Action
- types::DaemonStatus
- types::ExecutionResult
- types::Step
- types::StepResult
- types::Workflow
- workflow::autofix::AutoFixEngine
- workflow::autofix::FixResult
- workflow::checkpoint::Checkpoint
- workflow::cloud::CloudExecutor
- workflow::cloud::CloudRunRequest
- workflow::cloud::CloudRunResponse
- workflow::compose::ComposableWorkflowYaml
- workflow::compose::ComposedWorkflow
- workflow::health::HealthConfig
- workflow::health::HealthScore
- workflow::nl::GeneratedWorkflow
- workflow::nl::NLWorkflowGenerator
- workflow::parser::StepYaml
- workflow::parser::WorkflowYaml
- workflow::runner::WorkflowRunner
- workflow::versioning::WorkflowVersion
Enums
- a2a::protocol::MessagePart
- a2a::protocol::MessageRole
- a2a::protocol::TaskState
- audit::AuditError
- auth::Plan
- constitution::ConstitutionError
- constitution::signing::VerifyResult
- marketplace::PackageSort
- mcp::McpContent
- mcp::trust::McpCapability
- mcp::trust::TrustLevel
- model::ModelRole
- model::Provider
- model::schema::ToolCall
- policy::rules::RuleAction
- remote::inventory::MachineStatus
- remote::inventory::MachineTransport
- skill::SkillSource
- skill::TriggerType
- team::ConflictResolution
- team::SyncState
- team::peer::PeerStatus
- team::peer::PeerTransport
- types::ActionDecision
- types::ActionType
- types::FailureAction
- types::IpcRequest
- types::IpcResponse
- types::StepType
- workflow::health::HealthAlert
Traits
Functions
- a2a::client::broadcast_task
- a2a::discovery::discover_many
- a2a::discovery::well_known_url
- audit::verify_chain
- cache::prompt_hash
- constitution::signing::compute_sha256
- constitution::signing::verify_constitution
- emerge::emerge_to_workflow
- emerge::load_pattern
- emerge::save_workflow
- emerge::scan_patterns
- emerge::suggest_workflow
- machine::aggregate_results
- membership::plan_comparison
- model::schema::generate_schema
- policy::engine::default_patterns_dir
- policy::engine::default_rules_dir
- policy::rules::pattern_matches
- scheduler::normalize_cron
- skill::search_skills
- workflow::checkpoint::cleanup_checkpoints
- workflow::checkpoint::load_checkpoint
- workflow::checkpoint::load_latest_checkpoint
- workflow::checkpoint::save_checkpoint
- workflow::compose::compose_workflows
- workflow::compose::resolve_includes
- workflow::health::analyze_alerts
- workflow::health::score_workflow
- workflow::health::suggest_fixes
- workflow::parser::list_workflow_files
- workflow::parser::load_all_workflows
- workflow::parser::parse_workflow_file
- workflow::parser::parse_workflow_str
- workflow::parser::resolve_variables
- workflow::parser::step_yaml_to_step
- workflow::parser::workflows_dir
- workflow::shadow::format_shadow_report
- workflow::versioning::list_versions
- workflow::versioning::restore_version
- workflow::versioning::version_workflow
Constants
- a2a::protocol::error_codes::INTERNAL_ERROR
- a2a::protocol::error_codes::INVALID_PARAMS
- a2a::protocol::error_codes::INVALID_REQUEST
- a2a::protocol::error_codes::METHOD_NOT_FOUND
- a2a::protocol::error_codes::PARSE_ERROR
- a2a::protocol::error_codes::SKILL_NOT_FOUND
- a2a::protocol::error_codes::TASK_NOT_FOUND
- a2a::protocol::methods::TASKS_CANCEL
- a2a::protocol::methods::TASKS_GET
- a2a::protocol::methods::TASKS_SEND
- a2a::protocol::methods::TASKS_SEND_SUBSCRIBE