feat: add new agent type wo heartbeats or send message #326
Annotations
10 errors and 10 warnings
|
Run tests:
tests/test_sdk_client.py#L1086
test_pydantic_inventory_management_tool[True]
letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 20:04:18 GMT', 'server': 'uvicorn', 'content-length': '46', 'content-type': 'application/json'}, status_code: 500, body: {'detail': 'An internal server error occurred'}
|
|
Run tests:
tests/test_sdk_client.py#L944
test_include_return_message_types[async]
Failed: Response status was NOT completed: created_by_id='user-00000000-0000-4000-8000-000000000000' last_updated_by_id='user-00000000-0000-4000-8000-000000000000' created_at=datetime.datetime(2025, 9, 19, 20, 4, 16, 600207, tzinfo=datetime.timezone.utc) updated_at=datetime.datetime(2025, 9, 19, 20, 4, 18, 302705, tzinfo=datetime.timezone.utc) status='failed' completed_at=datetime.datetime(2025, 9, 19, 20, 4, 18, 302677) metadata={'error': "'LettaLLMRequestAdapter' object has no attribute 'content'"} job_type='run' callback_url=None callback_sent_at=None callback_status_code=None callback_error=None ttft_ns=None total_duration_ns=1676140285 id='run-0eea96ea-ba9b-48dc-8e15-38a35a0388da' request_config=None stop_reason='error' user_id='user-00000000-0000-4000-8000-000000000000'
|
|
Run tests:
tests/test_sdk_client.py#L964
test_include_return_message_types[sync]
letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 20:04:15 GMT', 'server': 'uvicorn', 'content-length': '46', 'content-type': 'application/json'}, status_code: 500, body: {'detail': 'An internal server error occurred'}
|
|
Run tests:
tests/test_sdk_client.py#L715
test_function_always_error
letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 20:04:08 GMT', 'server': 'uvicorn', 'content-length': '46', 'content-type': 'application/json'}, status_code: 500, body: {'detail': 'An internal server error occurred'}
|
|
Run tests:
tests/test_sdk_client.py#L678
test_function_return_limit
letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 20:04:07 GMT', 'server': 'uvicorn', 'content-length': '46', 'content-type': 'application/json'}, status_code: 500, body: {'detail': 'An internal server error occurred'}
|
|
Run tests:
tests/test_sdk_client.py#L585
test_send_system_message
letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 20:03:57 GMT', 'server': 'uvicorn', 'content-length': '46', 'content-type': 'application/json'}, status_code: 500, body: {'detail': 'An internal server error occurred'}
|
|
Run tests:
tests/test_sdk_client.py#L565
test_messages
letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 20:03:56 GMT', 'server': 'uvicorn', 'content-length': '46', 'content-type': 'application/json'}, status_code: 500, body: {'detail': 'An internal server error occurred'}
|
|
Run tests:
tests/test_sdk_client.py#L329
test_read_only_block
letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 20:03:53 GMT', 'server': 'uvicorn', 'content-length': '46', 'content-type': 'application/json'}, status_code: 500, body: {'detail': 'An internal server error occurred'}
|
|
Run tests:
tests/test_sdk_client.py#L283
test_shared_blocks
letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 20:03:52 GMT', 'server': 'uvicorn', 'content-length': '46', 'content-type': 'application/json'}, status_code: 500, body: {'detail': 'An internal server error occurred'}
|
|
Run tests:
tests/test_sdk_client.py#L132
test_messages_search
letta_client.core.api_error.ApiError: headers: {'date': 'Fri, 19 Sep 2025 20:03:49 GMT', 'server': 'uvicorn', 'content-length': '46', 'content-type': 'application/json'}, status_code: 500, body: {'detail': 'An internal server error occurred'}
|
|
Run tests:
.venv/lib/python3.12/site-packages/pydantic/main.py#L253
datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
|
|
Run tests:
letta/otel/tracing.py#L234
delete_passage_by_id_async is deprecated. Use delete_agent_passage_by_id_async() or delete_source_passage_by_id_async() instead.
|
|
Run tests:
letta/otel/tracing.py#L234
get_passage_by_id_async is deprecated. Use get_agent_passage_by_id_async() or get_source_passage_by_id_async() instead.
|
|
Run tests:
.venv/lib/python3.12/site-packages/uvicorn/protocols/websockets/websockets_impl.py#L14
websockets.server.WebSocketServerProtocol is deprecated
|
|
Run tests:
.venv/lib/python3.12/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
|
|
Run tests:
tests/test_sdk_client.py#L700
Unknown pytest.mark.flaky - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
|
|
Run tests:
.venv/lib/python3.12/site-packages/pydantic/fields.py#L1093
Using extra keyword arguments on `Field` is deprecated and will be removed. Use `json_schema_extra` instead. (Extra keys: 'example')
|
|
Run tests:
.venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
|
|
Run tests:
.venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
|
|
Run tests:
.venv/lib/python3.12/site-packages/pydantic/_internal/_config.py#L323
Support for class-based `config` is deprecated, use ConfigDict instead.
|
Loading