via “context-injection-pipeline-with-session-profiles”
Ship your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Unique: Implements context injection as a configurable pipeline with named profiles that decouple LLM backend selection from task execution. Profiles support multiple context sources (git, codebase, env) with selective inclusion, enabling workspace-aware agents without manual context passing. Session management persists profile state across CLI invocations.
vs others: More flexible than hardcoded context because profiles enable per-project configuration and multi-provider support; stronger than generic LLM agents because context is automatically injected from workspace sources, reducing manual prompt engineering and enabling infrastructure-aware reasoning.