Files
John Doe 090d97fdca fix: Restore agent directories - not legacy
The agents/ directory contains active OpenClaw workspace templates and deployment scripts.
Only the Docker container-specific files should be marked as legacy:
- modules/communication/*.js (Redis Pub/Sub)
- agents/lib/redis-subscriber.js
- docs/architecture/REDIS_A2A_ARCHITECTURE.md
- docker-compose.yml agent services (commented out)

The agents/ directory is still used for:
- deploy-agent.sh (creates agent workspaces)
- templates/ (agent identity files)
- lib/agent-client.js (updated for Gateway RPC)
2026-03-30 23:33:13 -04:00
..