Charles Packer
|
8a9e6dddd3
|
feat: add function IDs to LettaMessage function calls and response (#1909)
|
2024-10-19 21:47:48 -07:00 |
|
Matthew Zhou
|
11bb2f1437
|
chore: bump composio version for stability (#1908)
|
2024-10-18 15:39:46 -07:00 |
|
Matthew Zhou
|
aa55a3d10e
|
feat: Add pagination for list tools (#1907)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-18 15:19:45 -07:00 |
|
Charles Packer
|
11b8371953
|
feat: add functions to get context window overview (#1903)
|
2024-10-18 14:29:28 -07:00 |
|
Matthew Zhou
|
0f3f885982
|
feat: Add endpoint to get full Tool objects belonging to an agent (#1906)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-18 14:25:00 -07:00 |
|
Charles Packer
|
09c0a439dd
|
docs: removed docs since they're no longer active (#1904)
|
2024-10-17 16:49:59 -07:00 |
|
Ikko Eltociear Ashimine
|
2b87203af4
|
docs: update index.md (#1901)
|
2024-10-17 15:56:08 -07:00 |
|
Kevin Lin
|
f07072dd9e
|
feat: prompting O1 (#1891)
Co-authored-by: Kevin Lin <kevinlin@Kevins-MacBook-Pro.local>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-10-17 15:55:50 -07:00 |
|
Matthew Zhou
|
c18eb466f8
|
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
|
c9701f490c
|
feat: Add default external tools (#1899)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-17 10:26:37 -07:00 |
|
Shubham Naik
|
ff36e1b258
|
chore: fixes tool bug (#1898)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2024-10-16 11:57:51 -07:00 |
|
Matthew Zhou
|
72b2dd95d0
|
fix: Fix updating tools (#1886)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-15 16:51:18 -07:00 |
|
Charles Packer
|
a68a610e10
|
docs: patch readme (#1895)
|
2024-10-15 16:47:43 -07:00 |
|
Charles Packer
|
a15442a45b
|
docs: fix README (#1894)
|
2024-10-15 16:45:50 -07:00 |
|
Charles Packer
|
f12f22e3cd
|
docs: refresh readme (#1892)
|
2024-10-15 16:44:10 -07:00 |
|
Sarah Wooders
|
e5ff06685c
|
feat: add support for agent "swarm" (multi-agent) (#1878)
|
2024-10-15 15:50:47 -07:00 |
|
Matthew Zhou
|
4908c0c7b2
|
feat: Add delete file from source endpoint (#1893)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-15 15:35:58 -07:00 |
|
Charles Packer
|
157634bf44
|
feat: add GET route to get the breakdown of an agent's context window (#1889)
|
2024-10-15 13:32:37 -07:00 |
|
Charles Packer
|
47ee4effd7
|
refactor: make Agent.step() multi-step (#1884)
|
2024-10-15 13:32:13 -07:00 |
|
Shubham Naik
|
ab358a5ece
|
chore: update devportal to comply with new memgpt api (#1880)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2024-10-14 18:37:00 -07:00 |
|
Sarah Wooders
|
2cf5d0bf14
|
chore: bump version to 0.5.0 (#1888)
|
2024-10-14 18:36:04 -07:00 |
|
Sarah Wooders
|
969fec81a9
|
fix: update compose.yaml to use updated env variables (#1887)
|
2024-10-14 18:35:46 -07:00 |
|
Sarah Wooders
|
bc2947683a
|
fix: add groq provider when env variable is set (#1881)
|
2024-10-14 18:11:51 -07:00 |
|
Matthew Zhou
|
6cdc14f6fe
|
fix: modify composio example (#1885)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-14 17:10:31 -07:00 |
|
Matthew Zhou
|
6e6aad7bb0
|
feat: Add MistralProvider (#1883)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-14 13:34:12 -07:00 |
|
Charles Packer
|
f408436669
|
feat: refactor the POST agent/messages API to take multiple messages (#1882)
|
2024-10-14 13:29:07 -07:00 |
|
Matthew Zhou
|
93aacc087e
|
feat: Enable adding files (#1864)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-14 10:22:45 -07:00 |
|
Charles Packer
|
9a44cc3df7
|
refactor: simplify Agent.step inputs to Message or List[Message] only (#1879)
|
2024-10-13 17:30:46 -07:00 |
|
Charles Packer
|
1099809e49
|
fix: patch errors with OllamaProvider (#1875)
|
2024-10-12 20:19:20 -07:00 |
|
Matthew Zhou
|
9d0da9549b
|
fix: Fix config bug in alembic (#1873)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-11 18:06:06 -07:00 |
|
Sarah Wooders
|
3c547345e1
|
feat: add VLLMProvider (#1866)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-10-11 15:58:12 -07:00 |
|
Kevin Lin
|
2bc97e4535
|
fix: fix typo (#1870)
Co-authored-by: Kevin Lin <kevinlin@Kevins-MacBook-Pro.local>
|
2024-10-11 15:51:23 -07:00 |
|
Shubham Naik
|
4fbc8c9fbb
|
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 |
|
Matthew Zhou
|
02f4098553
|
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 |
|
Matthew Zhou
|
5cc3a1d8af
|
chore: add e2e tests for Groq to CI (#1868)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-10 17:43:14 -07:00 |
|
Sarah Wooders
|
e15dea623d
|
chore: fix branch (#1865)
|
2024-10-10 14:07:45 -07:00 |
|
Charles Packer
|
fb8ba76e42
|
fix: add missing hardcodings for popular OpenAI models (#1863)
|
2024-10-10 10:19:41 -07:00 |
|
Sarah Wooders
|
117134810c
|
feat: cleanup display of free endpoint (#1860)
|
2024-10-09 17:47:20 -07:00 |
|
Sarah Wooders
|
828aae8d6e
|
fix: delete agent-source mapping on detachment and add test (#1862)
|
2024-10-09 17:26:28 -07:00 |
|
Vivek Verma
|
1673e66211
|
fix: insert_many checks exists_ok (#1861)
|
2024-10-09 16:29:10 -07:00 |
|
Matthew Zhou
|
5769e0c815
|
chore: add CLI CI test (#1858)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-09 14:34:36 -07:00 |
|
Sarah Wooders
|
b568830978
|
chore: deprecate letta configure and remove config defaults (#1841)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-10-09 14:32:08 -07:00 |
|
Matthew Zhou
|
c0501a743d
|
test: add complex gemini tests (#1853)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-09 10:00:21 -07:00 |
|
Charles Packer
|
fa0b0a5b9f
|
fix: CLI patches - patch runtime error on main loop + duplicate internal monologue (#1852)
|
2024-10-08 17:47:29 -07:00 |
|
Matthew Zhou
|
020bbd658e
|
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
|
b83f77af22
|
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 |
|
Vivek Verma
|
1fad0f8df9
|
fix: calling link_tools doesnt update agent.tools (#1848)
|
2024-10-08 15:22:28 -07:00 |
|
Matthew Zhou
|
b808c3688f
|
fix: remove testing print (#1849)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
|
2024-10-08 15:20:55 -07:00 |
|
Matthew Zhou
|
446b8f2154
|
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 |
|
Sarah Wooders
|
dd51b15154
|
feat: list available embedding/LLM models for ollama (#1840)
|
2024-10-08 14:57:11 -07:00 |
|