refactor(agent): consolidate agent system into unified AgentManager with provider-based architecture

Replace separate ACP and agent-types modules with unified AgentManager using provider pattern. Migrate Claude and Codex implementations to provider-specific clients. Streamline session-agent integration, remove old ACP notification types, and introduce agent timeline events. Delete obsolete documentation and test files. Add AgentRegistry for persistence and agent-stream-based communication pattern.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Mohamed Boudra
2025-11-15 02:06:09 +01:00
parent 90b0094aae
commit 8cf808b14d
55 changed files with 2771 additions and 7043 deletions

View File

@@ -35,7 +35,6 @@
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.37",
"@boudra/claude-code-acp": "^0.8.3",
"@openai/codex-sdk": "^0.58.0"
}
}