hermes-channel-molecule/.gitignore
Hongming Wang ac6f261150 Initial commit — hermes platform plugin for the Molecule channel
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>
2026-05-03 03:26:06 -07:00

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