MemGPT/tests
Shubham Naik 8fc8c55f14
chore: support alembic (#1867)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-10-11 15:51:14 -07:00
..
configs fix: refactor Google AI Provider / helper functions and add endpoint test (#1850) 2024-10-08 16:55:11 -07:00
data chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
helpers chore: deprecate letta configure and remove config defaults (#1841) 2024-10-09 14:32:08 -07: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 Add printed out responses for easier debugging from tests 2024-10-04 15:19:40 -07:00
constants.py VectorDB support (pgvector) for archival memory (#226) 2023-11-03 16:19:15 -07:00
pytest.ini chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_admin_client.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_agent_function_update.py feat: require LLMConfig and EmbeddingConfig to be specified for agent creation + allow multiple simultaneous provider configs for server (#1814) 2024-10-04 19:35:00 -07:00
test_autogen_integration.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_base_functions.py feat: require LLMConfig and EmbeddingConfig to be specified for agent creation + allow multiple simultaneous provider configs for server (#1814) 2024-10-04 19:35:00 -07:00
test_cli.py chore: add CLI CI test (#1858) 2024-10-09 14:34:36 -07:00
test_client.py chore: support alembic (#1867) 2024-10-11 15:51:14 -07:00
test_concurrent_connections.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_different_embedding_size.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_endpoints.py chore: deprecate letta configure and remove config defaults (#1841) 2024-10-09 14:32:08 -07:00
test_function_parser.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_json_parsers.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_load_archival.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_memory.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_new_cli.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_new_client.py chore: support alembic (#1867) 2024-10-11 15:51:14 -07:00
test_openai_assistant_api.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_openai_client.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_persistence.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_providers.py feat: Add listing llm models and embedding models for Azure endpoint (#1846) 2024-10-08 15:14:55 -07:00
test_schema_generator.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_server.py feat: require LLMConfig and EmbeddingConfig to be specified for agent creation + allow multiple simultaneous provider configs for server (#1814) 2024-10-04 19:35:00 -07:00
test_storage.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
test_summarize.py feat: require LLMConfig and EmbeddingConfig to be specified for agent creation + allow multiple simultaneous provider configs for server (#1814) 2024-10-04 19:35:00 -07:00
test_tools.py feat: require LLMConfig and EmbeddingConfig to be specified for agent creation + allow multiple simultaneous provider configs for server (#1814) 2024-10-04 19:35:00 -07:00
test_websocket_server.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
utils.py feat: require LLMConfig and EmbeddingConfig to be specified for agent creation + allow multiple simultaneous provider configs for server (#1814) 2024-10-04 19:35:00 -07:00