Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a8cd3648f | |||
| d59d1f15ac | |||
| a4b3109e49 | |||
| cdf0892b2e | |||
| 2f7f7a36c8 | |||
| 336d1beab1 |
@@ -49,7 +49,7 @@ jobs:
|
||||
/tmp/install-test/bin/pip install dist/*.whl
|
||||
/tmp/install-test/bin/codex-channel-molecule --help
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v3 # pinned to v3 for Gitea act_runner v0.6 compatibility (internal#46)
|
||||
with:
|
||||
name: dist
|
||||
path: dist/
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
permissions:
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: actions/download-artifact@v3 # pinned to v3 for Gitea act_runner v0.6 compatibility (internal#46)
|
||||
with:
|
||||
name: dist
|
||||
path: dist/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Bridge daemon — gives [codex CLI](https://github.com/openai/codex) push parity with the [Molecule AI](https://moleculesai.com) platform's other external runtimes.
|
||||
|
||||
The Molecule platform's [`hermes-channel-molecule`](https://github.com/Molecule-AI/hermes-channel-molecule) plugin gives `hermes-agent` true push delivery — peer agents and canvas-user messages land mid-session as conversation turns. Codex CLI has no plugin API today and its MCP runtime drops inbound notifications, so this daemon is the equivalent push surface — built outside the codex process.
|
||||
The Molecule platform's [`hermes-channel-molecule`](https://git.moleculesai.app/molecule-ai/hermes-channel-molecule) plugin gives `hermes-agent` true push delivery — peer agents and canvas-user messages land mid-session as conversation turns. Codex CLI has no plugin API today and its MCP runtime drops inbound notifications, so this daemon is the equivalent push surface — built outside the codex process.
|
||||
|
||||
## How it works
|
||||
|
||||
@@ -70,7 +70,7 @@ When [`openai/codex#17543`](https://github.com/openai/codex/issues/17543) lands
|
||||
## Development
|
||||
|
||||
```sh
|
||||
git clone https://github.com/Molecule-AI/codex-channel-molecule
|
||||
git clone https://git.moleculesai.app/molecule-ai/codex-channel-molecule.git
|
||||
cd codex-channel-molecule
|
||||
pip install -e ".[test]"
|
||||
pytest -q
|
||||
|
||||
+2
-2
@@ -24,8 +24,8 @@ test = [
|
||||
codex-channel-molecule = "codex_channel_molecule.daemon:main"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/Molecule-AI/codex-channel-molecule"
|
||||
Repository = "https://github.com/Molecule-AI/codex-channel-molecule"
|
||||
Homepage = "https://git.moleculesai.app/molecule-ai/codex-channel-molecule"
|
||||
Repository = "https://git.moleculesai.app/molecule-ai/codex-channel-molecule"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["codex_channel_molecule*"]
|
||||
|
||||
Reference in New Issue
Block a user