Mailbox-backed AI agent proxy server
Project description
ai-agent-proxy
ai-agent-proxy is an inbox-backed FastAPI proxy.
Install:
make install
Run:
ai-agent-proxy --host 0.0.0.0 --workspace /path/to/workspace --api-key your-token
Options:
--workspacesets the workspace.--hostsets the HTTP bind address.--ipis accepted as a compatibility alias for the bind address.--api-keyrequiresAuthorization: Bearer <api-key>on API requests.-f, --configloadsKEY=VALUEsettings from a config file. Default:./.ai-agent-proxy.conf.
Runtime model:
POST /chat/completionsandPOST /v1/chat/completionsenqueue only the raw JSON request body into the local agent inbox and return immediately.POST /agent-inboxenqueues the raw JSON body into the local agent inbox and returns an acknowledgement.- The worker listens to the inbox folder and replies according to the message instructions, using
ai_agent_proxy/skills/for project guidance.
Config example:
WORKSPACE=/home/li/.openclaw
HOST=0.0.0.0
PORT=7011
API_KEY=your-token
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
ai_agent_proxy-2.0.2.tar.gz
(15.1 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 ai_agent_proxy-2.0.2.tar.gz.
File metadata
- Download URL: ai_agent_proxy-2.0.2.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d27e241f04ac0370fb9b10eab79813058cb4e75387689b0004a8686e629e5f4
|
|
| MD5 |
a5a3294421c2d602dcec5b207e2de306
|
|
| BLAKE2b-256 |
a963ad116ab5978920e323a773a84bc7b50b731fe67c29ab0e9133c8553dd818
|
File details
Details for the file ai_agent_proxy-2.0.2-py3-none-any.whl.
File metadata
- Download URL: ai_agent_proxy-2.0.2-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34050ad2ef3c24d6f37520897046ed2a8e9e4cc02825e752694f8da03c8635a0
|
|
| MD5 |
2760ceb2dfbc37c8091bb2659e8f164c
|
|
| BLAKE2b-256 |
b6a3821d20de5ff41715cd0ccae03035dbca38144055dcad150cfb956ad9ae7e
|