agent-fleet-o: FleetQ is an open-source AI agent orchestration platform for building, running, and monitoring autonomous multi-agent systems. It features a visual DAG builder, human-in-the-loop approvals, MCP server integration, and full audit trail. Works with major LLM providers and supports self-hosted or cloud deployment.; context-mode: Every tool call in an MCP (Model-Controller-Program) environment dumps raw data into the context window, quickly consuming space and causing the agent to lose track of ongoing tasks. Context Mode is an MCP server that tackles this by sandboxing tool outputs to significantly reduce context usage, tracking session events in SQLite for continuity, and promoting 'think in code' to minimize data processing within the LLM.
Autonomous dev pipelines: agent opens PR, CI runs, reviewer agent approves, merges, and deploys
Deep repository research and analysis (e.g., architecture, contributors, issues)