Skip to content

Add OpenAcme — AI Workforce Platform (external) to Advanced Agents#232

Open
sandydasari wants to merge 2 commits into
Arindam200:mainfrom
sandydasari:add-openacme
Open

Add OpenAcme — AI Workforce Platform (external) to Advanced Agents#232
sandydasari wants to merge 2 commits into
Arindam200:mainfrom
sandydasari:add-openacme

Conversation

@sandydasari

@sandydasari sandydasari commented Jun 27, 2026

Copy link
Copy Markdown

🔗 Linked Issue

N/A — single external-link README entry

✅ Type of Change

  • ✨ New Project/Feature
  • 🐞 Bug Fix
  • 📚 Documentation Update
  • 🔨 Refactor or Other

📝 Summary

Adds OpenAcme as a single entry under 🔬 Advanced Agents in the README.

OpenAcme is an open-source AI workforce platform: named, role-specialized agents that each own their own tools, memory, MCP servers, tasks, and workspace, and that delegate tasks to one another. Local-first, bring-your-own-model (multi-provider LLM), no telemetry. Web + CLI UI. It fits "complex multi-agent pipelines" — it ships a dispatcher, per-agent task queues, and cross-agent task assignment.

This is added as an external link (marked ↗ external) pointing to the maintained project repo, rather than a vendored project folder, since OpenAcme is a standalone TypeScript platform rather than a single Python example app.

📖 README Checklist

  • I have created a README.md file for my project. (N/A — external link)
  • My README.md follows the official .github/README_TEMPLATE.md. (N/A)
  • I have included clear installation and usage instructions in my README.md. (in the linked repo)
  • I have added a GIF or screenshot to the assets folder. (N/A)

✔️ Contributor Checklist

  • I have read the CONTRIBUTING.md document.
  • My change follows the project's formatting (same entry style as the rest of the section).
  • I have placed my project in the correct directory. (N/A — external link, not a vendored folder)
  • I have included a requirements.txt or pyproject.toml. (N/A)
  • I have added a .env.example file. (N/A)
  • My pull request is focused on a single change.

💬 Additional Comments

Existing README entries point to in-repo project folders; this is an external reference, so I've marked it ↗ external and left the project-folder checklist items as N/A. Glad to instead open a tracking issue first, vendor a minimal runnable example, or adjust the section/wording — whatever you prefer.

Summary by CodeRabbit

  • Documentation
    • Updated the Advanced Agents list in the README.
    • Increased the listed project count from 24 to 25.
    • Added a new project entry for OpenAcme — AI Workforce Platform with a short description and link.

@coderabbitai

coderabbitai Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7a675fde-fbcb-4117-8a16-034c63a43869

📥 Commits

Reviewing files that changed from the base of the PR and between 300af01 and a914542.

📒 Files selected for processing (1)
  • README.md
✅ Files skipped from review due to trivial changes (1)
  • README.md

📝 Walkthrough

Walkthrough

The README’s Advanced Agents section now shows 25 projects and includes a new entry for OpenAcme — AI Workforce Platform with its link and descriptive text.

Changes

README Update

Layer / File(s) Summary
Update count and add OpenAcme entry
README.md
Increments the Advanced Agents project count and inserts the OpenAcme — AI Workforce Platform bullet with its description.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • Arindam200

Poem

🐇 A new agent hops into the page,
Counted at twenty-five on the stage.
With tools and memory, neat and bright,
OpenAcme lands in the README light.
Hop hop hooray, what a tidy delight!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding OpenAcme as an external entry to Advanced Agents.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
README.md (1)

314-314: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Update project count from 24 to 25.

The Advanced Agents section now contains 25 projects after adding OpenAcme, but the header still states "24 projects".

- **Complex multi-agent pipelines for production-ready end-to-end workflows.** _24 projects_
+ **Complex multi-agent pipelines for production-ready end-to-end workflows.** _25 projects_
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 314, The Advanced Agents section header is stale and still
says 24 projects even though OpenAcme brings the total to 25. Update the project
count text in the README header that describes the Advanced Agents section so it
reflects the current total of 25 projects.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@README.md`:
- Line 314: The Advanced Agents section header is stale and still says 24
projects even though OpenAcme brings the total to 25. Update the project count
text in the README header that describes the Advanced Agents section so it
reflects the current total of 25 projects.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8c5610b5-d7bf-4744-9e92-0f9b52f5c0bf

📥 Commits

Reviewing files that changed from the base of the PR and between 72717e6 and 300af01.

📒 Files selected for processing (1)
  • README.md

@shivaylamba shivaylamba left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to use actual code in the project with nebius token factory :)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants