mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-17 21:19:46 +00:00
Decode byte chunks from the live Codex/ChatGPT account SSE stream before parsing events. Preserve accumulated output_text deltas when the final response.completed object is present but has no extractable output content. Update the OAuth tests to cover byte-delivered SSE chunks and empty completed responses. |
||
|---|---|---|
| .. | ||
| 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.