lite-agent 0.12.0__tar.gz → 0.13.0__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.
Potentially problematic release.
This version of lite-agent might be problematic. Click here for more details.
- {lite_agent-0.12.0 → lite_agent-0.13.0}/CHANGELOG.md +12 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/PKG-INFO +1 -1
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/basic.py +12 -1
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/custom_termination.py +3 -3
- {lite_agent-0.12.0 → lite_agent-0.13.0}/pyproject.toml +1 -1
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/runner.py +83 -18
- {lite_agent-0.12.0 → lite_agent-0.13.0}/uv.lock +76 -76
- {lite_agent-0.12.0 → lite_agent-0.13.0}/.claude/settings.local.json +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/.github/workflows/ci.yml +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/.gitignore +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/.python-version +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/.vscode/launch.json +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/CLAUDE.md +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/README.md +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/basic_agent.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/basic_model.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/cancel_and_transfer_demo.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/channels/rich_channel.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/chat_display_demo.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/confirm_and_continue.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/consolidate_history.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/context.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/debug_non_streaming.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/debug_with_logging.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/handoffs.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/history_context_demo.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/image.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/knowledge/main.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/llm_config_demo.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/message_transfer_example.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/message_transfer_example_new.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/new_message_structure_demo.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/non_streaming.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/reasoning_example.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/response_api_example.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/responses.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/set_chat_history_example.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/simple_debug.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/simple_debug2.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/stop_before_functions.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/stop_with_tool_call.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/streaming_demo.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/terminal.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/translate/main.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/translate/prompts/translation_system.md.j2 +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/translate.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/examples/type_system_example.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/.gitignore +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/class_index.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/coverage_html_cb_6fb7b396.js +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/favicon_32_cb_58284776.png +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/function_index.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/index.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/keybd_closed_cb_ce680311.png +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/status.json +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/style_cb_6b508a39.css +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_02adcf90d0f2eeb1___init___py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_02adcf90d0f2eeb1_events_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_02adcf90d0f2eeb1_messages_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_02adcf90d0f2eeb1_tool_calls_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_1d32cdd6b7b66bed___init___py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_1d32cdd6b7b66bed_message_builder_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_1d32cdd6b7b66bed_metrics_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_40b804173f68aa9e___init___py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_40b804173f68aa9e_agent_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_40b804173f68aa9e_chat_display_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_40b804173f68aa9e_client_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_40b804173f68aa9e_constants_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_40b804173f68aa9e_loggers_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_40b804173f68aa9e_message_transfers_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_40b804173f68aa9e_runner_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_71ac9935daa08879___init___py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_71ac9935daa08879_base_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_71ac9935daa08879_completion_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_71ac9935daa08879_responses_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_c8357a9ef7e20b45___init___py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_c8357a9ef7e20b45_litellm_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_f01690d2832086e5___init___py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_f01690d2832086e5_completion_event_processor_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_f01690d2832086e5_response_event_processor_py.html +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/pyrightconfig.json +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/scripts/record_chat_messages.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/__init__.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/agent.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/chat_display.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/client.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/constants.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/context.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/loggers.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/message_transfers.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/processors/__init__.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/processors/completion_event_processor.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/processors/response_event_processor.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/py.typed +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/response_handlers/__init__.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/response_handlers/base.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/response_handlers/completion.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/response_handlers/responses.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/stream_handlers/__init__.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/stream_handlers/litellm.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/templates/handoffs_source_instructions.xml.j2 +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/templates/handoffs_target_instructions.xml.j2 +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/templates/wait_for_user_instructions.xml.j2 +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/types/__init__.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/types/events.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/types/messages.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/types/tool_calls.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/utils/__init__.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/utils/advanced_message_builder.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/utils/message_builder.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/utils/message_converter.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/utils/message_state_manager.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/utils/metrics.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/temp/main.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/integration/test_agent_with_mocks.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/integration/test_basic.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/integration/test_mock_litellm.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/mocks/basic/1.jsonl +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/mocks/confirm_and_continue/1.jsonl +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/mocks/confirm_and_continue/2.jsonl +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/mocks/context/1.jsonl +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/mocks/handoffs/1.jsonl +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/performance/test_set_chat_history_performance.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/test_new_messages.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_agent.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_agent_additional.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_agent_handoffs.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_append_message.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_cancel_pending_tools.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_chat_display.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_chat_display_additional.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_chat_display_simple.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_client.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_completion_condition.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_file_recording.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_litellm_stream_handler.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_message_builder.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_message_transfer.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_message_transfers.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_message_transfers_additional.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_response_api_format.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_response_event_processor.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_response_handlers.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_runner.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_set_chat_history.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_simple_stream_handlers.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_stream_chunk_processor.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_stream_handlers_additional.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_streaming_config.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/unit/test_utils_extended.py +0 -0
- {lite_agent-0.12.0 → lite_agent-0.13.0}/tests/utils/mock_litellm.py +0 -0
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## v0.13.0
|
|
2
|
+
|
|
3
|
+
[v0.12.0...v0.13.0](https://github.com/Jannchie/lite-agent/compare/v0.12.0...v0.13.0)
|
|
4
|
+
|
|
5
|
+
### :sparkles: Features
|
|
6
|
+
|
|
7
|
+
- **runner**: add selective history context injection based on tool signature - By [Jannchie](mailto:jannchie@gmail.com) in [15866d4](https://github.com/Jannchie/lite-agent/commit/15866d4)
|
|
8
|
+
|
|
9
|
+
### :adhesive_bandage: Fixes
|
|
10
|
+
|
|
11
|
+
- **runner**: improve historycontext parameter detection - By [Jannchie](mailto:jannchie@gmail.com) in [7099abc](https://github.com/Jannchie/lite-agent/commit/7099abc)
|
|
12
|
+
|
|
1
13
|
## v0.12.0
|
|
2
14
|
|
|
3
15
|
[v0.11.0...v0.12.0](https://github.com/Jannchie/lite-agent/compare/v0.11.0...v0.12.0)
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import asyncio
|
|
2
2
|
import logging
|
|
3
3
|
|
|
4
|
+
from funcall import Context
|
|
5
|
+
from openai import BaseModel
|
|
4
6
|
from rich.logging import RichHandler
|
|
5
7
|
|
|
6
8
|
from lite_agent.agent import Agent
|
|
@@ -19,8 +21,16 @@ logger = logging.getLogger("lite_agent")
|
|
|
19
21
|
logger.setLevel(logging.DEBUG)
|
|
20
22
|
|
|
21
23
|
|
|
22
|
-
|
|
24
|
+
class MyContext(BaseModel):
|
|
25
|
+
d: str
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
ctx = Context(MyContext(d="example data"))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
async def get_temperature(city: str, ctx: Context[MyContext]) -> str:
|
|
23
32
|
"""Get the temperature for a city."""
|
|
33
|
+
print(ctx.value.d)
|
|
24
34
|
return f"The temperature in {city} is 25°C."
|
|
25
35
|
|
|
26
36
|
|
|
@@ -37,6 +47,7 @@ async def main():
|
|
|
37
47
|
await runner.run_until_complete(
|
|
38
48
|
"What is the temperature in New York?",
|
|
39
49
|
includes=["usage", "assistant_message", "function_call", "function_call_output", "timing"],
|
|
50
|
+
context=ctx,
|
|
40
51
|
)
|
|
41
52
|
display_messages(runner.messages)
|
|
42
53
|
|
|
@@ -35,7 +35,7 @@ async def save_report(content: str) -> str:
|
|
|
35
35
|
|
|
36
36
|
# Example 1: Single custom termination tool
|
|
37
37
|
agent1 = Agent(
|
|
38
|
-
model="gpt-4.1",
|
|
38
|
+
model="gpt-4.1-nano",
|
|
39
39
|
name="Task Assistant",
|
|
40
40
|
instructions="You are a task assistant. Use the weather tool if needed, then mark the task complete when done.",
|
|
41
41
|
tools=[get_weather, mark_task_complete],
|
|
@@ -45,7 +45,7 @@ agent1 = Agent(
|
|
|
45
45
|
|
|
46
46
|
# Example 2: Multiple termination tools
|
|
47
47
|
agent2 = Agent(
|
|
48
|
-
model="gpt-4.1",
|
|
48
|
+
model="gpt-4.1-nano",
|
|
49
49
|
name="Report Assistant",
|
|
50
50
|
instructions="You are a report assistant. Get weather data and either save a report or mark the task complete.",
|
|
51
51
|
tools=[get_weather, mark_task_complete, save_report],
|
|
@@ -55,7 +55,7 @@ agent2 = Agent(
|
|
|
55
55
|
|
|
56
56
|
# Example 3: Using string names for termination tools
|
|
57
57
|
agent3 = Agent(
|
|
58
|
-
model="gpt-4.1",
|
|
58
|
+
model="gpt-4.1-nano",
|
|
59
59
|
name="String-based Assistant",
|
|
60
60
|
instructions="You are an assistant. Get weather data and mark task complete when done.",
|
|
61
61
|
tools=[get_weather, mark_task_complete],
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import json
|
|
2
|
+
import inspect
|
|
2
3
|
from collections.abc import AsyncGenerator, Sequence
|
|
3
4
|
from datetime import datetime, timedelta, timezone
|
|
4
5
|
from os import PathLike
|
|
5
6
|
from pathlib import Path
|
|
6
|
-
from typing import Any, Literal, cast
|
|
7
|
+
from typing import Any, Literal, cast, get_args, get_origin
|
|
7
8
|
|
|
8
9
|
from funcall import Context
|
|
9
10
|
|
|
@@ -112,6 +113,59 @@ class Runner:
|
|
|
112
113
|
"""Normalize record_to parameter to Path object if provided."""
|
|
113
114
|
return Path(record_to) if record_to else None
|
|
114
115
|
|
|
116
|
+
def _tool_expects_history_context(self, tool_calls: Sequence["ToolCall"]) -> bool:
|
|
117
|
+
"""Check if any of the tool calls expect HistoryContext in their signatures.
|
|
118
|
+
|
|
119
|
+
Returns True if any tool function has a Context[HistoryContext[...]] parameter,
|
|
120
|
+
False if they expect Context[...] without HistoryContext wrapper.
|
|
121
|
+
"""
|
|
122
|
+
if not tool_calls:
|
|
123
|
+
return False
|
|
124
|
+
|
|
125
|
+
for tool_call in tool_calls:
|
|
126
|
+
tool_func = self.agent.fc.function_registry.get(tool_call.function.name)
|
|
127
|
+
if not tool_func:
|
|
128
|
+
continue
|
|
129
|
+
|
|
130
|
+
# Get function signature
|
|
131
|
+
sig = inspect.signature(tool_func)
|
|
132
|
+
|
|
133
|
+
# Check each parameter for Context annotation
|
|
134
|
+
for param in sig.parameters.values():
|
|
135
|
+
if param.annotation == inspect.Parameter.empty:
|
|
136
|
+
continue
|
|
137
|
+
|
|
138
|
+
# Check if parameter is Context[...]
|
|
139
|
+
origin = get_origin(param.annotation)
|
|
140
|
+
if origin is not None:
|
|
141
|
+
# Check if it's Context type (compare by string name to handle import differences)
|
|
142
|
+
origin_name = getattr(origin, '__name__', str(origin))
|
|
143
|
+
if 'Context' in origin_name:
|
|
144
|
+
args = get_args(param.annotation)
|
|
145
|
+
if args:
|
|
146
|
+
# Check if the Context contains HistoryContext
|
|
147
|
+
inner_type = args[0]
|
|
148
|
+
inner_origin = get_origin(inner_type)
|
|
149
|
+
if inner_origin is not None:
|
|
150
|
+
inner_name = getattr(inner_origin, '__name__', str(inner_origin))
|
|
151
|
+
if 'HistoryContext' in inner_name:
|
|
152
|
+
logger.debug(f"Tool {tool_call.function.name} expects HistoryContext")
|
|
153
|
+
return True
|
|
154
|
+
# Also check for direct HistoryContext class
|
|
155
|
+
elif hasattr(inner_type, '__name__') and 'HistoryContext' in inner_type.__name__:
|
|
156
|
+
logger.debug(f"Tool {tool_call.function.name} expects HistoryContext")
|
|
157
|
+
return True
|
|
158
|
+
|
|
159
|
+
# Also handle direct annotation checking
|
|
160
|
+
if hasattr(param.annotation, '__name__'):
|
|
161
|
+
annotation_str = str(param.annotation)
|
|
162
|
+
if 'HistoryContext' in annotation_str:
|
|
163
|
+
logger.debug(f"Tool {tool_call.function.name} expects HistoryContext (direct)")
|
|
164
|
+
return True
|
|
165
|
+
|
|
166
|
+
logger.debug("No tools expect HistoryContext")
|
|
167
|
+
return False
|
|
168
|
+
|
|
115
169
|
async def _handle_tool_calls(self, tool_calls: "Sequence[ToolCall] | None", includes: Sequence[AgentChunkType], context: "Any | None" = None) -> AsyncGenerator[AgentChunk, None]: # noqa: ANN401
|
|
116
170
|
"""Handle tool calls and yield appropriate chunks."""
|
|
117
171
|
if not tool_calls:
|
|
@@ -184,23 +238,33 @@ class Runner:
|
|
|
184
238
|
)
|
|
185
239
|
return # Stop processing other tool calls after transfer
|
|
186
240
|
|
|
187
|
-
#
|
|
188
|
-
|
|
189
|
-
|
|
241
|
+
# Check if tools expect HistoryContext wrapper
|
|
242
|
+
expects_history = self._tool_expects_history_context(tool_calls)
|
|
243
|
+
|
|
244
|
+
if expects_history:
|
|
245
|
+
# Auto-inject history messages into context for tools that expect HistoryContext
|
|
246
|
+
if context is not None and not isinstance(context, Context):
|
|
247
|
+
# If user provided a plain object, wrap it in Context first
|
|
248
|
+
context = Context(context)
|
|
249
|
+
|
|
250
|
+
if isinstance(context, Context):
|
|
251
|
+
# Extract original value and wrap in HistoryContext
|
|
252
|
+
original_value = context.value
|
|
253
|
+
wrapped = HistoryContext(
|
|
254
|
+
history_messages=self.messages.copy(),
|
|
255
|
+
data=original_value,
|
|
256
|
+
)
|
|
257
|
+
context = Context(wrapped)
|
|
258
|
+
else:
|
|
259
|
+
# No context provided, create HistoryContext with only history messages
|
|
260
|
+
wrapped = HistoryContext(history_messages=self.messages.copy())
|
|
261
|
+
context = Context(wrapped)
|
|
262
|
+
elif context is not None and not isinstance(context, Context):
|
|
263
|
+
# Tools don't expect HistoryContext, wrap user object in Context
|
|
190
264
|
context = Context(context)
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
original_value = context.value
|
|
195
|
-
wrapped = HistoryContext(
|
|
196
|
-
history_messages=self.messages.copy(),
|
|
197
|
-
data=original_value,
|
|
198
|
-
)
|
|
199
|
-
context = Context(wrapped)
|
|
200
|
-
else:
|
|
201
|
-
# No context provided, create HistoryContext with only history messages
|
|
202
|
-
wrapped = HistoryContext(history_messages=self.messages.copy())
|
|
203
|
-
context = Context(wrapped)
|
|
265
|
+
elif context is None:
|
|
266
|
+
# Provide empty context for tools that don't expect HistoryContext
|
|
267
|
+
context = Context(None)
|
|
204
268
|
|
|
205
269
|
async for tool_call_chunk in self.agent.handle_tool_calls(tool_calls, context=context):
|
|
206
270
|
# if tool_call_chunk.type == "function_call" and tool_call_chunk.type in includes:
|
|
@@ -511,9 +575,10 @@ class Runner:
|
|
|
511
575
|
max_steps: int = 20,
|
|
512
576
|
includes: list[AgentChunkType] | None = None,
|
|
513
577
|
record_to: PathLike | str | None = None,
|
|
578
|
+
context: Context | None = None,
|
|
514
579
|
) -> list[AgentChunk]:
|
|
515
580
|
"""Run the agent until it completes and return the final message."""
|
|
516
|
-
resp = self.run(user_input, max_steps, includes, record_to=record_to)
|
|
581
|
+
resp = self.run(user_input, max_steps, includes, record_to=record_to, context=context)
|
|
517
582
|
return await self._collect_all_chunks(resp)
|
|
518
583
|
|
|
519
584
|
def _analyze_last_assistant_message(self) -> tuple[list[AssistantToolCall], dict[str, str]]:
|
|
@@ -741,7 +741,7 @@ wheels = [
|
|
|
741
741
|
|
|
742
742
|
[[package]]
|
|
743
743
|
name = "lite-agent"
|
|
744
|
-
version = "0.
|
|
744
|
+
version = "0.12.0"
|
|
745
745
|
source = { editable = "." }
|
|
746
746
|
dependencies = [
|
|
747
747
|
{ name = "aiofiles" },
|
|
@@ -1376,81 +1376,81 @@ wheels = [
|
|
|
1376
1376
|
|
|
1377
1377
|
[[package]]
|
|
1378
1378
|
name = "regex"
|
|
1379
|
-
version = "2025.
|
|
1380
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1381
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1382
|
-
wheels = [
|
|
1383
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1384
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1385
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1386
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1387
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1388
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1389
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1390
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1391
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1392
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1393
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1394
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1395
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1396
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1397
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1398
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1399
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1400
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1401
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1402
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1403
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1404
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1405
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1406
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1407
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1408
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1409
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1410
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1411
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1412
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1413
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1414
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1415
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1416
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1417
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1418
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1419
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1420
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1421
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1422
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1423
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1424
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1425
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1426
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1427
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1428
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1429
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1430
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1431
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1432
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1433
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1434
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1435
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1436
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1437
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1438
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1439
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1440
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1441
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1442
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1443
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1444
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1445
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1446
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1447
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1448
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1449
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1450
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1451
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1452
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1453
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1379
|
+
version = "2025.9.1"
|
|
1380
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1381
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b2/5a/4c63457fbcaf19d138d72b2e9b39405954f98c0349b31c601bfcb151582c/regex-2025.9.1.tar.gz", hash = "sha256:88ac07b38d20b54d79e704e38aa3bd2c0f8027432164226bdee201a1c0c9c9ff", size = 400852, upload-time = "2025-09-01T22:10:10.479Z" }
|
|
1382
|
+
wheels = [
|
|
1383
|
+
{ url = "https://files.pythonhosted.org/packages/46/c1/ed9ef923156105a78aa004f9390e5dd87eadc29f5ca8840f172cadb638de/regex-2025.9.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:c5aa2a6a73bf218515484b36a0d20c6ad9dc63f6339ff6224147b0e2c095ee55", size = 484813, upload-time = "2025-09-01T22:07:45.528Z" },
|
|
1384
|
+
{ url = "https://files.pythonhosted.org/packages/05/de/97957618a774c67f892609eee2fafe3e30703fbbba66de5e6b79d7196dbc/regex-2025.9.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8c2ff5c01d5e47ad5fc9d31bcd61e78c2fa0068ed00cab86b7320214446da766", size = 288981, upload-time = "2025-09-01T22:07:48.464Z" },
|
|
1385
|
+
{ url = "https://files.pythonhosted.org/packages/3c/b0/441afadd0a6ffccbd58a9663e5bdd182daa237893e5f8ceec6ff9df4418a/regex-2025.9.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d49dc84e796b666181de8a9973284cad6616335f01b52bf099643253094920fc", size = 286608, upload-time = "2025-09-01T22:07:50.484Z" },
|
|
1386
|
+
{ url = "https://files.pythonhosted.org/packages/6e/cf/d89aecaf17e999ab11a3ef73fc9ab8b64f4e156f121250ef84340b35338d/regex-2025.9.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d9914fe1040874f83c15fcea86d94ea54091b0666eab330aaab69e30d106aabe", size = 780459, upload-time = "2025-09-01T22:07:52.34Z" },
|
|
1387
|
+
{ url = "https://files.pythonhosted.org/packages/f6/05/05884594a9975a29597917bbdd6837f7b97e8ac23faf22d628aa781e58f7/regex-2025.9.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:e71bceb3947362ec5eabd2ca0870bb78eae4edfc60c6c21495133c01b6cd2df4", size = 849276, upload-time = "2025-09-01T22:07:54.591Z" },
|
|
1388
|
+
{ url = "https://files.pythonhosted.org/packages/8c/8d/2b3067506838d02096bf107beb129b2ce328cdf776d6474b7f542c0a7bfd/regex-2025.9.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:67a74456f410fe5e869239ee7a5423510fe5121549af133809d9591a8075893f", size = 897320, upload-time = "2025-09-01T22:07:56.129Z" },
|
|
1389
|
+
{ url = "https://files.pythonhosted.org/packages/9e/b3/0f9f7766e980b900df0ba9901b52871a2e4203698fb35cdebd219240d5f7/regex-2025.9.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5c3b96ed0223b32dbdc53a83149b6de7ca3acd5acd9c8e64b42a166228abe29c", size = 789931, upload-time = "2025-09-01T22:07:57.834Z" },
|
|
1390
|
+
{ url = "https://files.pythonhosted.org/packages/47/9f/7b2f29c8f8b698eb44be5fc68e8b9c8d32e99635eac5defc98de114e9f35/regex-2025.9.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:113d5aa950f428faf46fd77d452df62ebb4cc6531cb619f6cc30a369d326bfbd", size = 780764, upload-time = "2025-09-01T22:07:59.413Z" },
|
|
1391
|
+
{ url = "https://files.pythonhosted.org/packages/ac/ac/56176caa86155c14462531eb0a4ddc450d17ba8875001122b3b7c0cb01bf/regex-2025.9.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:fcdeb38de4f7f3d69d798f4f371189061446792a84e7c92b50054c87aae9c07c", size = 773610, upload-time = "2025-09-01T22:08:01.042Z" },
|
|
1392
|
+
{ url = "https://files.pythonhosted.org/packages/39/e8/9d6b9bd43998268a9de2f35602077519cacc9cb149f7381758cf8f502ba7/regex-2025.9.1-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:4bcdff370509164b67a6c8ec23c9fb40797b72a014766fdc159bb809bd74f7d8", size = 844090, upload-time = "2025-09-01T22:08:02.94Z" },
|
|
1393
|
+
{ url = "https://files.pythonhosted.org/packages/fd/92/d89743b089005cae4cb81cc2fe177e180b7452e60f29de53af34349640f8/regex-2025.9.1-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:7383efdf6e8e8c61d85e00cfb2e2e18da1a621b8bfb4b0f1c2747db57b942b8f", size = 834775, upload-time = "2025-09-01T22:08:04.781Z" },
|
|
1394
|
+
{ url = "https://files.pythonhosted.org/packages/01/8f/86a3e0aaa89295d2a3445bb238e56369963ef6b02a5b4aa3362f4e687413/regex-2025.9.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:1ec2bd3bdf0f73f7e9f48dca550ba7d973692d5e5e9a90ac42cc5f16c4432d8b", size = 778521, upload-time = "2025-09-01T22:08:06.596Z" },
|
|
1395
|
+
{ url = "https://files.pythonhosted.org/packages/3e/df/72072acb370ee8577c255717f8a58264f1d0de40aa3c9e6ebd5271cac633/regex-2025.9.1-cp310-cp310-win32.whl", hash = "sha256:9627e887116c4e9c0986d5c3b4f52bcfe3df09850b704f62ec3cbf177a0ae374", size = 264105, upload-time = "2025-09-01T22:08:08.708Z" },
|
|
1396
|
+
{ url = "https://files.pythonhosted.org/packages/97/73/fb82faaf0375aeaa1bb675008246c79b6779fa5688585a35327610ea0e2e/regex-2025.9.1-cp310-cp310-win_amd64.whl", hash = "sha256:94533e32dc0065eca43912ee6649c90ea0681d59f56d43c45b5bcda9a740b3dd", size = 276131, upload-time = "2025-09-01T22:08:10.156Z" },
|
|
1397
|
+
{ url = "https://files.pythonhosted.org/packages/d3/3a/77d7718a2493e54725494f44da1a1e55704743dc4b8fabe5b0596f7b8014/regex-2025.9.1-cp310-cp310-win_arm64.whl", hash = "sha256:a874a61bb580d48642ffd338570ee24ab13fa023779190513fcacad104a6e251", size = 268462, upload-time = "2025-09-01T22:08:11.651Z" },
|
|
1398
|
+
{ url = "https://files.pythonhosted.org/packages/06/4d/f741543c0c59f96c6625bc6c11fea1da2e378b7d293ffff6f318edc0ce14/regex-2025.9.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:e5bcf112b09bfd3646e4db6bf2e598534a17d502b0c01ea6550ba4eca780c5e6", size = 484811, upload-time = "2025-09-01T22:08:12.834Z" },
|
|
1399
|
+
{ url = "https://files.pythonhosted.org/packages/c2/bd/27e73e92635b6fbd51afc26a414a3133243c662949cd1cda677fe7bb09bd/regex-2025.9.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:67a0295a3c31d675a9ee0238d20238ff10a9a2fdb7a1323c798fc7029578b15c", size = 288977, upload-time = "2025-09-01T22:08:14.499Z" },
|
|
1400
|
+
{ url = "https://files.pythonhosted.org/packages/eb/7d/7dc0c6efc8bc93cd6e9b947581f5fde8a5dbaa0af7c4ec818c5729fdc807/regex-2025.9.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ea8267fbadc7d4bd7c1301a50e85c2ff0de293ff9452a1a9f8d82c6cafe38179", size = 286606, upload-time = "2025-09-01T22:08:15.881Z" },
|
|
1401
|
+
{ url = "https://files.pythonhosted.org/packages/d1/01/9b5c6dd394f97c8f2c12f6e8f96879c9ac27292a718903faf2e27a0c09f6/regex-2025.9.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6aeff21de7214d15e928fb5ce757f9495214367ba62875100d4c18d293750cc1", size = 792436, upload-time = "2025-09-01T22:08:17.38Z" },
|
|
1402
|
+
{ url = "https://files.pythonhosted.org/packages/fc/24/b7430cfc6ee34bbb3db6ff933beb5e7692e5cc81e8f6f4da63d353566fb0/regex-2025.9.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:d89f1bbbbbc0885e1c230f7770d5e98f4f00b0ee85688c871d10df8b184a6323", size = 858705, upload-time = "2025-09-01T22:08:19.037Z" },
|
|
1403
|
+
{ url = "https://files.pythonhosted.org/packages/d6/98/155f914b4ea6ae012663188545c4f5216c11926d09b817127639d618b003/regex-2025.9.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ca3affe8ddea498ba9d294ab05f5f2d3b5ad5d515bc0d4a9016dd592a03afe52", size = 905881, upload-time = "2025-09-01T22:08:20.377Z" },
|
|
1404
|
+
{ url = "https://files.pythonhosted.org/packages/8a/a7/a470e7bc8259c40429afb6d6a517b40c03f2f3e455c44a01abc483a1c512/regex-2025.9.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:91892a7a9f0a980e4c2c85dd19bc14de2b219a3a8867c4b5664b9f972dcc0c78", size = 798968, upload-time = "2025-09-01T22:08:22.081Z" },
|
|
1405
|
+
{ url = "https://files.pythonhosted.org/packages/1d/fa/33f6fec4d41449fea5f62fdf5e46d668a1c046730a7f4ed9f478331a8e3a/regex-2025.9.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:e1cb40406f4ae862710615f9f636c1e030fd6e6abe0e0f65f6a695a2721440c6", size = 781884, upload-time = "2025-09-01T22:08:23.832Z" },
|
|
1406
|
+
{ url = "https://files.pythonhosted.org/packages/42/de/2b45f36ab20da14eedddf5009d370625bc5942d9953fa7e5037a32d66843/regex-2025.9.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:94f6cff6f7e2149c7e6499a6ecd4695379eeda8ccbccb9726e8149f2fe382e92", size = 852935, upload-time = "2025-09-01T22:08:25.536Z" },
|
|
1407
|
+
{ url = "https://files.pythonhosted.org/packages/1e/f9/878f4fc92c87e125e27aed0f8ee0d1eced9b541f404b048f66f79914475a/regex-2025.9.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:6c0226fb322b82709e78c49cc33484206647f8a39954d7e9de1567f5399becd0", size = 844340, upload-time = "2025-09-01T22:08:27.141Z" },
|
|
1408
|
+
{ url = "https://files.pythonhosted.org/packages/90/c2/5b6f2bce6ece5f8427c718c085eca0de4bbb4db59f54db77aa6557aef3e9/regex-2025.9.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a12f59c7c380b4fcf7516e9cbb126f95b7a9518902bcf4a852423ff1dcd03e6a", size = 787238, upload-time = "2025-09-01T22:08:28.75Z" },
|
|
1409
|
+
{ url = "https://files.pythonhosted.org/packages/47/66/1ef1081c831c5b611f6f55f6302166cfa1bc9574017410ba5595353f846a/regex-2025.9.1-cp311-cp311-win32.whl", hash = "sha256:49865e78d147a7a4f143064488da5d549be6bfc3f2579e5044cac61f5c92edd4", size = 264118, upload-time = "2025-09-01T22:08:30.388Z" },
|
|
1410
|
+
{ url = "https://files.pythonhosted.org/packages/ad/e0/8adc550d7169df1d6b9be8ff6019cda5291054a0107760c2f30788b6195f/regex-2025.9.1-cp311-cp311-win_amd64.whl", hash = "sha256:d34b901f6f2f02ef60f4ad3855d3a02378c65b094efc4b80388a3aeb700a5de7", size = 276151, upload-time = "2025-09-01T22:08:32.073Z" },
|
|
1411
|
+
{ url = "https://files.pythonhosted.org/packages/cb/bd/46fef29341396d955066e55384fb93b0be7d64693842bf4a9a398db6e555/regex-2025.9.1-cp311-cp311-win_arm64.whl", hash = "sha256:47d7c2dab7e0b95b95fd580087b6ae196039d62306a592fa4e162e49004b6299", size = 268460, upload-time = "2025-09-01T22:08:33.281Z" },
|
|
1412
|
+
{ url = "https://files.pythonhosted.org/packages/39/ef/a0372febc5a1d44c1be75f35d7e5aff40c659ecde864d7fa10e138f75e74/regex-2025.9.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:84a25164bd8dcfa9f11c53f561ae9766e506e580b70279d05a7946510bdd6f6a", size = 486317, upload-time = "2025-09-01T22:08:34.529Z" },
|
|
1413
|
+
{ url = "https://files.pythonhosted.org/packages/b5/25/d64543fb7eb41a1024786d518cc57faf1ce64aa6e9ddba097675a0c2f1d2/regex-2025.9.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:645e88a73861c64c1af558dd12294fb4e67b5c1eae0096a60d7d8a2143a611c7", size = 289698, upload-time = "2025-09-01T22:08:36.162Z" },
|
|
1414
|
+
{ url = "https://files.pythonhosted.org/packages/d8/dc/fbf31fc60be317bd9f6f87daa40a8a9669b3b392aa8fe4313df0a39d0722/regex-2025.9.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:10a450cba5cd5409526ee1d4449f42aad38dd83ac6948cbd6d7f71ca7018f7db", size = 287242, upload-time = "2025-09-01T22:08:37.794Z" },
|
|
1415
|
+
{ url = "https://files.pythonhosted.org/packages/0f/74/f933a607a538f785da5021acf5323961b4620972e2c2f1f39b6af4b71db7/regex-2025.9.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e9dc5991592933a4192c166eeb67b29d9234f9c86344481173d1bc52f73a7104", size = 797441, upload-time = "2025-09-01T22:08:39.108Z" },
|
|
1416
|
+
{ url = "https://files.pythonhosted.org/packages/89/d0/71fc49b4f20e31e97f199348b8c4d6e613e7b6a54a90eb1b090c2b8496d7/regex-2025.9.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a32291add816961aab472f4fad344c92871a2ee33c6c219b6598e98c1f0108f2", size = 862654, upload-time = "2025-09-01T22:08:40.586Z" },
|
|
1417
|
+
{ url = "https://files.pythonhosted.org/packages/59/05/984edce1411a5685ba9abbe10d42cdd9450aab4a022271f9585539788150/regex-2025.9.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:588c161a68a383478e27442a678e3b197b13c5ba51dbba40c1ccb8c4c7bee9e9", size = 910862, upload-time = "2025-09-01T22:08:42.416Z" },
|
|
1418
|
+
{ url = "https://files.pythonhosted.org/packages/b2/02/5c891bb5fe0691cc1bad336e3a94b9097fbcf9707ec8ddc1dce9f0397289/regex-2025.9.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:47829ffaf652f30d579534da9085fe30c171fa2a6744a93d52ef7195dc38218b", size = 801991, upload-time = "2025-09-01T22:08:44.072Z" },
|
|
1419
|
+
{ url = "https://files.pythonhosted.org/packages/f1/ae/fd10d6ad179910f7a1b3e0a7fde1ef8bb65e738e8ac4fd6ecff3f52252e4/regex-2025.9.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1e978e5a35b293ea43f140c92a3269b6ab13fe0a2bf8a881f7ac740f5a6ade85", size = 786651, upload-time = "2025-09-01T22:08:46.079Z" },
|
|
1420
|
+
{ url = "https://files.pythonhosted.org/packages/30/cf/9d686b07bbc5bf94c879cc168db92542d6bc9fb67088d03479fef09ba9d3/regex-2025.9.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:4cf09903e72411f4bf3ac1eddd624ecfd423f14b2e4bf1c8b547b72f248b7bf7", size = 856556, upload-time = "2025-09-01T22:08:48.376Z" },
|
|
1421
|
+
{ url = "https://files.pythonhosted.org/packages/91/9d/302f8a29bb8a49528abbab2d357a793e2a59b645c54deae0050f8474785b/regex-2025.9.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:d016b0f77be63e49613c9e26aaf4a242f196cd3d7a4f15898f5f0ab55c9b24d2", size = 849001, upload-time = "2025-09-01T22:08:50.067Z" },
|
|
1422
|
+
{ url = "https://files.pythonhosted.org/packages/93/fa/b4c6dbdedc85ef4caec54c817cd5f4418dbfa2453214119f2538082bf666/regex-2025.9.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:656563e620de6908cd1c9d4f7b9e0777e3341ca7db9d4383bcaa44709c90281e", size = 788138, upload-time = "2025-09-01T22:08:51.933Z" },
|
|
1423
|
+
{ url = "https://files.pythonhosted.org/packages/4a/1b/91ee17a3cbf87f81e8c110399279d0e57f33405468f6e70809100f2ff7d8/regex-2025.9.1-cp312-cp312-win32.whl", hash = "sha256:df33f4ef07b68f7ab637b1dbd70accbf42ef0021c201660656601e8a9835de45", size = 264524, upload-time = "2025-09-01T22:08:53.75Z" },
|
|
1424
|
+
{ url = "https://files.pythonhosted.org/packages/92/28/6ba31cce05b0f1ec6b787921903f83bd0acf8efde55219435572af83c350/regex-2025.9.1-cp312-cp312-win_amd64.whl", hash = "sha256:5aba22dfbc60cda7c0853516104724dc904caa2db55f2c3e6e984eb858d3edf3", size = 275489, upload-time = "2025-09-01T22:08:55.037Z" },
|
|
1425
|
+
{ url = "https://files.pythonhosted.org/packages/bd/ed/ea49f324db00196e9ef7fe00dd13c6164d5173dd0f1bbe495e61bb1fb09d/regex-2025.9.1-cp312-cp312-win_arm64.whl", hash = "sha256:ec1efb4c25e1849c2685fa95da44bfde1b28c62d356f9c8d861d4dad89ed56e9", size = 268589, upload-time = "2025-09-01T22:08:56.369Z" },
|
|
1426
|
+
{ url = "https://files.pythonhosted.org/packages/98/25/b2959ce90c6138c5142fe5264ee1f9b71a0c502ca4c7959302a749407c79/regex-2025.9.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:bc6834727d1b98d710a63e6c823edf6ffbf5792eba35d3fa119531349d4142ef", size = 485932, upload-time = "2025-09-01T22:08:57.913Z" },
|
|
1427
|
+
{ url = "https://files.pythonhosted.org/packages/49/2e/6507a2a85f3f2be6643438b7bd976e67ad73223692d6988eb1ff444106d3/regex-2025.9.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:c3dc05b6d579875719bccc5f3037b4dc80433d64e94681a0061845bd8863c025", size = 289568, upload-time = "2025-09-01T22:08:59.258Z" },
|
|
1428
|
+
{ url = "https://files.pythonhosted.org/packages/c7/d8/de4a4b57215d99868f1640e062a7907e185ec7476b4b689e2345487c1ff4/regex-2025.9.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:22213527df4c985ec4a729b055a8306272d41d2f45908d7bacb79be0fa7a75ad", size = 286984, upload-time = "2025-09-01T22:09:00.835Z" },
|
|
1429
|
+
{ url = "https://files.pythonhosted.org/packages/03/15/e8cb403403a57ed316e80661db0e54d7aa2efcd85cb6156f33cc18746922/regex-2025.9.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8e3f6e3c5a5a1adc3f7ea1b5aec89abfc2f4fbfba55dafb4343cd1d084f715b2", size = 797514, upload-time = "2025-09-01T22:09:02.538Z" },
|
|
1430
|
+
{ url = "https://files.pythonhosted.org/packages/e4/26/2446f2b9585fed61faaa7e2bbce3aca7dd8df6554c32addee4c4caecf24a/regex-2025.9.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:bcb89c02a0d6c2bec9b0bb2d8c78782699afe8434493bfa6b4021cc51503f249", size = 862586, upload-time = "2025-09-01T22:09:04.322Z" },
|
|
1431
|
+
{ url = "https://files.pythonhosted.org/packages/fd/b8/82ffbe9c0992c31bbe6ae1c4b4e21269a5df2559102b90543c9b56724c3c/regex-2025.9.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:b0e2f95413eb0c651cd1516a670036315b91b71767af83bc8525350d4375ccba", size = 910815, upload-time = "2025-09-01T22:09:05.978Z" },
|
|
1432
|
+
{ url = "https://files.pythonhosted.org/packages/2f/d8/7303ea38911759c1ee30cc5bc623ee85d3196b733c51fd6703c34290a8d9/regex-2025.9.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:09a41dc039e1c97d3c2ed3e26523f748e58c4de3ea7a31f95e1cf9ff973fff5a", size = 802042, upload-time = "2025-09-01T22:09:07.865Z" },
|
|
1433
|
+
{ url = "https://files.pythonhosted.org/packages/fc/0e/6ad51a55ed4b5af512bb3299a05d33309bda1c1d1e1808fa869a0bed31bc/regex-2025.9.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4f0b4258b161094f66857a26ee938d3fe7b8a5063861e44571215c44fbf0e5df", size = 786764, upload-time = "2025-09-01T22:09:09.362Z" },
|
|
1434
|
+
{ url = "https://files.pythonhosted.org/packages/8d/d5/394e3ffae6baa5a9217bbd14d96e0e5da47bb069d0dbb8278e2681a2b938/regex-2025.9.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:bf70e18ac390e6977ea7e56f921768002cb0fa359c4199606c7219854ae332e0", size = 856557, upload-time = "2025-09-01T22:09:11.129Z" },
|
|
1435
|
+
{ url = "https://files.pythonhosted.org/packages/cd/80/b288d3910c41194ad081b9fb4b371b76b0bbfdce93e7709fc98df27b37dc/regex-2025.9.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:b84036511e1d2bb0a4ff1aec26951caa2dea8772b223c9e8a19ed8885b32dbac", size = 849108, upload-time = "2025-09-01T22:09:12.877Z" },
|
|
1436
|
+
{ url = "https://files.pythonhosted.org/packages/d1/cd/5ec76bf626d0d5abdc277b7a1734696f5f3d14fbb4a3e2540665bc305d85/regex-2025.9.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:c2e05dcdfe224047f2a59e70408274c325d019aad96227ab959403ba7d58d2d7", size = 788201, upload-time = "2025-09-01T22:09:14.561Z" },
|
|
1437
|
+
{ url = "https://files.pythonhosted.org/packages/b5/36/674672f3fdead107565a2499f3007788b878188acec6d42bc141c5366c2c/regex-2025.9.1-cp313-cp313-win32.whl", hash = "sha256:3b9a62107a7441b81ca98261808fed30ae36ba06c8b7ee435308806bd53c1ed8", size = 264508, upload-time = "2025-09-01T22:09:16.193Z" },
|
|
1438
|
+
{ url = "https://files.pythonhosted.org/packages/83/ad/931134539515eb64ce36c24457a98b83c1b2e2d45adf3254b94df3735a76/regex-2025.9.1-cp313-cp313-win_amd64.whl", hash = "sha256:b38afecc10c177eb34cfae68d669d5161880849ba70c05cbfbe409f08cc939d7", size = 275469, upload-time = "2025-09-01T22:09:17.462Z" },
|
|
1439
|
+
{ url = "https://files.pythonhosted.org/packages/24/8c/96d34e61c0e4e9248836bf86d69cb224fd222f270fa9045b24e218b65604/regex-2025.9.1-cp313-cp313-win_arm64.whl", hash = "sha256:ec329890ad5e7ed9fc292858554d28d58d56bf62cf964faf0aa57964b21155a0", size = 268586, upload-time = "2025-09-01T22:09:18.948Z" },
|
|
1440
|
+
{ url = "https://files.pythonhosted.org/packages/21/b1/453cbea5323b049181ec6344a803777914074b9726c9c5dc76749966d12d/regex-2025.9.1-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:72fb7a016467d364546f22b5ae86c45680a4e0de6b2a6f67441d22172ff641f1", size = 486111, upload-time = "2025-09-01T22:09:20.734Z" },
|
|
1441
|
+
{ url = "https://files.pythonhosted.org/packages/f6/0e/92577f197bd2f7652c5e2857f399936c1876978474ecc5b068c6d8a79c86/regex-2025.9.1-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:c9527fa74eba53f98ad86be2ba003b3ebe97e94b6eb2b916b31b5f055622ef03", size = 289520, upload-time = "2025-09-01T22:09:22.249Z" },
|
|
1442
|
+
{ url = "https://files.pythonhosted.org/packages/af/c6/b472398116cca7ea5a6c4d5ccd0fc543f7fd2492cb0c48d2852a11972f73/regex-2025.9.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c905d925d194c83a63f92422af7544ec188301451b292c8b487f0543726107ca", size = 287215, upload-time = "2025-09-01T22:09:23.657Z" },
|
|
1443
|
+
{ url = "https://files.pythonhosted.org/packages/cf/11/f12ecb0cf9ca792a32bb92f758589a84149017467a544f2f6bfb45c0356d/regex-2025.9.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:74df7c74a63adcad314426b1f4ea6054a5ab25d05b0244f0c07ff9ce640fa597", size = 797855, upload-time = "2025-09-01T22:09:25.197Z" },
|
|
1444
|
+
{ url = "https://files.pythonhosted.org/packages/46/88/bbb848f719a540fb5997e71310f16f0b33a92c5d4b4d72d4311487fff2a3/regex-2025.9.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:4f6e935e98ea48c7a2e8be44494de337b57a204470e7f9c9c42f912c414cd6f5", size = 863363, upload-time = "2025-09-01T22:09:26.705Z" },
|
|
1445
|
+
{ url = "https://files.pythonhosted.org/packages/54/a9/2321eb3e2838f575a78d48e03c1e83ea61bd08b74b7ebbdeca8abc50fc25/regex-2025.9.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:4a62d033cd9ebefc7c5e466731a508dfabee827d80b13f455de68a50d3c2543d", size = 910202, upload-time = "2025-09-01T22:09:28.906Z" },
|
|
1446
|
+
{ url = "https://files.pythonhosted.org/packages/33/07/d1d70835d7d11b7e126181f316f7213c4572ecf5c5c97bdbb969fb1f38a2/regex-2025.9.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ef971ebf2b93bdc88d8337238be4dfb851cc97ed6808eb04870ef67589415171", size = 801808, upload-time = "2025-09-01T22:09:30.733Z" },
|
|
1447
|
+
{ url = "https://files.pythonhosted.org/packages/13/d1/29e4d1bed514ef2bf3a4ead3cb8bb88ca8af94130239a4e68aa765c35b1c/regex-2025.9.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:d936a1db208bdca0eca1f2bb2c1ba1d8370b226785c1e6db76e32a228ffd0ad5", size = 786824, upload-time = "2025-09-01T22:09:32.61Z" },
|
|
1448
|
+
{ url = "https://files.pythonhosted.org/packages/33/27/20d8ccb1bee460faaa851e6e7cc4cfe852a42b70caa1dca22721ba19f02f/regex-2025.9.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:7e786d9e4469698fc63815b8de08a89165a0aa851720eb99f5e0ea9d51dd2b6a", size = 857406, upload-time = "2025-09-01T22:09:34.117Z" },
|
|
1449
|
+
{ url = "https://files.pythonhosted.org/packages/74/fe/60c6132262dc36430d51e0c46c49927d113d3a38c1aba6a26c7744c84cf3/regex-2025.9.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:6b81d7dbc5466ad2c57ce3a0ddb717858fe1a29535c8866f8514d785fdb9fc5b", size = 848593, upload-time = "2025-09-01T22:09:35.598Z" },
|
|
1450
|
+
{ url = "https://files.pythonhosted.org/packages/cc/ae/2d4ff915622fabbef1af28387bf71e7f2f4944a348b8460d061e85e29bf0/regex-2025.9.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:cd4890e184a6feb0ef195338a6ce68906a8903a0f2eb7e0ab727dbc0a3156273", size = 787951, upload-time = "2025-09-01T22:09:37.139Z" },
|
|
1451
|
+
{ url = "https://files.pythonhosted.org/packages/85/37/dc127703a9e715a284cc2f7dbdd8a9776fd813c85c126eddbcbdd1ca5fec/regex-2025.9.1-cp314-cp314-win32.whl", hash = "sha256:34679a86230e46164c9e0396b56cab13c0505972343880b9e705083cc5b8ec86", size = 269833, upload-time = "2025-09-01T22:09:39.245Z" },
|
|
1452
|
+
{ url = "https://files.pythonhosted.org/packages/83/bf/4bed4d3d0570e16771defd5f8f15f7ea2311edcbe91077436d6908956c4a/regex-2025.9.1-cp314-cp314-win_amd64.whl", hash = "sha256:a1196e530a6bfa5f4bde029ac5b0295a6ecfaaffbfffede4bbaf4061d9455b70", size = 278742, upload-time = "2025-09-01T22:09:40.651Z" },
|
|
1453
|
+
{ url = "https://files.pythonhosted.org/packages/cf/3e/7d7ac6fd085023312421e0d69dfabdfb28e116e513fadbe9afe710c01893/regex-2025.9.1-cp314-cp314-win_arm64.whl", hash = "sha256:f46d525934871ea772930e997d577d48c6983e50f206ff7b66d4ac5f8941e993", size = 271860, upload-time = "2025-09-01T22:09:42.413Z" },
|
|
1454
1454
|
]
|
|
1455
1455
|
|
|
1456
1456
|
[[package]]
|
|
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
|
|
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
|
|
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
|
{lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_40b804173f68aa9e_message_transfers_py.html
RENAMED
|
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
|
{lite_agent-0.12.0 → lite_agent-0.13.0}/htmlcov/z_f01690d2832086e5_response_event_processor_py.html
RENAMED
|
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
|
{lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/processors/completion_event_processor.py
RENAMED
|
File without changes
|
{lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/processors/response_event_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/templates/handoffs_source_instructions.xml.j2
RENAMED
|
File without changes
|
{lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/templates/handoffs_target_instructions.xml.j2
RENAMED
|
File without changes
|
{lite_agent-0.12.0 → lite_agent-0.13.0}/src/lite_agent/templates/wait_for_user_instructions.xml.j2
RENAMED
|
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
|
{lite_agent-0.12.0 → lite_agent-0.13.0}/tests/performance/test_set_chat_history_performance.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|