List of all items
Structs
- agent::Agent
- agent::context::ContextCompressor
- agent::last_tool::LastToolOutput
- agent::loop_control::AgentLoop
- agent::planning::Planner
- agent::tui_events::NoopEmitter
- agent::tui_events::TuiEmitter
- analysis::analyzer::AnalyzedError
- analysis::analyzer::ErrorAnalyzer
- analysis::analyzer::FixSuggestion
- analysis::bm25::BM25Index
- analysis::bm25::BM25Result
- analysis::code_graph::CodeGraph
- analysis::code_graph::GraphBuilder
- analysis::code_graph::GraphEdge
- analysis::code_graph::GraphNode
- analysis::code_graph::GraphRenderer
- analysis::code_graph::NodeMetrics
- analysis::tech_debt::ChurnAnalyzer
- analysis::tech_debt::ChurnReport
- analysis::tech_debt::CorrelationResult
- analysis::tech_debt::DebtItem
- analysis::tech_debt::DebtMetrics
- analysis::tech_debt::DebtPrioritizer
- analysis::tech_debt::DebtTracker
- analysis::tech_debt::FileStats
- analysis::tech_debt::PrioritizedItem
- analysis::tech_debt::RefactoringRoadmap
- analysis::tech_debt::RoadmapGenerator
- analysis::tech_debt::RoadmapPhase
- analysis::vector_store::BoundedVectorStore
- analysis::vector_store::ChunkMetadata
- analysis::vector_store::CodeChunk
- analysis::vector_store::CodeChunker
- analysis::vector_store::CollectionStats
- analysis::vector_store::MockEmbeddingProvider
- analysis::vector_store::SearchFilter
- analysis::vector_store::SearchResult
- analysis::vector_store::TfIdfEmbeddingProvider
- analysis::vector_store::VectorCollection
- analysis::vector_store::VectorIndex
- analysis::vector_store::VectorStore
- analysis::vector_store::VectorStoreStats
- api::ApiClient
- api::RetryConfig
- api::StreamingResponse
- api::types::ChatResponse
- api::types::ChatResponseChunk
- api::types::Choice
- api::types::ChoiceDelta
- api::types::CompletionChoice
- api::types::CompletionRequest
- api::types::CompletionResponse
- api::types::FunctionDefinition
- api::types::FunctionDelta
- api::types::ImageUrl
- api::types::Message
- api::types::MessageDelta
- api::types::ToolCall
- api::types::ToolCallDelta
- api::types::ToolDefinition
- api::types::ToolFunction
- api::types::Usage
- checkpoint::CheckpointDelta
- checkpoint::CheckpointManager
- checkpoint::ErrorLog
- checkpoint::GitCheckpointInfo
- checkpoint::MemoryEntry
- checkpoint::TaskCheckpoint
- checkpoint::TaskSummary
- checkpoint::ToolCallLog
- cognitive::cognitive_system::CognitiveSystem
- cognitive::cognitive_system::CognitiveSystemStats
- cognitive::cognitive_system::ContextBuildOptions
- cognitive::cognitive_system::LlmContext
- cognitive::compilation_manager::CompilationSandbox
- cognitive::compilation_manager::CompileResult
- cognitive::episodic::Episode
- cognitive::episodic::EpisodeOutcome
- cognitive::episodic::EpisodicMemory
- cognitive::episodic::EpisodicMemoryConfig
- cognitive::episodic::MemoryResult
- cognitive::episodic::MemoryStats
- cognitive::episodic::Pattern
- cognitive::episodic::Session
- cognitive::intelligence::CodePattern
- cognitive::intelligence::Dependency
- cognitive::intelligence::DependencyGraph
- cognitive::intelligence::FileEntry
- cognitive::intelligence::FileIndex
- cognitive::intelligence::GitState
- cognitive::intelligence::PatternDetector
- cognitive::intelligence::PatternLocation
- cognitive::intelligence::PatternRule
- cognitive::intelligence::ProjectIntelligence
- cognitive::intelligence::Symbol
- cognitive::intelligence::SymbolIndex
- cognitive::knowledge_graph::CodeSmellInstance
- cognitive::knowledge_graph::Entity
- cognitive::knowledge_graph::KnowledgeGraph
- cognitive::knowledge_graph::Pattern
- cognitive::knowledge_graph::PatternExample
- cognitive::knowledge_graph::PatternRecognizer
- cognitive::knowledge_graph::Relation
- cognitive::knowledge_graph::RustEntityExtractor
- cognitive::knowledge_graph::SemanticLinker
- cognitive::knowledge_graph::SmellDetector
- cognitive::learning::CodeExplainer
- cognitive::learning::CodeExplanation
- cognitive::learning::Concept
- cognitive::learning::ConceptExtractor
- cognitive::learning::ConceptPattern
- cognitive::learning::Curriculum
- cognitive::learning::Exercise
- cognitive::learning::ExplainModeConfig
- cognitive::learning::Lesson
- cognitive::learning::LineExplanation
- cognitive::learning::QuestionTemplate
- cognitive::learning::Quiz
- cognitive::learning::QuizGenerator
- cognitive::learning::QuizQuestion
- cognitive::learning::QuizResult
- cognitive::load::CognitiveLoadReducer
- cognitive::load::ContextSummary
- cognitive::load::DistractionFilter
- cognitive::load::FocusFilter
- cognitive::load::FocusItem
- cognitive::load::FocusMode
- cognitive::load::ProgressiveContent
- cognitive::load::SimplifiedView
- cognitive::load::SuggestedAction
- cognitive::memory_hierarchy::ActiveCodeContext
- cognitive::memory_hierarchy::CodeContext
- cognitive::memory_hierarchy::CodeEdit
- cognitive::memory_hierarchy::ContentChunk
- cognitive::memory_hierarchy::Episode
- cognitive::memory_hierarchy::EpisodicMemory
- cognitive::memory_hierarchy::EpisodicTiers
- cognitive::memory_hierarchy::FileContextEntry
- cognitive::memory_hierarchy::HierarchicalMemory
- cognitive::memory_hierarchy::IndexedFile
- cognitive::memory_hierarchy::MemoryMetrics
- cognitive::memory_hierarchy::MemoryStats
- cognitive::memory_hierarchy::MemoryUsage
- cognitive::memory_hierarchy::SemanticMemory
- cognitive::memory_hierarchy::TaskContext
- cognitive::memory_hierarchy::TokenBudget
- cognitive::memory_hierarchy::WorkingContext
- cognitive::memory_hierarchy::WorkingMemory
- cognitive::memory_hierarchy::WorkingMemoryEntry
- cognitive::meta_learning::MetaLearner
- cognitive::meta_learning::StrategyScore
- cognitive::metrics::MetricsStore
- cognitive::metrics::PerformanceSnapshot
- cognitive::rag::ContextBuilder
- cognitive::rag::ContextSource
- cognitive::rag::FileWatcher
- cognitive::rag::IndexedFile
- cognitive::rag::RagConfig
- cognitive::rag::RagEngine
- cognitive::rag::RagStats
- cognitive::rag::RetrievedContext
- cognitive::rsi_orchestrator::RSIOrchestrator
- cognitive::rsi_orchestrator::RSIState
- cognitive::self_edit::ImprovementRecord
- cognitive::self_edit::ImprovementTarget
- cognitive::self_edit::SelfEditOrchestrator
- cognitive::self_edit::SelfEditSession
- cognitive::self_improvement::DailyStats
- cognitive::self_improvement::ErrorLearnerStats
- cognitive::self_improvement::ErrorPattern
- cognitive::self_improvement::ErrorPatternLearner
- cognitive::self_improvement::ErrorRecord
- cognitive::self_improvement::ErrorWarning
- cognitive::self_improvement::ImprovementStats
- cognitive::self_improvement::PromptOptimizer
- cognitive::self_improvement::PromptOptimizerStats
- cognitive::self_improvement::PromptPattern
- cognitive::self_improvement::PromptRecord
- cognitive::self_improvement::PromptSuggestion
- cognitive::self_improvement::PromptTournamentResult
- cognitive::self_improvement::PromptVariantScore
- cognitive::self_improvement::SelfImprovementEngine
- cognitive::self_improvement::TaskPromptStats
- cognitive::self_improvement::ToolLearnerStats
- cognitive::self_improvement::ToolSelectionLearner
- cognitive::self_improvement::ToolStats
- cognitive::self_improvement::ToolUsageRecord
- cognitive::self_improvement::UsageAnalyzer
- cognitive::self_improvement::UsageSession
- cognitive::self_improvement::UsageStats
- cognitive::self_reference::ArchitectureLayer
- cognitive::self_reference::ArchitectureModel
- cognitive::self_reference::CachedCode
- cognitive::self_reference::Capability
- cognitive::self_reference::CodeModification
- cognitive::self_reference::DataFlow
- cognitive::self_reference::ModuleSelfModel
- cognitive::self_reference::PerformanceModel
- cognitive::self_reference::SelfChange
- cognitive::self_reference::SelfImprovementContext
- cognitive::self_reference::SelfModel
- cognitive::self_reference::SelfReferenceSystem
- cognitive::self_reference::SourceRetrievalOptions
- cognitive::state::ApproachAttempt
- cognitive::state::ApproachOutcome
- cognitive::state::CognitiveState
- cognitive::state::CognitiveStateBuilder
- cognitive::state::EpisodicMemory
- cognitive::state::Lesson
- cognitive::state::OperationalPlan
- cognitive::state::Pattern
- cognitive::state::PlanStep
- cognitive::state::StrategicGoal
- cognitive::state::TacticalPlan
- cognitive::state::WorkingMemory
- cognitive::token_budget::AdaptationResult
- cognitive::token_budget::AllocationRatios
- cognitive::token_budget::BudgetStats
- cognitive::token_budget::TokenBudgetAllocator
- cognitive::token_budget::UsageSnapshot
- computer::ActionRateLimiter
- computer::TypingProfile
- computer::keyboard::KeyboardController
- computer::mouse::MouseController
- computer::mouse::Point
- computer::screen::CapturedScreen
- computer::screen::ScreenCapture
- computer::screen::ScreenRegion
- computer::window::WindowId
- computer::window::WindowInfo
- computer::window::WindowManager
- concurrency::ConcurrencyGovernor
- concurrency::ConcurrencyPermit
- concurrency::GovernorStats
- config::AgentConfig
- config::Config
- config::ContinuousWorkConfig
- config::EvolutionTomlConfig
- config::ModelProfile
- config::RedactedString
- config::RetrySettings
- config::SafetyConfig
- config::UiConfig
- config::YoloFileConfig
- config::resources::DiskConfig
- config::resources::GpuConfig
- config::resources::MemoryConfig
- config::resources::ResourceQuotas
- config::resources::ResourcesConfig
- container::BuildContext
- container::CommandResult
- container::ComposeFile
- container::ComposeManager
- container::ComposeNetwork
- container::ComposeService
- container::ComposeVolume
- container::Container
- container::ContainerManager
- container::ExecConfig
- container::Image
- container::Network
- container::PortMapping
- container::Volume
- container::VolumeMount
- doctor::DoctorCheck
- doctor::DoctorReport
- evolution::EvolutionConfig
- evolution::FitnessMetrics
- evolution::FitnessWeights
- evolution::LlmConfig
- evolution::MutationTargets
- evolution::SafetyConfig
- evolution::ast_tools::AstMutationRequest
- evolution::ast_tools::AstMutationResult
- evolution::ast_tools::CompilerDiagnostic
- evolution::daemon::EvolutionResult
- evolution::daemon::GenerationWinner
- evolution::fitness::SabConfig
- evolution::fitness::SabResult
- evolution::fitness::ScenarioScore
- evolution::fitness::VisualScenario
- evolution::sandbox::ExecResult
- evolution::sandbox::Sandbox
- evolution::sandbox::SandboxConfig
- evolution::sandbox::SandboxResult
- evolution::telemetry::AllocationHotspot
- evolution::telemetry::BenchmarkDelta
- evolution::telemetry::CpuHotspot
- evolution::telemetry::TelemetrySnapshot
- evolution::telemetry::TestSummary
- evolution::tournament::Hypothesis
- evolution::tournament::HypothesisResult
- evolution::tournament::TournamentConfig
- hooks::HookConfig
- hooks::HookContext
- hooks::HookRegistry
- input::InputConfig
- input::SelfwareCompleter
- input::SelfwareEditor
- input::SelfwareHighlighter
- input::SelfwarePrompt
- input::command_registry::CommandEntry
- interview::InterviewContext
- interview::InterviewSession
- kv_store::Entry
- kv_store::KvStore
- kv_store::SerializedEntry
- llm_doctor::ModelInfo
- lsp::client::Diagnostic
- lsp::client::Location
- lsp::client::LspClient
- lsp::client::SymbolInfo
- mcp::McpConfig
- mcp::McpServerConfig
- mcp::client::McpClient
- mcp::server::JsonRpcError
- mcp::server::JsonRpcRequest
- mcp::server::JsonRpcResponse
- mcp::server::McpServer
- mcp::tool_bridge::McpTool
- mcp::transport::JsonRpcError
- mcp::transport::JsonRpcRequest
- mcp::transport::JsonRpcResponse
- mcp::transport::StdioTransport
- memory::AgentMemory
- memory::MemoryEntry
- multiagent::AgentInstance
- multiagent::AgentResult
- multiagent::MultiAgentChat
- multiagent::MultiAgentConfig
- output::ProgressPhase
- output::TaskProgress
- planning::Action
- planning::Goal
- planning::GoalDecomposer
- planning::HierarchicalPlanner
- planning::PdvrCycle
- planning::PhaseRecord
- planning::Plan
- planning::PlanStep
- planning::PlanningConstraints
- planning::PlanningSummary
- process_manager::LogLine
- process_manager::ManagedProcess
- process_manager::ProcessConfig
- process_manager::ProcessInventory
- process_manager::ProcessManager
- process_manager::ProcessReconcileReport
- process_manager::ProcessSummary
- resource::ResourceManager
- resource::ResourceRequest
- resource::ResourceReservation
- resource::ResourceUsage
- resource::disk::DiskManager
- resource::disk::DiskUsage
- resource::disk::StorageEstimate
- resource::gpu::GpuDevice
- resource::gpu::GpuManager
- resource::gpu::GpuUsage
- resource::memory::MemoryManager
- resource::memory::MemoryUsage
- resource::quotas::AdaptiveQuotas
- resource::quotas::GPUAllocationGuard
- resource::quotas::RequestGuard
- resource::quotas::ResourceLimitTracker
- resource::quotas::ResourceUsage
- resource::quotas::TaskGuard
- safety::audit::AuditEvent
- safety::audit::AuditLogger
- safety::autonomy::AuditEntry
- safety::autonomy::AutonomyContext
- safety::autonomy::AutonomyController
- safety::autonomy::AutonomyStats
- safety::autonomy::ConfirmationRequest
- safety::autonomy::ToolAutonomy
- safety::checker::SafetyChecker
- safety::confirm::ConfirmConfig
- safety::dry_run::DryRunConfig
- safety::dry_run::DryRunPreview
- safety::path_validator::PathValidator
- safety::permissions::PermissionGrant
- safety::permissions::PermissionStore
- safety::sandbox::AuditEntry
- safety::sandbox::AuditLogger
- safety::sandbox::AuditSummary
- safety::sandbox::FilesystemPolicy
- safety::sandbox::NetworkPolicy
- safety::sandbox::NetworkRule
- safety::sandbox::ResourceLimits
- safety::sandbox::SandboxStatus
- safety::sandbox::SecuritySandbox
- safety::scanner::ComplianceChecker
- safety::scanner::ComplianceRule
- safety::scanner::Dependency
- safety::scanner::DependencyAuditor
- safety::scanner::KnownVulnerability
- safety::scanner::ScanResult
- safety::scanner::ScannerStats
- safety::scanner::SecretPattern
- safety::scanner::SecretScanner
- safety::scanner::SecurityFinding
- safety::scanner::SecurityScanner
- safety::scanner::VulnerabilityDetector
- safety::scanner::VulnerabilityPattern
- safety::threat_modeling::Asset
- safety::threat_modeling::AttackSurfaceMapper
- safety::threat_modeling::EntryPoint
- safety::threat_modeling::EntryPointDetector
- safety::threat_modeling::RiskMatrix
- safety::threat_modeling::ScanResult
- safety::threat_modeling::SecurityControl
- safety::threat_modeling::SecurityScanner
- safety::threat_modeling::StrideAnalyzer
- safety::threat_modeling::Threat
- safety::threat_modeling::ThreatModel
- safety::threat_modeling::ThreatPattern
- safety::threat_modeling::TrustBoundary
- safety::yolo::AuditEntry
- safety::yolo::AuditSummary
- safety::yolo::YoloConfig
- safety::yolo::YoloManager
- self_healing::ErrorLearner
- self_healing::ErrorLearnerState
- self_healing::ErrorOccurrence
- self_healing::ErrorPattern
- self_healing::ExecutorSummary
- self_healing::HealthDataPoint
- self_healing::HealthPrediction
- self_healing::HealthPredictor
- self_healing::HealthPredictorState
- self_healing::LearnerStats
- self_healing::LearnerSummary
- self_healing::PredictorStats
- self_healing::PredictorStatsSnapshot
- self_healing::RecoveryExecution
- self_healing::RecoveryExecutor
- self_healing::RecoveryResult
- self_healing::RecoveryStrategy
- self_healing::SelfHealingConfig
- self_healing::SelfHealingEngine
- self_healing::SelfHealingSummary
- self_healing::StateCheckpoint
- self_healing::StateManager
- self_healing::StateStats
- self_healing::StateSummary
- supervision::ChildSpec
- supervision::RestartPolicy
- supervision::Supervisor
- supervision::SupervisorBuilder
- supervision::SupervisorHandle
- supervision::circuit_breaker::CircuitBreaker
- supervision::circuit_breaker::CircuitBreakerConfig
- supervision::circuit_breaker::CircuitBreakerMetrics
- supervision::health::AgentHealthCheck
- supervision::health::DiskHealthCheck
- supervision::health::GpuHealthCheck
- supervision::health::HealthCheckResult
- supervision::health::HealthMonitor
- supervision::health::MemoryHealthCheck
- supervision::health::OverallHealth
- swarm::Agent
- swarm::Decision
- swarm::MemoryAccess
- swarm::MemoryEntry
- swarm::SharedMemory
- swarm::Swarm
- swarm::SwarmStats
- swarm::SwarmTask
- swarm::Vote
- telemetry::Metrics
- templates::QaSchemaConfig
- templates::QaSchemaCoverage
- templates::QaSchemaFeedbackLoops
- templates::QaSchemaGate
- templates::QaSchemaProfile
- templates::QaSchemaScoring
- templates::QaSchemaStage
- templates::QaSchemaTool
- templates::ScaffoldOptions
- templates::TemplateEngine
- templates::TemplateInfo
- tokens::BudgetAlert
- tokens::BudgetConfig
- tokens::BudgetManager
- tokens::BudgetStatus
- tokens::ContextPruner
- tokens::CostOptimizer
- tokens::CostOptimizerSummary
- tokens::DriftStats
- tokens::ModelPricing
- tokens::ModelRecommendation
- tokens::ModelSelectionConfig
- tokens::ModelSelector
- tokens::ModelUsage
- tokens::ModelUsageSummary
- tokens::OptimizationRecommendation
- tokens::PruningConfig
- tokens::PruningStats
- tokens::StepUsage
- tokens::TokenSummary
- tokens::TokenTracker
- tool_parser::ParseResult
- tool_parser::ParsedToolCall
- tools::PaginationInfo
- tools::ToolRegistry
- tools::analyzer::ErrorAnalyzer
- tools::analyzer::ErrorGroup
- tools::browser::BrowserEval
- tools::browser::BrowserFetch
- tools::browser::BrowserLinks
- tools::browser::BrowserPdf
- tools::browser::BrowserScreenshot
- tools::cargo::CargoCheck
- tools::cargo::CargoCheckOutput
- tools::cargo::CargoClippy
- tools::cargo::CargoClippyOutput
- tools::cargo::CargoFmt
- tools::cargo::CargoTest
- tools::cargo::CargoTestOutput
- tools::cargo::ClippyLint
- tools::cargo::CompilerError
- tools::cargo::FailureDetail
- tools::cargo::TestResult
- tools::cargo::TestSummary
- tools::computer::ComputerKeyboardTool
- tools::computer::ComputerMouseTool
- tools::computer::ComputerScreenTool
- tools::computer::ComputerWindowTool
- tools::container::ComposeDown
- tools::container::ComposeUp
- tools::container::ContainerBuild
- tools::container::ContainerExec
- tools::container::ContainerImages
- tools::container::ContainerList
- tools::container::ContainerLogs
- tools::container::ContainerPull
- tools::container::ContainerRemove
- tools::container::ContainerRun
- tools::container::ContainerStop
- tools::file::DirectoryTree
- tools::file::FileDelete
- tools::file::FileEdit
- tools::file::FileRead
- tools::file::FileWrite
- tools::fim::FileFimEdit
- tools::git::GitCheckpoint
- tools::git::GitCommit
- tools::git::GitDiff
- tools::git::GitPush
- tools::git::GitStatus
- tools::http::HttpRequest
- tools::knowledge::GraphStats
- tools::knowledge::KnowledgeAdd
- tools::knowledge::KnowledgeClear
- tools::knowledge::KnowledgeEdge
- tools::knowledge::KnowledgeExport
- tools::knowledge::KnowledgeGraph
- tools::knowledge::KnowledgeNode
- tools::knowledge::KnowledgeQuery
- tools::knowledge::KnowledgeRelate
- tools::knowledge::KnowledgeRemove
- tools::knowledge::KnowledgeStats
- tools::lsp_tools::LspClientHandle
- tools::lsp_tools::LspDocumentSymbolsTool
- tools::lsp_tools::LspFindReferencesTool
- tools::lsp_tools::LspGotoDefinitionTool
- tools::lsp_tools::LspHoverTool
- tools::package::NpmInstall
- tools::package::NpmRun
- tools::package::NpmScripts
- tools::package::PipFreeze
- tools::package::PipInstall
- tools::package::PipList
- tools::package::YarnInstall
- tools::page_controller::PageControlTool
- tools::page_controller::PageController
- tools::process::PortCheck
- tools::process::ProcessList
- tools::process::ProcessLogs
- tools::process::ProcessRestart
- tools::process::ProcessStart
- tools::process::ProcessStop
- tools::pty_shell::CommandOutput
- tools::pty_shell::PtySession
- tools::pty_shell::PtyShellTool
- tools::screen_capture::ScreenCapture
- tools::search::GlobFind
- tools::search::GrepSearch
- tools::search::SymbolSearch
- tools::shell::ShellExec
- tools::swarm_tool::SwarmDispatchTool
- tools::vision::VisionAnalyze
- tools::vision::VisionCompare
- ui::animations::AnimatedStatus
- ui::animations::Animator
- ui::animations::Color
- ui::animations::ColorCycler
- ui::animations::FireAnimation
- ui::animations::MatrixRainAnimation
- ui::animations::MultiStepProgress
- ui::animations::ProgressAnimation
- ui::animations::ProgressPhase
- ui::animations::ProgressWormAnimation
- ui::animations::PulseAnimation
- ui::animations::SparkleAnimation
- ui::animations::SpinnerAnimation
- ui::animations::WaveAnimation
- ui::banners::Banner
- ui::components::GardenSpinner
- ui::components::WorkshopContext
- ui::demo::BugHuntSafariScenario
- ui::demo::CodebaseArchaeologyScenario
- ui::demo::DemoConfig
- ui::demo::DemoRunner
- ui::demo::FeatureFactoryScenario
- ui::demo::TokenChallengeScenario
- ui::diff_viewer::DiffStats
- ui::diff_viewer::DiffViewer
- ui::garden::DigitalGarden
- ui::garden::GardenBed
- ui::garden::GardenPlant
- ui::input_handler::InputHandler
- ui::input_handler::QueuedWork
- ui::input_handler::WorkQueue
- ui::mascot::FoxMascot
- ui::selections::ProjectPlan
- ui::selections::SelectionMenu
- ui::selections::SelectionOption
- ui::selections::SelectionResult
- ui::spinner::TerminalSpinner
- ui::sticky_bar::BashGuard
- ui::sticky_bar::StickyBar
- ui::sticky_bar::StickyState
- ui::style::Glyphs
- ui::style::Palette
- ui::swarm_viz::AgentStatus
- ui::swarm_viz::ConsensusEvent
- ui::swarm_viz::SwarmVisualization
- ui::task_display::TaskDisplay
- ui::theme::ThemeColors
- ui::tui::ActiveTool
- ui::tui::AgentUiState
- ui::tui::App
- ui::tui::ChatMessage
- ui::tui::CommandPalette
- ui::tui::DashboardState
- ui::tui::DecisionView
- ui::tui::GardenSpinner
- ui::tui::GrowthGauge
- ui::tui::LayoutEngine
- ui::tui::LogEntry
- ui::tui::MarkdownRenderer
- ui::tui::MemoryEntryView
- ui::tui::Pane
- ui::tui::PaneId
- ui::tui::StatusIndicator
- ui::tui::SwarmApp
- ui::tui::SwarmEvent
- ui::tui::SwarmStats
- ui::tui::SwarmUiState
- ui::tui::TaskProgress
- ui::tui::TaskView
- ui::tui::ToolOutput
- ui::tui::TuiPalette
- ui::tui::TuiTerminal
- ui::tui::animation::AnimationManager
- ui::tui::animation::agent_avatar::AgentAvatar
- ui::tui::animation::message_flow::MessageFlow
- ui::tui::animation::message_flow::MessageFlowManager
- ui::tui::animation::particles::EmitConfig
- ui::tui::animation::particles::Particle
- ui::tui::animation::particles::ParticleSystem
- ui::tui::animation::progress::AnimatedProgressBar
- ui::tui::animation::token_stream::TokenStream
- ui::tui::garden_view::GardenView
- verification::CheckResult
- verification::CustomCheck
- verification::SideEffect
- verification::VerificationConfig
- verification::VerificationError
- verification::VerificationGate
- verification::VerificationReport
- workflows::LogEntry
- workflows::RetryConfig
- workflows::StepResult
- workflows::Workflow
- workflows::WorkflowContext
- workflows::WorkflowExecutor
- workflows::WorkflowInput
- workflows::WorkflowOutput
- workflows::WorkflowResult
- workflows::WorkflowStep
- workflows::WorkflowTemplates
Enums
- agent::loop_control::AgentState
- agent::tui_events::AgentEvent
- analysis::analyzer::ErrorCategory
- analysis::code_graph::EdgeType
- analysis::code_graph::NodeType
- analysis::code_graph::OutputFormat
- analysis::tech_debt::DebtSeverity
- analysis::tech_debt::DebtType
- analysis::tech_debt::PrioritizationStrategy
- analysis::vector_store::ChunkType
- analysis::vector_store::CollectionScope
- analysis::vector_store::EmbeddingBackend
- analysis::vector_store::IndexHealth
- api::StreamChunk
- api::ThinkingMode
- api::types::ContentBlock
- api::types::MessageContent
- checkpoint::TaskStatus
- cli::OutputFormat
- cli::Theme
- cognitive::episodic::EpisodeType
- cognitive::episodic::Importance
- cognitive::episodic::PatternType
- cognitive::intelligence::PatternCategory
- cognitive::intelligence::SearchResult
- cognitive::intelligence::SymbolKind
- cognitive::intelligence::Visibility
- cognitive::knowledge_graph::CodeSmell
- cognitive::knowledge_graph::EntityType
- cognitive::knowledge_graph::PatternType
- cognitive::knowledge_graph::RelationType
- cognitive::knowledge_graph::Visibility
- cognitive::learning::Difficulty
- cognitive::learning::ExplanationLevel
- cognitive::learning::QuestionType
- cognitive::load::DetailLevel
- cognitive::load::Distraction
- cognitive::load::FilterType
- cognitive::load::FocusArea
- cognitive::load::Priority
- cognitive::memory_hierarchy::CodeContent
- cognitive::memory_hierarchy::ContextType
- cognitive::memory_hierarchy::EpisodeType
- cognitive::memory_hierarchy::FileContent
- cognitive::memory_hierarchy::Importance
- cognitive::memory_hierarchy::RetrievedContext
- cognitive::rag::FileChange
- cognitive::self_edit::ImprovementCategory
- cognitive::self_edit::ImprovementSource
- cognitive::self_edit::ImprovementStatus
- cognitive::self_improvement::Outcome
- cognitive::self_improvement::SuggestionType
- cognitive::self_reference::ModificationType
- cognitive::self_reference::ModuleImportance
- cognitive::state::CyclePhase
- cognitive::state::LessonCategory
- cognitive::state::StepStatus
- cognitive::token_budget::TaskType
- computer::MovementProfile
- computer::mouse::MouseButton
- concurrency::ConcurrencyError
- config::ExecutionMode
- container::ContainerStatus
- container::MountType
- container::Protocol
- container::RuntimeType
- doctor::Category
- doctor::CheckStatus
- doctor::OverallHealth
- errors::AgentError
- errors::ApiError
- errors::ResourceError
- errors::SafetyError
- errors::SelfwareError
- errors::SessionError
- errors::ToolError
- evolution::GenerationRating
- evolution::ast_tools::DiagnosticLevel
- evolution::ast_tools::MutationType
- evolution::ast_tools::WorktreeError
- evolution::fitness::Difficulty
- evolution::fitness::FitnessError
- evolution::sandbox::SandboxError
- evolution::telemetry::TelemetryError
- hooks::HookAction
- hooks::HookEvent
- input::InputMode
- input::ReadlineResult
- input::command_registry::CommandCategory
- interview::ProjectScope
- interview::ProjectType
- interview::TestingPreference
- kv_store::KvStoreError
- llm_doctor::Backend
- lsp::client::Language
- multiagent::AgentStatus
- multiagent::MultiAgentEvent
- multiagent::MultiAgentFailurePolicy
- output::PhaseStatus
- planning::ActionType
- planning::GoalStatus
- planning::PdvrPhase
- planning::PlanningLayer
- planning::Priority
- process_manager::LogStream
- process_manager::ProcessStatus
- resource::ResourcePressure
- resource::gpu::QuantizationLevel
- resource::memory::MemoryAction
- safety::audit::AuditEventType
- safety::autonomy::AutonomyLevel
- safety::autonomy::ConfirmationResponse
- safety::autonomy::RiskLevel
- safety::autonomy::ToolCategory
- safety::confirm::ConfirmResult
- safety::confirm::DestructiveOperation
- safety::confirm::RiskLevel
- safety::sandbox::AuditResult
- safety::sandbox::AutonomyLevel
- safety::sandbox::FileAccess
- safety::sandbox::NetworkAccess
- safety::sandbox::PortSpec
- safety::sandbox::RiskLevel
- safety::sandbox::RuleAction
- safety::scanner::SecurityCategory
- safety::scanner::SecuritySeverity
- safety::threat_modeling::AssetType
- safety::threat_modeling::ControlStatus
- safety::threat_modeling::ControlType
- safety::threat_modeling::EntryPointType
- safety::threat_modeling::Likelihood
- safety::threat_modeling::RiskLevel
- safety::threat_modeling::Severity
- safety::threat_modeling::StrideCategory
- safety::threat_modeling::ThreatStatus
- safety::threat_modeling::TrustLevel
- safety::yolo::AuditResult
- safety::yolo::YoloDecision
- self_healing::ErrorClass
- self_healing::PredictedHealth
- self_healing::RecoveryAction
- supervision::BackoffStrategy
- supervision::ChildEvent
- supervision::ExitReason
- supervision::RestartType
- supervision::SupervisionStrategy
- supervision::circuit_breaker::CircuitBreakerError
- supervision::circuit_breaker::CircuitState
- supervision::health::HealthStatus
- supervision::health::OverallStatus
- supervision::health::Severity
- swarm::AgentRole
- swarm::AgentStatus
- swarm::ConflictStrategy
- swarm::DecisionStatus
- swarm::MemoryAction
- swarm::TaskStatus
- tokens::BudgetAlertType
- tokens::OptimizationPriority
- tokens::PruningStrategy
- tokens::TaskComplexity
- tool_parser::ParseMethod
- tools::browser::BrowserType
- tools::cargo::LintLevel
- tools::cargo::Severity
- tools::cargo::TestStatus
- tools::container::ContainerRuntime
- tools::knowledge::NodeType
- tools::knowledge::RelationType
- ui::animations::CycleMode
- ui::animations::PhaseStatus
- ui::demo::DemoEvent
- ui::demo::DemoState
- ui::garden::GrowthStage
- ui::garden::PlantType
- ui::garden::Season
- ui::input_handler::WorkPriority
- ui::mascot::MascotMood
- ui::style::ToolStatus
- ui::swarm_viz::AgentState
- ui::theme::ThemeId
- ui::tui::AppState
- ui::tui::EventType
- ui::tui::LayoutNode
- ui::tui::LayoutPreset
- ui::tui::LogLevel
- ui::tui::MessageRole
- ui::tui::PaneType
- ui::tui::SplitDirection
- ui::tui::StatusType
- ui::tui::SwarmAppState
- ui::tui::TuiEvent
- ui::tui::animation::agent_avatar::ActivityLevel
- ui::tui::animation::agent_avatar::AgentRole
- ui::tui::animation::message_flow::MessageType
- ui::tui::animation::token_stream::TokenSize
- ui::tui::garden_view::GardenFocus
- ui::tui::garden_view::GardenItem
- verification::CheckType
- verification::ErrorSeverity
- verification::SideEffectType
- workflows::DependencyError
- workflows::LogLevel
- workflows::StepStatus
- workflows::StepType
- workflows::VarValue
- workflows::WorkflowStatus
Traits
- agent::tui_events::EventEmitter
- analysis::vector_store::EmbeddingProvider
- api::LlmClient
- computer::window::WindowPlatform
- kv_store::StoreSerializer
- mcp::transport::Transport
- supervision::health::HealthCheck
- tools::Tool
- ui::animations::Animation
- ui::demo::DemoScenario
- ui::style::SelfwareStyle
- ui::tui::animation::Animation
Macros
Functions
- agent::last_tool::retrieve
- agent::last_tool::store
- checkpoint::capture_git_state
- cli::run
- cognitive::intelligence::detect_language
- computer::is_blocked_combo
- config::load_api_key_from_keyring
- config::save_api_key_to_keyring
- container::validate_image_name
- doctor::run_doctor
- errors::get_exit_code
- errors::is_confirmation_error
- evolution::ast_tools::cargo_check_json
- evolution::ast_tools::cleanup_worktree
- evolution::ast_tools::create_shadow_worktree
- evolution::ast_tools::verify_edit_or_rollback
- evolution::daemon::apply_edits
- evolution::daemon::build_system_prompt
- evolution::daemon::build_user_prompt
- evolution::daemon::evolve
- evolution::daemon::format_evolution_history
- evolution::daemon::parse_hypotheses_response
- evolution::daemon::read_mutation_targets
- evolution::fitness::build_fitness_metrics
- evolution::fitness::fitness_delta
- evolution::fitness::run_sab
- evolution::fitness::visual_sab_scenarios
- evolution::is_protected
- evolution::telemetry::capture
- evolution::telemetry::to_agent_prompt
- evolution::tournament::run_tournament
- hooks::builtin::auto_commit
- hooks::builtin::format_on_save_node
- hooks::builtin::format_on_save_python
- hooks::builtin::format_on_save_rust
- hooks::builtin::lint_after_edit_rust
- hooks::builtin::test_on_stop_rust
- hooks::shell_handler::execute_hook
- input::command_registry::command_description
- input::command_registry::command_names
- input::command_registry::is_known_command
- interview::run_interview
- is_shutdown_requested
- llm_doctor::run_llm_doctor
- mcp::discovery::discover_tools
- mcp::server::run_mcp_server
- multiagent::run_multiagent_task
- output::is_tui_active
- output::set_tui_active
- process_manager::bind_available_port
- process_manager::find_available_port
- process_manager::is_port_available
- process_manager::port_info
- request_shutdown
- safety::autonomy::default_tool_settings
- safety::confirm::auto_confirm
- safety::confirm::detect_destructive_git_operation
- safety::confirm::detect_destructive_shell_command
- safety::confirm::prompt_confirmation
- safety::confirm::requires_confirmation
- safety::dry_run::display_batch_preview
- safety::dry_run::display_preview
- safety::dry_run::preview_tool_call
- safety::path_validator::normalize_path
- safety::redact::redact_json
- safety::redact::redact_path
- safety::redact::redact_secrets
- shutdown_tracing
- supervision::health::maybe_start_health_endpoint
- supervision::health::start_health_endpoint
- swarm::create_dev_swarm
- swarm::create_security_swarm
- telemetry::add_tokens_processed
- telemetry::enter_agent_step
- telemetry::get_metrics
- telemetry::increment_api_errors
- telemetry::increment_api_requests
- telemetry::increment_log_count
- telemetry::increment_tool_errors
- telemetry::increment_tool_executions
- telemetry::init_tracing
- telemetry::init_tracing_verbose
- telemetry::init_tracing_with_filter
- telemetry::log_entry_count
- telemetry::record_failure
- telemetry::record_state_transition
- telemetry::record_success
- telemetry::redact_secrets
- telemetry::rotate_if_needed
- telemetry::sampling_rate
- telemetry::sanitize_for_log
- telemetry::set_sampling_rate
- telemetry::should_sample
- telemetry::shutdown_tracing
- telemetry::start_prometheus_exporter
- telemetry::track_tool_execution
- templates::load_qa_schema
- templates::load_qa_schema_profile
- templates::qa_schema_to_weights
- templates::scaffold_from_context
- token_count::estimate_content_tokens
- token_count::estimate_tokens_with_overhead
- tokens::estimate_image_tokens
- tokens::estimate_json_tokens
- tokens::estimate_messages_tokens
- tokens::estimate_tokens
- tool_parser::extract_text_only
- tool_parser::parse_tool_calls
- tool_parser::validate_tool_call
- tools::cargo::parse_cargo_json_messages
- tools::file::init_safety_config
- tools::lsp_tools::create_lsp_tools
- tools::process::cleanup_all_processes
- tools::process::process_inventory
- tools::process::reconcile_managed_processes
- tools::process::try_process_inventory
- tools::shell::default_shell
- tools::truncate_with_pagination
- tools::validate_tool_arguments_schema
- ui::animations::format_duration
- ui::animations::gradient_progress_bar
- ui::animations::simple_progress_bar
- ui::banners::code_frame
- ui::banners::divider_dashed
- ui::banners::divider_dotted
- ui::banners::divider_double
- ui::banners::divider_simple
- ui::banners::divider_with_text
- ui::banners::error_banner
- ui::banners::garden_border
- ui::banners::goodbye_banner
- ui::banners::growth_stage
- ui::banners::metric_box
- ui::banners::print_banner
- ui::banners::print_boxed
- ui::banners::print_centered
- ui::banners::seasonal_icon
- ui::banners::section_header
- ui::banners::selfware_badge
- ui::banners::selfware_compact
- ui::banners::selfware_logo
- ui::banners::selfware_logo_alt
- ui::banners::selfware_with_tagline_alt
- ui::banners::step_indicator
- ui::banners::success_banner
- ui::banners::task_progress
- ui::banners::text_box
- ui::banners::tool_output_frame
- ui::banners::warning_banner
- ui::banners::welcome_banner
- ui::banners::wrap_text
- ui::components::render_assistant_response
- ui::components::render_box
- ui::components::render_checkpoint_saved
- ui::components::render_error
- ui::components::render_error_with_mascot
- ui::components::render_header
- ui::components::render_status_line
- ui::components::render_step
- ui::components::render_success_with_mascot
- ui::components::render_task_complete
- ui::components::render_task_start
- ui::components::render_thinking
- ui::components::render_thinking_with_mascot
- ui::components::render_tool_call
- ui::components::render_tool_error
- ui::components::render_tool_success
- ui::components::render_warning
- ui::components::render_welcome
- ui::components::render_welcome_with_mascot
- ui::components::workshop_prompt
- ui::diff_viewer::compute_stats
- ui::garden::build_garden_from_path
- ui::garden::garden_status_short
- ui::garden::render_plant
- ui::garden::scan_directory
- ui::loading_phrases::random_phrase
- ui::mascot::render_inline_mascot
- ui::mascot::render_mascot
- ui::mascot::render_mascot_with_message
- ui::mascot::thinking_frame
- ui::selections::guided_project_setup
- ui::selections::present_selection
- ui::selections::recommend_architecture
- ui::selections::recommend_database
- ui::selections::recommend_deployment
- ui::selections::recommend_next_action
- ui::selections::recommend_project_template
- ui::selections::recommend_testing_strategy
- ui::spinner::supports_ansi
- ui::spinner::supports_color
- ui::sticky_bar::active_bash_count
- ui::sticky_bar::bash_finished
- ui::sticky_bar::bash_started
- ui::sticky_bar::fmt_elapsed
- ui::sticky_bar::fmt_tokens
- ui::sticky_bar::is_active
- ui::style::is_ascii_mode
- ui::style::set_ascii_mode
- ui::style::status_message
- ui::style::tool_metaphor
- ui::swarm_viz::render_progress_bar
- ui::task_display::format_duration
- ui::task_display::format_tokens
- ui::task_display::format_tokens_with_commas
- ui::task_display::render_welcome_banner
- ui::theme::available_themes
- ui::theme::current_theme
- ui::theme::current_theme_id
- ui::theme::set_theme
- ui::theme::theme_colors
- ui::theme::theme_from_name
- ui::tui::create_event_channel
- ui::tui::garden_view::render_garden_view
- ui::tui::install_signal_handlers
- ui::tui::is_key
- ui::tui::is_quit
- ui::tui::read_event
- ui::tui::render_active_tools
- ui::tui::render_agent_swarm
- ui::tui::render_decisions
- ui::tui::render_garden_health
- ui::tui::render_help_overlay
- ui::tui::render_logs
- ui::tui::render_shared_memory
- ui::tui::render_status_bar
- ui::tui::render_swarm_events
- ui::tui::render_swarm_health
- ui::tui::render_swarm_help
- ui::tui::render_swarm_status_bar
- ui::tui::render_task_queue
- ui::tui::restore_terminal_state
- ui::tui::run_tui
- ui::tui::run_tui_dashboard
- ui::tui::run_tui_dashboard_with_events
- ui::tui::run_tui_swarm
- ui::tui::run_tui_swarm_with_roles
- ui::tui::run_tui_with_handler
- ui::tui::safe_truncate
- ui::tui::signal_received
- ui::tui::split_layout
- ui::tui::standard_layout
Type Aliases
- analysis::analyzer::RawError
- errors::Result
- kv_store::Result
- ui::tui::SharedDashboardState
- workflows::LlmHandler
- workflows::ToolHandler
Statics
Constants
- analysis::vector_store::DEFAULT_MAX_ITEMS
- analysis::vector_store::EMBEDDING_DIM
- analysis::vector_store::MAX_CHUNKS
- analysis::vector_store::MAX_VOCABULARY_SIZE
- checkpoint::CURRENT_CHECKPOINT_VERSION
- cognitive::memory_hierarchy::DEFAULT_EPISODIC_TOKENS
- cognitive::memory_hierarchy::DEFAULT_RESERVE_TOKENS
- cognitive::memory_hierarchy::DEFAULT_SEMANTIC_TOKENS
- cognitive::memory_hierarchy::DEFAULT_WORKING_TOKENS
- cognitive::memory_hierarchy::TOTAL_CONTEXT_TOKENS
- errors::EXIT_API_ERROR
- errors::EXIT_CONFIG_ERROR
- errors::EXIT_CONFIRMATION_REQUIRED
- errors::EXIT_ERROR
- errors::EXIT_SAFETY_ERROR
- errors::EXIT_SUCCESS
- evolution::PROTECTED_PATHS
- multiagent::MAX_CONCURRENT_AGENTS
- safety::sandbox::SANDBOX_DISABLE_TOKEN
- telemetry::MAX_LOG_ENTRIES
- tokens::DEFAULT_IMAGE_TOKEN_ESTIMATE
- ui::animations::PROGRESS_ASCII
- ui::animations::PROGRESS_BLOCKS
- ui::animations::PROGRESS_DOTS
- ui::animations::PROGRESS_SHADES
- ui::animations::PROGRESS_SIMPLE
- ui::animations::RESET_CODE
- ui::animations::SPINNER_ARC
- ui::animations::SPINNER_ARROWS
- ui::animations::SPINNER_BOUNCE
- ui::animations::SPINNER_BOX
- ui::animations::SPINNER_BRAILLE
- ui::animations::SPINNER_CLOCK
- ui::animations::SPINNER_DOTS
- ui::animations::SPINNER_GARDEN
- ui::animations::SPINNER_LINE
- ui::animations::SPINNER_MOON
- ui::animations::WAVE_BARS
- ui::animations::WAVE_SINE
- ui::animations::WAVE_WATER
- ui::animations::palettes::FIRE
- ui::animations::palettes::ICE
- ui::animations::palettes::OCEAN
- ui::animations::palettes::RAINBOW
- ui::animations::palettes::SUNSET
- ui::loading_phrases::LOADING_PHRASES
- ui::tui::animation::colors::ACCENT
- ui::tui::animation::colors::BACKGROUND
- ui::tui::animation::colors::ERROR
- ui::tui::animation::colors::GRADIENT
- ui::tui::animation::colors::ORANGE
- ui::tui::animation::colors::PRIMARY
- ui::tui::animation::colors::PURPLE
- ui::tui::animation::colors::SECONDARY
- ui::tui::animation::colors::SUCCESS
- ui::tui::animation::colors::WARNING
- ui::tui::animation::timing::AMBIENT_MAX
- ui::tui::animation::timing::AMBIENT_MIN
- ui::tui::animation::timing::DRAMATIC
- ui::tui::animation::timing::EMPHASIS
- ui::tui::animation::timing::MICRO
- ui::tui::animation::timing::STANDARD