MemGPT/tests
2025-04-14 09:05:38 -07:00
..
configs fix: patch misc broken CI tests (#1645) 2025-04-09 14:50:45 -07:00
data feat: Enable adding files (#1864) 2024-10-14 10:22:45 -07:00
helpers fix: Remove flaky multi agent test (#1443) 2025-03-27 16:29:13 -07:00
sdk test: add sdk tests (#1569) 2025-04-10 12:04:40 -07:00
test_agent_files feat: Add tests for agent file (#1662) 2025-04-10 12:07:21 -07:00
test_tool_sandbox feat: Custom pip package installations when using local sandbox w/ venv (#867) 2025-01-30 18:19:08 -08:00
test_tool_schema_parsing_files feat: add args schema for tool object (#1160) 2025-03-01 14:53:10 -08:00
__init__.py refactor: move API to standardized pydantic schemas across CLI, Python client, REST server (#1579) 2024-08-16 19:53:21 -07:00
clear_postgres_db.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
config.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
conftest.py feat: Write batch request on base LLM client (#1646) 2025-04-09 14:58:26 -07:00
constants.py VectorDB support (pgvector) for archival memory (#226) 2023-11-03 16:19:15 -07:00
integration_test_agent_tool_graph.py feat: Add testing for SDK send_message variants (#1520) 2025-04-01 16:54:09 -07:00
integration_test_async_tool_sandbox.py feat: Add testing for SDK send_message variants (#1520) 2025-04-01 16:54:09 -07:00
integration_test_batch_api_cron_jobs.py feat: Finish step_until_request in new batch agent loop (#1656) 2025-04-10 10:19:06 -07:00
integration_test_chat_completions.py chore: Comment out voice test cases for now (#1627) 2025-04-08 13:48:22 -07:00
integration_test_composio.py feat: Refactor letta tool execution to not require agent class (#1384) 2025-03-24 12:25:03 -07:00
integration_test_experimental.py feat: add otid to new agent loop (#1635) 2025-04-09 16:50:41 -07:00
integration_test_multi_agent.py fix: Remove flaky multi agent test (#1443) 2025-03-27 16:29:13 -07:00
integration_test_send_message.py feat: Add monotonic ids on messages (#1522) 2025-04-01 18:23:34 -07:00
integration_test_sleeptime_agent.py test: skip flaky sleeptime test (#1680) 2025-04-11 10:46:17 -07:00
integration_test_summarizer.py fix: Fix cascade deletion (#1641) 2025-04-09 10:55:32 -07:00
integration_test_tool_execution_sandbox.py feat: Add testing for SDK send_message variants (#1520) 2025-04-01 16:54:09 -07:00
manual_test_many_messages.py feat: Finish async memory rewriting agent for voice (#1161) 2025-03-03 13:58:06 -08:00
manual_test_multi_agent_broadcast_large.py feat: Modify multi agent broadcast for partial matching (#1208) 2025-03-06 13:26:59 -08:00
pytest.ini feat: Add model integration testing (#587) 2025-01-10 14:28:12 -08:00
test_agent_serialization.py feat: Convert AF serialization to formatted json (#1691) 2025-04-11 19:10:02 -07:00
test_ast_parsing.py chore: merge updated tests (#1276) 2025-03-13 17:15:20 -07:00
test_base_functions.py feat: Refactor mcp client and make stdio errors more manageable (#1291) 2025-03-14 14:58:30 -07:00
test_cli.py chore: merge changes from oss (#964) 2025-02-11 17:20:23 -08:00
test_client_legacy.py feat: add archival insert and search tools to sleeptime (#1576) 2025-04-04 22:24:32 -07:00
test_client.py feat: Add testing for SDK send_message variants (#1520) 2025-04-01 16:54:09 -07:00
test_google_embeddings.py feat: Add telemetry logging around agent / multi-agent broadcasting (#971) 2025-02-12 13:27:13 -08:00
test_letta_agent_batch.py feat: Debug and add comprehensive testing for step_until_request (#1669) 2025-04-10 14:42:33 -07:00
test_llm_clients.py fix: Fix build request data for OpenAI (#1654) 2025-04-09 16:31:20 -07:00
test_local_client.py chore: remove message.text property (#1253) 2025-03-12 10:58:31 -07:00
test_managers.py fix: fern identity create node sdk nesting (#1679) 2025-04-11 11:18:32 -07:00
test_memory.py feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -08:00
test_model_letta_performance.py feat: Add testing for SDK send_message variants (#1520) 2025-04-01 16:54:09 -07:00
test_multi_agent.py feat: add sleeptime frequency setting in ADE (#1685) 2025-04-14 09:05:38 -07:00
test_optimistic_json_parser.py chore: Various bug fixes (#1350) 2025-03-20 11:06:45 -07:00
test_providers.py feat: support deepseek models (#821) 2025-02-18 15:28:01 -08:00
test_sdk_client.py feat: enable sleeptime agent creation (#1523) 2025-04-02 14:12:11 -07:00
test_server.py feat: stop creating new message for system prompt changes (#1559) 2025-04-08 10:25:43 -07:00
test_static_buffer_summarize.py chore: message schema api improvements (#1267) 2025-03-13 12:04:03 -07:00
test_stream_buffer_readers.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
test_streaming.py feat: add otid field for message idempotency (#1556) 2025-04-04 08:43:01 -07:00
test_system_prompt_compiler.py fix: patch bug in system prompt formatter that was triggering if you … (#785) 2025-01-26 13:58:46 -08:00
test_tool_rule_solver.py feat: Async agent loop (#1387) 2025-03-27 15:24:50 -07:00
test_tool_schema_parsing.py feat: add args schema for tool object (#1160) 2025-03-01 14:53:10 -08:00
test_utils.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
test_v1_routes.py fix: blocks list endpoint bug (#1421) 2025-03-26 17:05:28 -07:00
test_vector_embeddings.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
utils.py chore: remove message.text property (#1253) 2025-03-12 10:58:31 -07:00