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.
Files changed (31) hide show
  1. {langstage_cli-0.6.2/langstage_cli.egg-info → langstage_cli-0.6.3}/PKG-INFO +2 -2
  2. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/README.md +1 -1
  3. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli/cli.py +3 -3
  4. {langstage_cli-0.6.2 → langstage_cli-0.6.3/langstage_cli.egg-info}/PKG-INFO +2 -2
  5. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/pyproject.toml +1 -1
  6. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/LICENSE +0 -0
  7. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/deepagent_code/__init__.py +0 -0
  8. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli/__init__.py +0 -0
  9. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli/agui_stream.py +0 -0
  10. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli/config.py +0 -0
  11. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli.egg-info/SOURCES.txt +0 -0
  12. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli.egg-info/dependency_links.txt +0 -0
  13. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli.egg-info/entry_points.txt +0 -0
  14. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli.egg-info/requires.txt +0 -0
  15. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/langstage_cli.egg-info/top_level.txt +0 -0
  16. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/setup.cfg +0 -0
  17. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_agui_stream.py +0 -0
  18. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_checkpointer.py +0 -0
  19. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_cli.py +0 -0
  20. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_cli_help.py +0 -0
  21. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_codeconfig.py +0 -0
  22. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_config.py +0 -0
  23. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_help_render.py +0 -0
  24. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_no_interactive_approve.py +0 -0
  25. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_rename_shim.py +0 -0
  26. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_show_config.py +0 -0
  27. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_spec_resolution.py +0 -0
  28. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_stream_mode.py +0 -0
  29. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_streaming_marker.py +0 -0
  30. {langstage_cli-0.6.2 → langstage_cli-0.6.3}/tests/test_turn_exit_and_render.py +0 -0
  31. {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.2
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
  ![langstage-cli](examples/image.png)
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
  ![langstage-cli](examples/image.png)
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 'AgentCode'."""
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 "AgentCode"
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 = "AgentCode",
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.2
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
  ![langstage-cli](examples/image.png)
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.2"
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