MemGPT/letta
Matthew Zhou bc2c0b2482
fix: refactor Google AI Provider / helper functions and add endpoint test (#1850)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-08 16:55:11 -07:00
..
agent_store chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
benchmark fix: Fix small benchmark bugs (#1826) 2024-10-03 12:08:10 -07:00
cli 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
client feat: add agent types (#1831) 2024-10-08 11:18:36 -07:00
configs chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
data_sources chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
functions test: add complex testing for Groq Llama 3.1 70b (#1845) 2024-10-08 14:22:13 -07:00
humans chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
llm_api fix: refactor Google AI Provider / helper functions and add endpoint test (#1850) 2024-10-08 16:55:11 -07:00
local_llm Remove groq old imports 2024-10-01 17:12:09 -07:00
openai_backcompat chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
personas chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
prompts chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
schemas fix: refactor Google AI Provider / helper functions and add endpoint test (#1850) 2024-10-08 16:55:11 -07:00
server fix: remove testing print (#1849) 2024-10-08 15:20:55 -07:00
__init__.py chore: bump version 0.4.1 (#1809) 2024-10-03 18:08:46 -07:00
__main__.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
agent.py fix: calling link_tools doesnt update agent.tools (#1848) 2024-10-08 15:22:28 -07:00
config.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
constants.py feat: add back support for using AssistantMessage subtype of LettaMessage (#1812) 2024-10-04 15:36:33 -07:00
credentials.py fix: refactor Google AI Provider / helper functions and add endpoint test (#1850) 2024-10-08 16:55:11 -07:00
embeddings.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
errors.py fix: Fix Azure provider and add complex e2e testing (#1842) 2024-10-07 17:59:06 -07:00
interface.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
log.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
main.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
memory.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
metadata.py feat: add agent types (#1831) 2024-10-08 11:18:36 -07:00
persistence_manager.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
providers.py fix: refactor Google AI Provider / helper functions and add endpoint test (#1850) 2024-10-08 16:55:11 -07:00
pytest.ini chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
settings.py feat: Add listing llm models and embedding models for Azure endpoint (#1846) 2024-10-08 15:14:55 -07:00
streaming_interface.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
system.py chore: migrate package name to letta (#1775) 2024-09-23 09:15:18 -07:00
utils.py Fix failing tests and add safe json serializer 2024-10-04 15:40:24 -07:00