Codex app-server adapter and chatbot for Meshagent
Project description
meshagent-codex
meshagent-codex adds Codex app-server backed agents:
CodexChatBotCodexTaskRunner
Included
CodexChatBot: chat agent backed bycodex app-serverCodexTaskRunner: task runner backed bycodex app-server
Example
from meshagent.api.services import ServiceHost
from meshagent.codex import CodexChatBot
service = ServiceHost()
@service.path("/agent")
class MyCodexAgent(CodexChatBot):
def __init__(self):
super().__init__(
name="meshagent.codex-chatbot",
title="codex chatbot",
description="chatbot powered by codex app-server",
rules=["You are a concise assistant."],
model="codex-mini-latest",
)
By default, the backend launches Codex via codex app-server.
You can override transport with environment variables:
MESHAGENT_CODEX_COMMANDto change the launch command.MESHAGENT_CODEX_WS_URLto connect to an existing Codex app-server websocket instead of launching a local process.
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
meshagent_codex-0.29.1.tar.gz
(39.7 kB
view details)
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.29.1.tar.gz.
File metadata
- Download URL: meshagent_codex-0.29.1.tar.gz
- Upload date:
- Size: 39.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a4831981b70433ecae3166d78c9216eac0789714b78d5d5dca817aa38e94786
|
|
| MD5 |
69ba19219768277621200a1998aeb748
|
|
| BLAKE2b-256 |
10a5e0ee2d49902ae00de1684024976d409c8baa025ed7e7c0ab2886cc3d8397
|
File details
Details for the file meshagent_codex-0.29.1-py3-none-any.whl.
File metadata
- Download URL: meshagent_codex-0.29.1-py3-none-any.whl
- Upload date:
- Size: 43.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d1fa88a84fb4853da2a02f43a980d9cb8e1bbbbea2748bded3af018961ca9d0
|
|
| MD5 |
30b896626773199643343ae53b083078
|
|
| BLAKE2b-256 |
707fef9c880650495c1217386d551af06da31874779e03f4132998c84ea41076
|