soothe-client-python 1.0.22__tar.gz → 1.0.23__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.
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/PKG-INFO +1 -1
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/daemon_session.py +2 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/websocket.py +6 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/.gitignore +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/LICENSE +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/README.md +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/pyproject.toml +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/__init__.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/__init__.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/attachments.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/broadcaster.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/card_projection.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/chunk_filter.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/classifier.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/events.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/loop_session_store.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/managed_client.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/observability.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/pool.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/query_gate.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/thinking_step.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/turn.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/turn_boundary.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/turn_runner.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/command_client.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/errors.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/helpers.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/intent_hints.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/protocol_params.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/py.typed +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/schemas.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/session.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/stream_terminal.py +0 -0
- {soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/turn_boundary.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: soothe-client-python
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.23
|
|
4
4
|
Summary: WebSocket client + appkit for soothe-daemon (Python)
|
|
5
5
|
Project-URL: Homepage, https://github.com/mirasoth/soothe-client-python
|
|
6
6
|
Project-URL: Documentation, https://soothe.readthedocs.io
|
|
@@ -277,6 +277,7 @@ class DaemonSession:
|
|
|
277
277
|
clarification_answer: bool = False,
|
|
278
278
|
clarification_answers: list[str] | None = None,
|
|
279
279
|
intent_hint: str | None = None,
|
|
280
|
+
autopilot_rail_id: str | None = None,
|
|
280
281
|
) -> None:
|
|
281
282
|
"""Send a user message on the active loop (start of a turn).
|
|
282
283
|
|
|
@@ -297,6 +298,7 @@ class DaemonSession:
|
|
|
297
298
|
clarification_answer=clarification_answer,
|
|
298
299
|
clarification_answers=clarification_answers,
|
|
299
300
|
intent_hint=intent_hint,
|
|
301
|
+
autopilot_rail_id=autopilot_rail_id,
|
|
300
302
|
)
|
|
301
303
|
|
|
302
304
|
async def cancel_remote_query(self) -> None:
|
|
@@ -883,6 +883,7 @@ class WebSocketClient:
|
|
|
883
883
|
interaction_mode: str | None = None,
|
|
884
884
|
clarification_answer: bool = False,
|
|
885
885
|
clarification_answers: list[str] | None = None,
|
|
886
|
+
autopilot_rail_id: str | None = None,
|
|
886
887
|
) -> None:
|
|
887
888
|
"""Send user input to a subscribed loop (`loop_input`).
|
|
888
889
|
|
|
@@ -904,6 +905,9 @@ class WebSocketClient:
|
|
|
904
905
|
interaction_mode: CoreAgent mode (`agent` / `ask`). None = daemon default.
|
|
905
906
|
clarification_answer: Treat input as answer to pending clarification.
|
|
906
907
|
clarification_answers: Per-question answers for multi-question clarifications.
|
|
908
|
+
autopilot_rail_id: Optional builtin rail id. When set, the daemon
|
|
909
|
+
binds a ``LoopRailInterpreter`` for this goal via
|
|
910
|
+
``run_with_progress(autopilot_rail_id=…)``.
|
|
907
911
|
"""
|
|
908
912
|
params: dict[str, Any] = {
|
|
909
913
|
"loop_id": loop_id,
|
|
@@ -937,6 +941,8 @@ class WebSocketClient:
|
|
|
937
941
|
params["clarification_answer"] = True
|
|
938
942
|
if clarification_answers is not None:
|
|
939
943
|
params["clarification_answers"] = list(clarification_answers)
|
|
944
|
+
if autopilot_rail_id:
|
|
945
|
+
params["autopilot_rail_id"] = autopilot_rail_id
|
|
940
946
|
await self.notify("loop_input", params)
|
|
941
947
|
|
|
942
948
|
async def loop_list(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/__init__.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/attachments.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/broadcaster.py
RENAMED
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/chunk_filter.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/classifier.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/events.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/pool.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/query_gate.py
RENAMED
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/turn.py
RENAMED
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/appkit/turn_runner.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/command_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/intent_hints.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/protocol_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/stream_terminal.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.22 → soothe_client_python-1.0.23}/src/soothe_client/turn_boundary.py
RENAMED
|
File without changes
|