Codex app-server adapter and chatbot for Meshagent
Project description
meshagent-codex
meshagent-codex provides a Meshagent AgentSupervisor implementation backed
by the vendored Codex Python app-server SDK.
Included
CodexAgentSupervisor: creates oneCodexAgentProcessper Meshagent thread.CodexAgentProcess: sendsTurnStart,TurnSteer, andTurnInterruptmessages to Codex and emits standard MeshagentAgentMessageevents.- Vendored
openai_codex: the upstream Codex Python SDK package, including generated app-server models and the async client.
Example
from meshagent.codex import AppServerConfig, CodexAgentSupervisor
supervisor = CodexAgentSupervisor(
participant=room.local_participant,
config=AppServerConfig(cwd="/workspace"),
default_model="gpt-5.5",
)
By default, AppServerConfig uses codex on PATH. Set
AppServerConfig.codex_bin to launch a specific Codex binary. If you install
openai-codex-cli-bin separately on a supported platform, it can still be used
as a fallback runtime.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file meshagent_codex-0.44.12.tar.gz.
File metadata
- Download URL: meshagent_codex-0.44.12.tar.gz
- Upload date:
- Size: 90.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00e9d12352a9e895e07f7379023b78b5423e262016fa106061b4aefa7a0cff48
|
|
| MD5 |
e84c419fccbe2d5f3b0c5bf90ecaf10b
|
|
| BLAKE2b-256 |
f26b22a1443cac835ebba7fe7923b723f3e2f49a12efce9c562d43ebbbf09a7a
|
File details
Details for the file meshagent_codex-0.44.12-py3-none-any.whl.
File metadata
- Download URL: meshagent_codex-0.44.12-py3-none-any.whl
- Upload date:
- Size: 101.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a01fa9f8c8dea7bfd484b27ad7ae82bfd3ec0595bd8fb0733879c71a755b4399
|
|
| MD5 |
f74fbb051894f3ee524fa0027cbf1515
|
|
| BLAKE2b-256 |
7075062e1244f196d5d67b442801e7f7fa79f5678d9f2862db4b5505418fe0a5
|