Files
deepagents/libs/code/deepagents_code/client/__init__.py
T
Mason Daugherty 49bffe2145 refactor(code): move client runtime modules into package (#4523)
Starts the dcode package restructure by giving client-facing runtime
code a canonical home under `deepagents_code.client`.

- Moves the local LangGraph server helpers under `client.launch` and
moves `RemoteAgent` plus headless `run_non_interactive` under `client`.
- Updates app, CLI, and tests to import the new canonical paths directly
without compatibility alias modules.
- Changes runtime workspace scaffolding to load
`deepagents_code.server_graph:make_graph` from the package instead of
copying `server_graph.py` into the temp workspace.
- Resolves the generated runtime package dependency from the top-level
package location so editable checkouts keep pointing at the working tree
after the module move.
- Refreshes the threat model references for the moved client/server
components.
2026-07-06 14:34:55 -04:00

2 lines
73 B
Python

"""Client-side transport and headless execution for Deep Agents Code."""