Commit Graph

17 Commits

Author SHA1 Message Date
Charles Packer
8a9e6dddd3 feat: add function IDs to LettaMessage function calls and response (#1909) 2024-10-19 21:47:48 -07:00
Charles Packer
11b8371953 feat: add functions to get context window overview (#1903) 2024-10-18 14:29:28 -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
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
Charles Packer
9a44cc3df7 refactor: simplify Agent.step inputs to Message or List[Message] only (#1879) 2024-10-13 17:30:46 -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
Charles Packer
fa0b0a5b9f fix: CLI patches - patch runtime error on main loop + duplicate internal monologue (#1852) 2024-10-08 17:47:29 -07:00
Vivek Verma
1fad0f8df9 fix: calling link_tools doesnt update agent.tools (#1848) 2024-10-08 15:22:28 -07:00
Vivek Verma
af2f21160a feat: persist tools to db when saving agent (#1847) 2024-10-08 14:53:59 -07:00
Matthew Zhou
cffd493f75 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
1104438490 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
Matthew Zhou
e4bf9f6681 fix: Check that content is not None before setting to internal_monologue (#1813)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-01 16:32:04 -07:00
Sarah Wooders
e368c1aa10 chore: remove dead function loading code (#1795) 2024-10-01 14:28:39 -07:00
Sarah Wooders
563ed8d3a7 fix: minor patch to tool linking with JSON schema and Tool.name do not match (#1802) 2024-10-01 09:49:30 -07:00
Sarah Wooders
622de59fd0 fix: use JSON schema name instead of tool name for loading from env (#1798) 2024-09-30 09:24:10 -07:00
Sarah Wooders
8ae1e64987 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