docs(install): migrate github.com refs to git.moleculesai.app (#37)
Some checks failed
CI / test (3.12) (pull_request) Failing after 11s
CI / test (3.11) (pull_request) Failing after 12s

Three refs in README.md, all anonymous (no auth tokens):
- Line 9: sister-repo cross-link to hermes-platform-molecule-a2a
- Line 43, 108: `git clone` install command (Quick start + Development)

All rewritten to canonical Gitea path. Anonymous-clone semantics
preserved — repos are public on Gitea, no env-var coordination needed.

Refs: molecule-ai/internal#37, molecule-ai/internal#38
This commit is contained in:
documentation-specialist 2026-05-06 23:22:36 -07:00
parent 754d162d99
commit df98dffe5a

View File

@ -6,7 +6,7 @@ Hermes platform plugin that connects an external [hermes-agent](https://github.c
You run hermes-agent on your own machine. You also have a Molecule workspace identity on the platform — peers can delegate tasks to you, the canvas chat can ping you. Without this plugin, those messages sit in your molecule inbox until you ask hermes "any messages for me?". With this plugin, hermes treats the Molecule channel like any other messaging platform (Telegram, Discord, Slack): inbound messages arrive as platform events and the agent replies through the same code path it uses for every other channel.
If your hermes runs *inside* a Molecule workspace container (rather than externally), use [hermes-platform-molecule-a2a](https://github.com/Molecule-AI/hermes-platform-molecule-a2a) instead — that plugin uses the in-container HTTP callback path.
If your hermes runs *inside* a Molecule workspace container (rather than externally), use [hermes-platform-molecule-a2a](https://git.moleculesai.app/molecule-ai/hermes-platform-molecule-a2a) instead — that plugin uses the in-container HTTP callback path.
## Architecture
@ -40,7 +40,7 @@ The plugin loads via the `hermes_agent.plugins` entry point — no manual config
### Direct (no PyPI)
```bash
git clone https://github.com/Molecule-AI/hermes-channel-molecule.git
git clone https://git.moleculesai.app/molecule-ai/hermes-channel-molecule.git
cp -r hermes-channel-molecule/hermes_channel_molecule ~/.hermes/plugins/molecule
```
@ -105,7 +105,7 @@ The prefix is opaque to the gateway — it just sees a chat_id like any other pl
## Development
```bash
git clone https://github.com/Molecule-AI/hermes-channel-molecule.git
git clone https://git.moleculesai.app/molecule-ai/hermes-channel-molecule.git
cd hermes-channel-molecule
pip install -e ".[test]"
pytest -q