Nav apraksta

darrenhinde b664ac96fd feat: Add Claude Code plugin (BETA) with complete OAC integration 5 mēneši atpakaļ
.claude-plugin 452ec40362 refactor: reorganize Claude plugin into self-contained plugins directory 5 mēneši atpakaļ
.github c799173dd0 align context and skills consistency (#192) (#198) 5 mēneši atpakaļ
.opencode 5a40b6fdc4 feat(context): Standardize context system with navigation, frontmatter, and MVI compliance (#209) 5 mēneši atpakaļ
.tmp eeab4fe266 feat(context): Standardize context system with navigation, frontmatter, and MVI compliance 5 mēneši atpakaļ
bin d7a4cb8031 feat: Context path configuration and documentation reorganization (#143) 6 mēneši atpakaļ
context-findings eeab4fe266 feat(context): Standardize context system with navigation, frontmatter, and MVI compliance 5 mēneši atpakaļ
dev bf02ad0d5c refactor: Rename repository to OpenAgents Control (#100) 6 mēneši atpakaļ
docs 696cc7b70f fix: resolve all 119 broken markdown links across documentation 5 mēneši atpakaļ
evals 013682c499 fix: resolve installer failures and add comprehensive validation (#189) 6 mēneši atpakaļ
integrations bf02ad0d5c refactor: Rename repository to OpenAgents Control (#100) 6 mēneši atpakaļ
packages c799173dd0 align context and skills consistency (#192) (#198) 5 mēneši atpakaļ
plugins b664ac96fd feat: Add Claude Code plugin (BETA) with complete OAC integration 5 mēneši atpakaļ
scripts 696cc7b70f fix: resolve all 119 broken markdown links across documentation 5 mēneši atpakaļ
.gitignore eeab4fe266 feat(context): Standardize context system with navigation, frontmatter, and MVI compliance 5 mēneši atpakaļ
.npmignore d7a4cb8031 feat: Context path configuration and documentation reorganization (#143) 6 mēneši atpakaļ
CHANGELOG.md c799173dd0 align context and skills consistency (#192) (#198) 5 mēneši atpakaļ
COMPATIBILITY.md bf02ad0d5c refactor: Rename repository to OpenAgents Control (#100) 6 mēneši atpakaļ
CONTEXT_SYSTEM_GUIDE.md 1f0fcd7c84 fix: correct context path defaults and add preview gates (Issues #175, #177) (#183) 6 mēneši atpakaļ
LICENSE 42161cdef4 chore: update agent workflows and task management (#86) 6 mēneši atpakaļ
Makefile c8f7103cb6 refactor(evals): consolidate documentation and enhance test infrastructure (#56) 7 mēneši atpakaļ
README.md b664ac96fd feat: Add Claude Code plugin (BETA) with complete OAC integration 5 mēneši atpakaļ
ROADMAP.md 9f56e18a97 docs: add critical feedback from parallel agent review 5 mēneši atpakaļ
VERSION e8497372eb chore: bump version to v0.7.1 (#144) 6 mēneši atpakaļ
bun.lock 54fa50d17a fix: switch CI to TypeScript validator to resolve hanging bash script (#129) 6 mēneši atpakaļ
env.example 25e6e919be ✨ feat: add Gemini API key configuration to env.example for integration 10 mēneši atpakaļ
install.sh c799173dd0 align context and skills consistency (#192) (#198) 5 mēneši atpakaļ
package-lock.json c8f7103cb6 refactor(evals): consolidate documentation and enhance test infrastructure (#56) 7 mēneši atpakaļ
package.json c799173dd0 align context and skills consistency (#192) (#198) 5 mēneši atpakaļ
registry.json c799173dd0 align context and skills consistency (#192) (#198) 5 mēneši atpakaļ
update.sh bf02ad0d5c refactor: Rename repository to OpenAgents Control (#100) 6 mēneši atpakaļ

README.md

OpenAgents Control (OAC)

Multi-agent orchestration and automation framework for AI-powered development workflows.

🚀 Quick Start

Claude Code (BETA - via Plugin Marketplace)

OpenAgents Control is now available as a Claude Code plugin!

Installation:

  1. Register the marketplace:

    /plugin marketplace add darrenhinde/OpenAgentsControl
    
  2. Install the plugin:

    /plugin install oac
    
  3. Download context files:

    /oac:setup --core
    
  4. Start building:

    Add a login endpoint
    

Features:

  • ✅ 6-stage workflow with approval gates
  • ✅ Context-aware code generation
  • ✅ Parallel task execution
  • ✅ External documentation fetching
  • ✅ Automatic cleanup management
  • ✅ 9 specialized skills + 6 custom subagents

Documentation:

Status: BETA - Actively tested and ready for early adopters


📚 About OpenAgents Control

OpenAgents Control is a comprehensive framework for orchestrating multiple AI agents to handle complex development workflows. It provides:

  • Multi-agent orchestration - Coordinate specialized agents for different tasks
  • Context-aware execution - Automatically discover and apply relevant coding standards
  • Task breakdown - Decompose complex features into atomic, verifiable subtasks
  • Quality automation - Built-in code review, testing, and documentation generation
  • Flexible architecture - Works with multiple AI coding tools (Claude Code, OpenCode, Cursor, Windsurf)

🏗️ Architecture

OAC uses a flattened delegation hierarchy where:

  • Skills orchestrate the workflow and guide the main agent
  • Subagents execute specialized tasks in isolated contexts
  • Context files provide coding standards and patterns
  • Approval gates ensure user control over execution

📖 Documentation

  • Agents - Custom agent documentation
  • Evals - Evaluation framework and tests
  • Planning - Architecture and design documents
  • Context System - Context organization and management

🤝 Contributing

Contributions welcome! See CONTRIBUTING.md for guidelines.

📄 License

MIT License - see LICENSE for details.

🆘 Support


Version: 1.0.0-beta
Status: Active Development
Last Updated: 2026-02-16