[PR #43] [MERGED] Add ACP agent profiles and Gemini-specific handling #109

Closed
opened 2026-02-27 10:22:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/43
Author: @mikeyobrien
Created: 1/10/2026
Status: Merged
Merged: 1/10/2026
Merged by: @mikeyobrien

Base: mainHead: acp-tool-visibility


📝 Commits (2)

  • 8d619b0 Improve ACP tool call visibility
  • 31170a5 Move issue 39 error tests into formatter suite

📊 Changes

9 files changed (+624 additions, -31 deletions)

View changed files

AGENTS.md (+7 -0)
📝 src/ralph_orchestrator/__main__.py (+164 -0)
📝 src/ralph_orchestrator/adapters/acp.py (+306 -27)
📝 src/ralph_orchestrator/adapters/acp_models.py (+18 -4)
📝 src/ralph_orchestrator/adapters/claude.py (+21 -0)
📝 src/ralph_orchestrator/error_formatter.py (+19 -0)
📝 src/ralph_orchestrator/orchestrator.py (+16 -0)
📝 tests/test_acp_adapter.py (+42 -0)
📝 tests/test_error_formatter.py (+31 -0)

📄 Description

Summary\n- add ACP agent profile registry with Gemini/default profiles and normalized update handling\n- wire ACP adapter/config/orchestrator to resolve profiles and apply native tool policies\n- add ACP profile tests and document the design doc\n\n## Testing\n- pytest


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mikeyobrien/ralph-orchestrator/pull/43 **Author:** [@mikeyobrien](https://github.com/mikeyobrien) **Created:** 1/10/2026 **Status:** ✅ Merged **Merged:** 1/10/2026 **Merged by:** [@mikeyobrien](https://github.com/mikeyobrien) **Base:** `main` ← **Head:** `acp-tool-visibility` --- ### 📝 Commits (2) - [`8d619b0`](https://github.com/mikeyobrien/ralph-orchestrator/commit/8d619b01142a471aee28432954c04a75932750d3) Improve ACP tool call visibility - [`31170a5`](https://github.com/mikeyobrien/ralph-orchestrator/commit/31170a5787eb5ba1c947af8deb84272ae19a4930) Move issue 39 error tests into formatter suite ### 📊 Changes **9 files changed** (+624 additions, -31 deletions) <details> <summary>View changed files</summary> ➕ `AGENTS.md` (+7 -0) 📝 `src/ralph_orchestrator/__main__.py` (+164 -0) 📝 `src/ralph_orchestrator/adapters/acp.py` (+306 -27) 📝 `src/ralph_orchestrator/adapters/acp_models.py` (+18 -4) 📝 `src/ralph_orchestrator/adapters/claude.py` (+21 -0) 📝 `src/ralph_orchestrator/error_formatter.py` (+19 -0) 📝 `src/ralph_orchestrator/orchestrator.py` (+16 -0) 📝 `tests/test_acp_adapter.py` (+42 -0) 📝 `tests/test_error_formatter.py` (+31 -0) </details> ### 📄 Description ## Summary\n- add ACP agent profile registry with Gemini/default profiles and normalized update handling\n- wire ACP adapter/config/orchestrator to resolve profiles and apply native tool policies\n- add ACP profile tests and document the design doc\n\n## Testing\n- pytest --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:22:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ralph-orchestrator#109
No description provided.