Connects an external hermes-agent to the Molecule platform via the molecule-runtime A2A MCP server. Inbound canvas-user and peer-agent messages surface as hermes platform events; outbound replies route back through send_message_to_user (canvas) or delegate_task (peer). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
15 lines
137 B
Plaintext
15 lines
137 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
*.egg
|
|
.pytest_cache/
|
|
.venv/
|
|
venv/
|
|
build/
|
|
dist/
|
|
.coverage
|
|
htmlcov/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.DS_Store
|