core-agent-ide/codex-rs/exec-server/src
pakrym-oai 403b397e4e
Refactor ExecServer filesystem split between local and remote (#15232)
For each feature we have:
1. Trait exposed on environment
2. **Local Implementation** of the trait
3. Remote implementation that uses the client to proxy via network
4. Handler implementation that handles PRC requests and calls into
**Local Implementation**
2026-03-19 17:08:04 -07:00
..
bin Remove stdio transport from exec server (#15119) 2026-03-19 01:00:35 +00:00
client Add exec-server exec RPC implementation (#15090) 2026-03-19 19:00:36 +00:00
server Refactor ExecServer filesystem split between local and remote (#15232) 2026-03-19 17:08:04 -07:00
client.rs Add exec-server exec RPC implementation (#15090) 2026-03-19 19:00:36 +00:00
client_api.rs Add exec-server exec RPC implementation (#15090) 2026-03-19 19:00:36 +00:00
connection.rs Remove stdio transport from exec server (#15119) 2026-03-19 01:00:35 +00:00
environment.rs Refactor ExecServer filesystem split between local and remote (#15232) 2026-03-19 17:08:04 -07:00
file_system.rs Refactor ExecServer filesystem split between local and remote (#15232) 2026-03-19 17:08:04 -07:00
lib.rs Refactor ExecServer filesystem split between local and remote (#15232) 2026-03-19 17:08:04 -07:00
local_file_system.rs Refactor ExecServer filesystem split between local and remote (#15232) 2026-03-19 17:08:04 -07:00
protocol.rs Add exec-server exec RPC implementation (#15090) 2026-03-19 19:00:36 +00:00
remote_file_system.rs Refactor ExecServer filesystem split between local and remote (#15232) 2026-03-19 17:08:04 -07:00
rpc.rs Add exec-server exec RPC implementation (#15090) 2026-03-19 19:00:36 +00:00
server.rs Refactor ExecServer filesystem split between local and remote (#15232) 2026-03-19 17:08:04 -07:00