langstage-cli 0.6.2__tar.gz → 0.6.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {langstage_cli-0.6.2/langstage_cli.egg-info → langstage_cli-0.6.3}/PKG-INFO +2 -2
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/README.md +1 -1
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli/cli.py +3 -3
- {langstage_cli-0.6.2 → langstage_cli-0.6.3/langstage_cli.egg-info}/PKG-INFO +2 -2
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/pyproject.toml +1 -1
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/LICENSE +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/deepagent_code/__init__.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli/__init__.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli/agui_stream.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli/config.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli.egg-info/SOURCES.txt +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli.egg-info/dependency_links.txt +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli.egg-info/entry_points.txt +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli.egg-info/requires.txt +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli.egg-info/top_level.txt +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/setup.cfg +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_agui_stream.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_checkpointer.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_cli.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_cli_help.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_codeconfig.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_config.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_help_render.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_no_interactive_approve.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_rename_shim.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_show_config.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_spec_resolution.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_stream_mode.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_streaming_marker.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_turn_exit_and_render.py +0 -0
- {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_unicode_console.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langstage-cli
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.3
|
|
4
4
|
Summary: The terminal stage for your LangGraph agent — Claude Code-style CLI for any CompiledGraph
|
|
5
5
|
Author-email: Kedar Dabhadkar <kdabhadk@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -39,7 +39,7 @@ Dynamic: license-file
|
|
|
39
39
|
|
|
40
40
|
**The terminal stage for your LangGraph agent.** A Claude Code-style CLI that runs *any* LangGraph `CompiledGraph` — yours, not a bundled one — with streaming, tool-call rendering, and human-in-the-loop approval.
|
|
41
41
|
|
|
42
|
-
> Renamed from **deepagent-code** (the old package name now just installs this one, and the `deepagent-code` command still works).
|
|
42
|
+
> Renamed from **deepagent-code** (the old package name now just installs this one, and the `deepagent-code` command still works). Not to be confused with LangChain's **`deepagents-code`** (`dcode`) — that's a separate project; `langstage-cli` is the terminal stage of the [LangStage family](#every-stage-for-your-langgraph-agent).
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**The terminal stage for your LangGraph agent.** A Claude Code-style CLI that runs *any* LangGraph `CompiledGraph` — yours, not a bundled one — with streaming, tool-call rendering, and human-in-the-loop approval.
|
|
4
4
|
|
|
5
|
-
> Renamed from **deepagent-code** (the old package name now just installs this one, and the `deepagent-code` command still works).
|
|
5
|
+
> Renamed from **deepagent-code** (the old package name now just installs this one, and the `deepagent-code` command still works). Not to be confused with LangChain's **`deepagents-code`** (`dcode`) — that's a separate project; `langstage-cli` is the terminal stage of the [LangStage family](#every-stage-for-your-langgraph-agent).
|
|
6
6
|
|
|
7
7
|

|
|
8
8
|
|
|
@@ -260,7 +260,7 @@ def print_goodbye():
|
|
|
260
260
|
|
|
261
261
|
|
|
262
262
|
def get_agent_name(graph) -> str:
|
|
263
|
-
"""Extract agent name from graph object, defaulting to '
|
|
263
|
+
"""Extract agent name from graph object, defaulting to 'Agent'."""
|
|
264
264
|
# Try common attribute names for agent/graph name
|
|
265
265
|
for attr in ("name", "agent_name", "_name", "__name__"):
|
|
266
266
|
if hasattr(graph, attr):
|
|
@@ -272,7 +272,7 @@ def get_agent_name(graph) -> str:
|
|
|
272
272
|
name = graph.builder.name
|
|
273
273
|
if name and isinstance(name, str):
|
|
274
274
|
return name
|
|
275
|
-
return "
|
|
275
|
+
return "Agent"
|
|
276
276
|
|
|
277
277
|
|
|
278
278
|
def get_agent_description(graph) -> Optional[str]:
|
|
@@ -1238,7 +1238,7 @@ async def run_single_turn_agui(
|
|
|
1238
1238
|
def run_conversation_loop(
|
|
1239
1239
|
graph,
|
|
1240
1240
|
config: Dict[str, Any],
|
|
1241
|
-
agent_name: str = "
|
|
1241
|
+
agent_name: str = "Agent",
|
|
1242
1242
|
agent_description: Optional[str] = None,
|
|
1243
1243
|
use_async: bool = False,
|
|
1244
1244
|
use_agui: bool = False,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langstage-cli
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.3
|
|
4
4
|
Summary: The terminal stage for your LangGraph agent — Claude Code-style CLI for any CompiledGraph
|
|
5
5
|
Author-email: Kedar Dabhadkar <kdabhadk@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -39,7 +39,7 @@ Dynamic: license-file
|
|
|
39
39
|
|
|
40
40
|
**The terminal stage for your LangGraph agent.** A Claude Code-style CLI that runs *any* LangGraph `CompiledGraph` — yours, not a bundled one — with streaming, tool-call rendering, and human-in-the-loop approval.
|
|
41
41
|
|
|
42
|
-
> Renamed from **deepagent-code** (the old package name now just installs this one, and the `deepagent-code` command still works).
|
|
42
|
+
> Renamed from **deepagent-code** (the old package name now just installs this one, and the `deepagent-code` command still works). Not to be confused with LangChain's **`deepagents-code`** (`dcode`) — that's a separate project; `langstage-cli` is the terminal stage of the [LangStage family](#every-stage-for-your-langgraph-agent).
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "langstage-cli"
|
|
7
|
-
version = "0.6.
|
|
7
|
+
version = "0.6.3"
|
|
8
8
|
description = "The terminal stage for your LangGraph agent — Claude Code-style CLI for any CompiledGraph"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|