Skip to content

Commit 37e2eb7

Browse files
committed
fix(cli): agent run wrong input handling
Signed-off-by: Radek Ježek <[email protected]>
1 parent 2a23111 commit 37e2eb7

File tree

1 file changed

+0
-2
lines changed
  • apps/agentstack-cli/src/agentstack_cli/commands

1 file changed

+0
-2
lines changed

apps/agentstack-cli/src/agentstack_cli/commands/agent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,6 @@ async def run_agent(
880880
] = None,
881881
) -> None:
882882
"""Run an agent."""
883-
if search_path is not None and input is None and sys.stdin.isatty():
884-
input = sys.stdin.read()
885883
async with configuration.use_platform_client():
886884
providers = await Provider.list()
887885
await ensure_llm_provider()

0 commit comments

Comments
 (0)