MemGPT/tests
2025-05-01 10:07:29 -07:00
..
configs feat: use new model-proxy in production (#1908) 2025-04-30 15:20:54 -07:00
data feat: Enable adding files (#1864) 2024-10-14 10:22:45 -07:00
helpers feat: always add user id to openai requests (#1969) 2025-04-30 23:23:01 -07:00
sdk test: add sdk tests (#1569) 2025-04-10 12:04:40 -07:00
test_agent_files fix: Remove extraneous relationships on ORM objects (#1755) 2025-04-17 14:37:37 -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: Create local sandbox config from env vars for OSS users (#1910) 2025-04-28 13:01:38 -07:00
integration_test_batch_api_cron_jobs.py feat: Fix anthropic batch results call (#1853) 2025-04-23 13:14:56 -07:00
integration_test_batch_sdk.py feat: Fix anthropic batch results call (#1853) 2025-04-23 13:14:56 -07:00
integration_test_chat_completions.py feat: Adjust ephemeral memory agent to become persisted sleeptime agent (#1943) 2025-04-30 11:14:19 -07:00
integration_test_composio.py feat: composio async execution (#1941) 2025-04-30 16:05:03 -07:00
integration_test_experimental.py feat: Implement resume step after request in new batch agent loop (#1676) 2025-04-15 13:56:22 -07:00
integration_test_initial_sequence.py fix: allow initial_message_sequence to have assistant message (#1729) 2025-04-29 14:42:34 -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_schema.py feat: structured outputs for send_message (#1764) 2025-04-22 09:50:01 -07:00
integration_test_send_message.py feat: Adjust ephemeral memory agent to become persisted sleeptime agent (#1943) 2025-04-30 11:14:19 -07:00
integration_test_sleeptime_agent.py feat: add sleeptime to new agent loop (#1900) 2025-04-26 10:23:59 -07:00
integration_test_summarizer.py fix: patch .utcnow warning (#1702) 2025-04-14 12:55:34 -07:00
integration_test_tool_execution_sandbox.py feat: Create local sandbox config from env vars for OSS users (#1910) 2025-04-28 13:01:38 -07:00
integration_test_voice_agent.py feat: Change default voice sleeptime to 4.1 (#1961) 2025-05-01 10:07:29 -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: unify input message type on agent step (#1820) 2025-04-21 13:49:46 -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 Letta voice tools (#1922) 2025-04-29 10:46:29 -07:00
test_client.py feat: Add Letta voice tools (#1922) 2025-04-29 10:46:29 -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 test: Add wait for server startup for letta batch tests (#1916) 2025-04-28 15:23:53 -07:00
test_llm_clients.py feat: add llm config per request (#1866) 2025-04-23 16:37:05 -07:00
test_local_client.py feat: composio async execution (#1941) 2025-04-30 16:05:03 -07:00
test_managers.py fix: Fix upsert base tools for rethink memory (#1940) 2025-04-29 16:33:18 -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 test: fix flaking multi agent tests (#1894) 2025-04-24 17:39:17 -07:00
test_optimistic_json_parser.py fix: user messages on new agent loop are not processed in ADE (includes new json parser) (#1934) 2025-04-30 18:07:42 -07:00
test_providers.py feat: byok 2.0 (#1963) 2025-04-30 21:26:50 -07:00
test_sdk_client.py chore: update sleeptime verbiage everywhere (#1867) 2025-04-23 17:01:07 -07:00
test_server.py feat: byok 2.0 (#1963) 2025-04-30 21:26:50 -07:00
test_static_buffer_summarize.py fix: patch .utcnow warning (#1702) 2025-04-14 12:55:34 -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 fix: Improve test tool schema gen runtime (#1719) 2025-04-15 14:01:40 -07:00
test_utils.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
test_vector_embeddings.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
utils.py test: Add wait for server startup for letta batch tests (#1916) 2025-04-28 15:23:53 -07:00