Skip to main content

Crate brainwires_autonomy

Crate brainwires_autonomy 

Source
Expand description

§brainwires-autonomy

Autonomous agent operations — self-improvement, Git workflows, and human-out-of-loop execution for the Brainwires Agent Framework.

§Feature flags

FeatureDescription
self-improveSelf-improvement controller and strategies
eval-drivenEval-driven feedback loop (requires brainwires-eval)
supervisorAgent supervisor with health monitoring
attentionAttention mechanism with RAG integration
parallelParallel coordinator with optional MDAP
trainingAutonomous training loop
git-workflowAutomated Git workflow pipeline
webhookWebhook server for Git forge events
fullAll features enabled

Re-exports§

pub use config::AutonomyConfig;
pub use error::AutonomyError;
pub use metrics::SessionMetrics;
pub use metrics::SessionReport;
pub use safety::ApprovalPolicy;
pub use safety::AutonomousOperation;
pub use safety::SafetyGuard;

Modules§

agent_ops
Agent operations — supervisor, health monitoring, attention, parallel coordination, hibernation data types, and autonomous training.
config
Configuration types for autonomous operations.
error
Error types for the autonomy crate.
metrics
Metrics and reporting for autonomous improvement sessions.
safety
Safety mechanisms for autonomous operations.