MemGPT/tests
2024-12-13 14:43:19 -08:00
..
configs feat: support togetherAI via /completions (#2045) 2024-11-18 15:15:05 -08:00
data feat: Enable adding files (#1864) 2024-10-14 10:22:45 -07:00
helpers feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
test_tool_sandbox feat: Support external codebases as a tool execution sandbox (#2159) 2024-12-04 11:37:51 -08:00
test_tool_schema_parsing_files feat: support pydantic models in tool uploads + patch dict/list types (#2112) 2024-11-30 10:09:03 -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: Rewrite agents (#2232) 2024-12-13 14:43:19 -08: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: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
integration_test_o1_agent.py feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
integration_test_offline_memory_agent.py feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
integration_test_summarizer.py feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -08:00
integration_test_tool_execution_sandbox.py feat: route all sandbox errors to stderr (#2222) 2024-12-12 14:36:21 -08:00
pytest.ini feat: Sandboxing for tool execution (#2040) 2024-11-22 10:34:08 -08:00
test_base_functions.py feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
test_cli.py feat: Add lock around loading agent (#2141) 2024-12-02 17:46:48 -08:00
test_client_legacy.py feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
test_client.py feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
test_local_client.py feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
test_managers.py feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08: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_perfomance.py feat: support togetherAI via /completions (#2045) 2024-11-18 15:15:05 -08:00
test_providers.py feat: support togetherAI via /completions (#2045) 2024-11-18 15:15:05 -08:00
test_server.py feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
test_stream_buffer_readers.py fix: fix bug triggered by using ada embeddings (#1915) 2024-10-22 16:42:02 -07:00
test_summarize.py feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
test_tool_rule_solver.py feat: refactor agent memory representation and modify routes for editing blocks (#2094) 2024-11-27 16:04:13 -08:00
test_tool_schema_parsing.py feat: support pydantic models in tool uploads + patch dict/list types (#2112) 2024-11-30 10:09:03 -08:00
test_utils.py fix: Fix security vuln with file upload (#2067) 2024-11-19 17:07:04 -08:00
test_v1_routes.py feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
test_vector_embeddings.py feat: Rewrite agents (#2232) 2024-12-13 14:43:19 -08:00
utils.py chore: Migrate FileMetadata to ORM (#2028) 2024-11-13 10:59:46 -08:00