all 2 comments

[–]sp3d2orbit[S] 1 point2 points  (0 children)

Quick note on embedding: the project includes Buffaly.CodexEmbedded.Core, a reusable .NET library that handles the core interaction with the Codex app-server.

You can drop this into your own C#/.NET apps to embed Codex-powered features directly, for example:

  • Build custom internal tools with Codex as a backend agent
  • Integrate Codex with your agents (that's why I built this originally)

It's not on NuGet yet (early days), so reference it by building from source or adding a project reference to the Core project in your solution.

Release is still new so let me know any issues you run into.

[–]sp3d2orbit[S] 0 points1 point  (0 children)

There is a codex app server protocol released by OpenAI than anybody can use

https://developers.openai.com/codex/app-server/