mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-28 01:25:45 +00:00
Convert Chat Completions image_url content parts into Responses API input_image parts instead of normalizing multimodal messages down to text. Keep text-only content lists as plain text and add OAuth bridge regression tests for image passthrough. |
||
|---|---|---|
| .. | ||
| api | ||
| conf | ||
| extensions/python | ||
| helpers | ||
| webui | ||
| default_config.yaml | ||
| plugin.yaml | ||
| README.md | ||
OAuth Connections
Generic local OAuth bridge for Agent Zero.
The first provider is Codex/ChatGPT Account:
- signs in with OpenAI's Codex device-code flow
- writes Codex-compatible
auth.jsoncredentials - refreshes local tokens when needed
- exposes a loopback OpenAI-compatible wrapper at
/oauth/codex/v1
Tokens in auth.json are password-equivalent credentials. Keep this plugin on trusted local machines only.