Charles Packer
|
14cdc4342d
|
feat: support pydantic models in tool uploads + patch dict/list types (#2112)
|
2024-11-30 10:09:03 -08:00 |
|
Charles Packer
|
239b496075
|
fix: context window overflow patch (#2053)
|
2024-11-18 15:21:11 -08:00 |
|
Charles Packer
|
05045debc9
|
feat: support togetherAI via /completions (#2045)
|
2024-11-18 15:15:05 -08:00 |
|
Matthew Zhou
|
82058d2077
|
fix: Fix summarizer for Anthropic and add integration tests (#2046)
|
2024-11-15 16:46:12 -08:00 |
|
Matthew Zhou
|
8d9adf2223
|
fix: Fix memory summarization (#2029)
|
2024-11-12 18:02:34 -08:00 |
|
Matthew Zhou
|
5221bf610e
|
feat: Move Source to ORM model (#1979)
|
2024-11-12 09:57:40 -08:00 |
|
Sarah Wooders
|
781508fdae
|
feat: add latest anthropic models (#2022)
|
2024-11-11 17:07:40 -08:00 |
|
Matthew Zhou
|
d6826875c2
|
feat: Implement tool calling rules for agents (#1954)
|
2024-10-30 16:53:41 -07:00 |
|
Matthew Zhou
|
c372234f13
|
fix: Clean up some legacy code and fix Groq provider (#1950)
|
2024-10-28 14:13:11 -07:00 |
|
Charles Packer
|
588261e210
|
fix: fix bug triggered by using ada embeddings (#1915)
|
2024-10-22 16:42:02 -07:00 |
|
Matthew Zhou
|
3b56cfe1ba
|
fix: Add embedding tests to azure (#1920)
|
2024-10-22 11:53:49 -07:00 |
|
Charles Packer
|
eb6a1997a4
|
feat: fix streaming put_inner_thoughts_in_kwargs (#1913)
|
2024-10-21 17:07:20 -07:00 |
|
Charles Packer
|
eb97f157ff
|
revert: Revert "feat: fix streaming put_inner_thoughts_in_kwargs " (#1912)
|
2024-10-19 23:48:27 -07:00 |
|
Charles Packer
|
9e83dbc27f
|
feat: fix streaming put_inner_thoughts_in_kwargs (#1911)
|
2024-10-19 21:49:45 -07:00 |
|
Charles Packer
|
cf5d9347d0
|
feat: add function IDs to LettaMessage function calls and response (#1909)
|
2024-10-19 21:47:48 -07:00 |
|
Charles Packer
|
180bbfe8a7
|
feat: add functions to get context window overview (#1903)
|
2024-10-18 14:29:28 -07:00 |
|
Matthew Zhou
|
01fdf8684c
|
feat: Add put_inner_thoughts_in_kwargs as a config setting for the LLM (#1902)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-17 15:54:03 -07:00 |
|
Matthew Zhou
|
1b4773a943
|
feat: Add MistralProvider (#1883)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-14 13:34:12 -07:00 |
|
Sarah Wooders
|
32fbd71467
|
feat: add VLLMProvider (#1866)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-10-11 15:58:12 -07:00 |
|
Kevin Lin
|
30ff27473a
|
fix: fix typo (#1870)
Co-authored-by: Kevin Lin <kevinlin@Kevins-MacBook-Pro.local>
|
2024-10-11 15:51:23 -07:00 |
|
Matthew Zhou
|
d7340eaa4d
|
test: Fix Azure tests and write CI tests (#1871)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-11 15:12:45 -07:00 |
|
Sarah Wooders
|
eb1aab1fc7
|
chore: fix branch (#1865)
|
2024-10-10 14:07:45 -07:00 |
|
Sarah Wooders
|
dba25c3c12
|
feat: cleanup display of free endpoint (#1860)
|
2024-10-09 17:47:20 -07:00 |
|
Matthew Zhou
|
2492ad780d
|
test: add complex gemini tests (#1853)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-09 10:00:21 -07:00 |
|
Matthew Zhou
|
6a9400c17b
|
fix: factor out repeat POST request logic (#1851)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-08 17:14:54 -07:00 |
|
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 |
|
Matthew Zhou
|
f61ac27800
|
feat: Add listing llm models and embedding models for Azure endpoint (#1846)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-08 15:14:55 -07:00 |
|
Matthew Zhou
|
a2d1d9e5ee
|
test: add complex testing for Groq Llama 3.1 70b (#1845)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-08 14:22:13 -07:00 |
|
Matthew Zhou
|
7be60fcf0f
|
fix: Fix Azure provider and add complex e2e testing (#1842)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-07 17:59:06 -07:00 |
|
Sarah Wooders
|
d631cec3d6
|
feat: require LLMConfig and EmbeddingConfig to be specified for agent creation + allow multiple simultaneous provider configs for server (#1814)
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2024-10-04 19:35:00 -07:00 |
|
Matt Zhou
|
692c7897a2
|
Edit workflows
|
2024-10-04 16:18:42 -07:00 |
|
Matthew Zhou
|
148311f1bc
|
feat: Add Groq as provider option (#1815)
|
2024-10-04 15:48:57 -07:00 |
|
cpacker
|
7e9614b1e5
|
fix: force inner_thoughts_in_kwargs for groq since their function calling wrapper doesn't work without it
|
2024-10-03 19:08:42 -07:00 |
|
cpacker
|
47e072cae1
|
fix: various fixes to get groq to work from the CLI
|
2024-10-03 19:03:59 -07:00 |
|
Matt Zhou
|
831cdb5e77
|
wip add errors and refactor out into tools
|
2024-10-03 14:46:36 -07:00 |
|
Matt Zhou
|
b1d6797e35
|
Add groq flow to CLI
|
2024-10-03 10:04:18 -07:00 |
|
Matthew Zhou
|
9018807626
|
feat: Add integration with Composio tools (#1820)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2024-10-02 20:58:03 -07:00 |
|
Matt Zhou
|
c5acb2e2ad
|
Finish adding groq and test
|
2024-10-01 16:40:28 -07:00 |
|
Matt Zhou
|
6fe7564100
|
wip
|
2024-10-01 16:22:34 -07:00 |
|
Matt Zhou
|
673ceda1f9
|
wip
|
2024-10-01 15:42:59 -07:00 |
|
Sarah Wooders
|
dda63c4d51
|
fix: various fixes for workflow tests (#1788)
|
2024-09-25 13:58:21 -07:00 |
|
Sarah Wooders
|
85faf5f474
|
chore: migrate package name to letta (#1775)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2024-09-23 09:15:18 -07:00 |
|