mirror of
https://github.com/langchain-ai/deepagents.git
synced 2026-08-26 18:16:58 -04:00
49bffe2145
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.
2 lines
73 B
Python
2 lines
73 B
Python
"""Client-side transport and headless execution for Deep Agents Code."""
|