soothe-client-python 1.0.23__tar.gz → 1.0.24__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.23 → soothe_client_python-1.0.24}/PKG-INFO +1 -1
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/protocol_params.py +2 -2
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/.gitignore +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/LICENSE +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/README.md +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/pyproject.toml +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/__init__.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/__init__.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/attachments.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/broadcaster.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/card_projection.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/chunk_filter.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/classifier.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/daemon_session.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/events.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/loop_session_store.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/managed_client.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/observability.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/pool.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/query_gate.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/thinking_step.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/turn.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/turn_boundary.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/turn_runner.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/command_client.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/errors.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/helpers.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/intent_hints.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/py.typed +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/schemas.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/session.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/stream_terminal.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/turn_boundary.py +0 -0
- {soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/websocket.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.24
|
|
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
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/protocol_params.py
RENAMED
|
@@ -145,7 +145,7 @@ class LoopInputParams(ParamsBase):
|
|
|
145
145
|
response_schema_name: str | None = None
|
|
146
146
|
response_schema_strict: bool | None = None
|
|
147
147
|
clarification_mode: str | None = Field(default=None, pattern=r"^(auto|manual)$")
|
|
148
|
-
interaction_mode: str | None = Field(default=None, pattern=r"^(agent|ask)$")
|
|
148
|
+
interaction_mode: str | None = Field(default=None, pattern=r"^(agent|ask|plan|bypass)$")
|
|
149
149
|
clarification_answer: bool = False
|
|
150
150
|
clarification_answers: list[str] | None = None
|
|
151
151
|
|
|
@@ -393,7 +393,7 @@ class InvokeSkillParams(ParamsBase):
|
|
|
393
393
|
skill: str = Field(..., min_length=1)
|
|
394
394
|
args: str = ""
|
|
395
395
|
clarification_mode: str | None = Field(default=None, pattern=r"^(auto|manual)$")
|
|
396
|
-
interaction_mode: str | None = Field(default=None, pattern=r"^(agent|ask)$")
|
|
396
|
+
interaction_mode: str | None = Field(default=None, pattern=r"^(agent|ask|plan|bypass)$")
|
|
397
397
|
|
|
398
398
|
|
|
399
399
|
class McpStatusParams(EmptyParams):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/__init__.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/attachments.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/broadcaster.py
RENAMED
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/chunk_filter.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/classifier.py
RENAMED
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/events.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/pool.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/query_gate.py
RENAMED
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/turn.py
RENAMED
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/appkit/turn_runner.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/command_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/intent_hints.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/stream_terminal.py
RENAMED
|
File without changes
|
{soothe_client_python-1.0.23 → soothe_client_python-1.0.24}/src/soothe_client/turn_boundary.py
RENAMED
|
File without changes
|
|
File without changes
|