Skip to main content

Crate agent_fleet

Crate agent_fleet 

Source
Expand description

agent-fleet — Autonomous OSS-repo health for solo maintainers.

Rust port of @p-vbordei/agent-fleet.

Re-exports§

pub use config::load_fleet_config;
pub use config::FleetConfig;
pub use config::FleetConfigError;
pub use config::FleetEntry;
pub use enroll::enroll;
pub use enroll::EnrollError;
pub use prompts::render_tick_prompt;
pub use prompts::TICK_PROMPT;
pub use sandbox::is_allowed_command;
pub use sandbox::AllowResult;
pub use tick::tick_one;
pub use tick::AnthropicClient;
pub use tick::ExecFn;
pub use tick::ExecResult;
pub use tick::TickError;
pub use tick::TickOutcome;

Modules§

config
fleet.yaml parser + strict validator (SPEC §2.1, C5).
enroll
enroll — write the typescript-bun kit into a target repo (SPEC §3.1).
prompts
Tick prompt template (SPEC §4).
sandbox
gh-only sandbox (SPEC §6, S3+S4, C4).
tick
Tick loop: drive the Anthropic model through a gh-only sandbox (SPEC §3.2).