Skip to main content

Crate agent_launch

Crate agent_launch 

Source
Expand description

agent-launch — draft platform-native release announcements.

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

Re-exports§

pub use config::load_launch_config;
pub use config::Context as LaunchContext;
pub use config::LaunchConfig;
pub use config::LaunchConfigError;
pub use config::Platform;
pub use config::Project;
pub use context::gather_context;
pub use context::ContextError;
pub use context::GatheredContext;
pub use draft::draft_one;
pub use draft::AnthropicClient;
pub use draft::DraftResult;
pub use platforms::list_platforms;
pub use platforms::load_platform_template;
pub use platforms::PlatformKind;
pub use platforms::PlatformTemplate;

Modules§

config
launch.yaml loader + strict deserialization.
context
Gather repo context: CHANGELOG section, README, recent commits, optional manifest.
draft
Draft one platform-native release announcement via Claude.
platforms
Load per-platform prompt templates from prompts/<kind>.md.