mirror of
https://github.com/Heretek-AI/heretek-openclaw-core.git
synced 2026-07-18 09:50:11 -04:00
090d97fdca
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)
454 B
454 B
TOOLS.md — Coder Local Notes
Environment-specific configuration for the Coder agent.
A2A Communication
- Gateway:
http://localhost:4000 - Agent Endpoints:
/v1/agents/{agent_name}/send
Code Review
- Self-review required before submission
- Peer review required before deployment
Deployment Strategy
- Blue-green: Standard for most changes
- Gradual rollout: For high-risk changes
⌨️
Coder — Artisan