Skip to content

Commit 4aabcf2

Browse files
revert imports
1 parent 3804730 commit 4aabcf2

File tree

1 file changed

+8
-8
lines changed
  • libs/deepagents-cli/deepagents_cli

1 file changed

+8
-8
lines changed

libs/deepagents-cli/deepagents_cli/main.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77

88
from deepagents.backends.protocol import SandboxBackendProtocol
99

10-
from .agent import create_agent_with_config, list_agents, reset_agent
11-
from .commands import execute_bash_command, handle_command
12-
from .config import COLORS, DEEP_AGENTS_ASCII, SessionState, console, create_model
13-
from .execution import execute_task
14-
from .input import create_prompt_session
15-
from .integrations.sandbox_factory import (
10+
from deepagents_cli.agent import create_agent_with_config, list_agents, reset_agent
11+
from deepagents_cli.commands import execute_bash_command, handle_command
12+
from deepagents_cli.config import COLORS, DEEP_AGENTS_ASCII, SessionState, console, create_model
13+
from deepagents_cli.execution import execute_task
14+
from deepagents_cli.input import create_prompt_session
15+
from deepagents_cli.integrations.sandbox_factory import (
1616
create_sandbox,
1717
get_default_working_dir,
1818
)
19-
from .tools import (
19+
from deepagents_cli.tools import (
2020
fetch_url,
2121
get_web_search_tool,
2222
http_request,
2323
parallel_client,
2424
tavily_client,
2525
)
26-
from .ui import TokenTracker, show_help
26+
from deepagents_cli.ui import TokenTracker, show_help
2727

2828

2929
def check_cli_dependencies() -> None:

0 commit comments

Comments
 (0)