You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: restructure with agent type prefix (cc/oc)
Reorganize into claude_code/ and open_code/ top-level directories
so each agent type has its own namespace. Image naming follows
agentcrew-{cc|oc}-{name} convention. Pipeline updated to detect
changes at 2-level depth and compute image names automatically.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+47-14Lines changed: 47 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,31 +2,64 @@
2
2
3
3
Pre-built custom agent images for [AgentCrew](https://github.com/helmcode/agent_crew).
4
4
5
-
Each directory contains a `Dockerfile` that extends the official AgentCrew agent base images with additional tools and dependencies for specific use cases.
0 commit comments