Task
Devo is not yet compatible with the Codex plugin mechanism.
Background
Codex (likely OpenAI Codex or similar agent platforms) has a plugin/extension mechanism that allows third-party tools and integrations. Devo currently has its own tool system but does not support loading or running Codex-compatible plugins.
What's needed
- Research the Codex plugin specification and API
- Design a compatibility layer or adapter that allows Codex plugins to run within Devo's runtime
- Implement the adapter and test with existing Codex plugins
Related components
crates/core/src/tools/ — Devo's tool system
crates/protocol/src/hosted_tools.rs
Task
Devo is not yet compatible with the Codex plugin mechanism.
Background
Codex (likely OpenAI Codex or similar agent platforms) has a plugin/extension mechanism that allows third-party tools and integrations. Devo currently has its own tool system but does not support loading or running Codex-compatible plugins.
What's needed
Related components
crates/core/src/tools/— Devo's tool systemcrates/protocol/src/hosted_tools.rs