Metadata-Version: 2.4
Name: openai-to-codex-wrapper
Version: 0.1.3
Summary: CLI to manage the OpenAI to Codex Wrapper API server
Home-page: https://github.com/teabranch/openai-to-codex-wrapper
Author: Ori Nachum
Author-email: ori.nachum@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: httpx
Requires-Dist: pydantic
Requires-Dist: python-dotenv
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Note - changed to openai-responses-server to better reflect the nature of this library.


# openai-to-codex-wrapper
Wraps any OpenAI API interface so it supports Codex. Adding any missing stateful features. Ollama and Vllm compliant 

OpenAI had released their version of coding assistant as open source.

No big model library supports their Resources api yet, so they can’t work with it.

This library wraps any OpenAI compliant library and gaps resources api via chat completions endpoint.

It is still missing some features, but I would appreciate your support in stars, issues, suggestions and even pull requests if you are inclined for it.

I want to support the stateful features the other libraries don’t want to support and are needed for Codex (and more).

I verified it works in my main repo, in my [demo AI assistant that can hear, think and speak](https://github.com/OriNachum/autonomous-intelligence/tree/main/baby-tau) with the docker-compose-codex.yaml

# Roadmap

- [x] Tool run support (Tested with llama 3.2 3b on Ollama)
- [ ] Validate work from CLI
- [ ] dotenv support
- [ ] State management (long term, not just in-memory)
- [ ] Web search support
- [ ] File upload + search 
- [ ] Code interpreter 
- [ ] Computer use

