Discover and explore top open-source AI tools and projects—updated daily.
oxnwAgent orchestration for coding tasks
Top 69.1% on SourcePulse
AgentRail provides a local-first control plane for coding agents, streamlining the entire project lifecycle from issue intake to code shipping. It offers a unified, compact API for managing agent workflows, making it ideal for developers focused on local evaluation and self-hosting of agent-based development processes.
How It Works
AgentRail acts as a central control plane, abstracting the complexities of agent task management. It offers a single API endpoint for issue intake, routing to appropriate agents, managing assigned work, submitting Pull Requests, integrating with CI pipelines, processing review feedback, and handling shipping. The system emphasizes retry-safe mutations using idempotency keys and provides real-time task events via SSE and webhooks, alongside local provider integrations for common development tools.
Quick Start & Requirements
npm install -g @agentrail-core/cli or use npx @agentrail-core/cli init.agentrail init for interactive setup, configuring local state under ~/.agentrail.agentrail server start.agentrail doctor --agent-id agt_example.Highlighted Details
Licensing & Compatibility
AgentRail is distributed as source-available software, not open source. The specific terms are detailed in the LICENSE file, which may impose restrictions on commercial use or integration with closed-source projects.
Limitations & Caveats
The current release focuses on a self-managed, single-instance runtime for local evaluation and self-hosting. A managed team/fleet layer, AgentRail Cloud, is planned separately. The "source-available" license requires careful review to understand its implications for adoption, particularly in commercial or proprietary contexts.
2 weeks ago
Inactive
google
Significant-Gravitas