Commit Graph

31 Commits

Author SHA1 Message Date
Kevin Lin
8395c86f78 fix: shared memory without requiring send message (#2068) 2024-11-21 13:58:03 -08:00
Matthew Zhou
2bb3baf060 feat: Move blocks to ORM model (#1980)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-11-19 11:32:33 -08:00
Charles Packer
a75dfd7907 fix: context window overflow patch (#2053) 2024-11-18 15:21:11 -08:00
Charles Packer
7f8e911038 feat: added token counter command to CLI (#2047) 2024-11-17 14:02:21 -08:00
Matthew Zhou
2d26365e42 fix: Fix summarizer for Anthropic and add integration tests (#2046) 2024-11-15 16:46:12 -08:00
Matthew Zhou
e40e60945a feat: Move Source to ORM model (#1979) 2024-11-12 09:57:40 -08:00
Sarah Wooders
c995ec50b3 feat: move HTML rendering of messages into LettaResponse and update notebook (#1983) 2024-11-06 19:43:56 -08:00
Matthew Zhou
a274261b64 chore: Add tool rules example (#1998)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-11-06 19:14:13 -08:00
Sarah Wooders
640d4c0a22 fix: fix issue with linking tools and adding new tools (#1988)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2024-11-06 14:06:10 -08:00
Matthew Zhou
b3f86fe4cd chore: Move ID generation logic out of the ORM layer and into the Pydantic model layer (#1981) 2024-11-05 17:05:10 -08:00
Charles Packer
b9f772f196 feat: added ability to disable the initial message sequence during agent creation (#1978) 2024-11-04 16:03:52 -08:00
Matthew Zhou
7bb0f53c23 feat: Implement tool calling rules for agents (#1954) 2024-10-30 16:53:41 -07:00
Sarah Wooders
f802969664 fix: fix inconsistent name and label usage for blocks to resolve recursive validation issue (#1937) 2024-10-25 18:01:33 -07:00
Matthew Zhou
d74406af41 feat: Add orm for Tools and clean up Tool logic (#1935) 2024-10-25 14:25:40 -07:00
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