mirror of
https://github.com/openai/codex.git
synced 2026-05-25 05:24:37 +00:00
Part 1 of guardian as extension. This bind all the logic to spawn another agent from an extension and it adds `ThreadId` in the start thread collaborator
5 lines
74 B
Rust
5 lines
74 B
Rust
mod agent;
|
|
|
|
pub use agent::AgentSpawnFuture;
|
|
pub use agent::AgentSpawner;
|