Matthew Zhou
|
4d9b4eef9d
|
fix: Update block label also updates the BlocksAgents table (#2106)
|
2024-11-26 10:21:30 -08:00 |
|
Matthew Zhou
|
8711e1dc00
|
chore: Change create_tool endpoint on v1 routes to error instead of upsert (#2102)
|
2024-11-25 10:46:15 -08:00 |
|
Matthew Zhou
|
60cabae25a
|
feat: Make blocks agents mapping table (#2103)
|
2024-11-22 16:27:47 -08:00 |
|
Matthew Zhou
|
d12da645a0
|
feat: Add composio tools compatibility to sandboxes (#2097)
|
2024-11-22 12:10:36 -08:00 |
|
Charles Packer
|
44df28417f
|
fix: boost default char limit to 5k for core memory blocks (#2089)
|
2024-11-22 11:13:56 -08:00 |
|
Matthew Zhou
|
69730988ce
|
feat: Sandboxing for tool execution (#2040)
Co-authored-by: Caren Thomas <carenthomas@Jeffs-MacBook-Pro-2.local>
Co-authored-by: Caren Thomas <carenthomas@jeffs-mbp-2.lan>
Co-authored-by: Caren Thomas <carenthomas@Jeffs-MBP-2.hsd1.ca.comcast.net>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2024-11-22 10:34:08 -08:00 |
|
Charles Packer
|
1fe45372b0
|
fix: redo #2085 (#2087)
|
2024-11-21 20:19:22 -08:00 |
|
Charles Packer
|
507a60f71c
|
feat: routes for adding/linking new memory blocks to agents + unlinking blocks from agents (#2083)
|
2024-11-21 20:08:47 -08:00 |
|
Charles Packer
|
06744c9193
|
Revert "feat: add route for editing a memory blocks limit (via Memory, instead of via Blocks)" (#2085)
|
2024-11-21 20:08:17 -08:00 |
|
Charles Packer
|
17e39a57fe
|
feat: add route for editing a memory blocks limit (via Memory, instead of via Blocks) (#2084)
|
2024-11-21 19:52:08 -08:00 |
|
Sarah Wooders
|
cb85ccebc1
|
test: add test for pip install on python 3.10, 3.11, and 3.12 and remove crewAI tools (#2082)
|
2024-11-21 19:50:35 -08:00 |
|
Kevin Lin
|
ab3bf12fb2
|
fix: fix bug where updates sets block limit to default value (#2074)
|
2024-11-21 13:58:18 -08:00 |
|
Kevin Lin
|
8395c86f78
|
fix: shared memory without requiring send message (#2068)
|
2024-11-21 13:58:03 -08:00 |
|
Sarah Wooders
|
86d9851023
|
feat: allow passing in tags to client.create_agent(tags=[..]) (#2073)
|
2024-11-20 12:12:14 -08:00 |
|
Matthew Zhou
|
85d558367f
|
fix: Fix security vuln with file upload (#2067)
|
2024-11-19 17:07:04 -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
|
f57dc28552
|
feat: support togetherAI via /completions (#2045)
|
2024-11-18 15:15:05 -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
|
59d1f9cc25
|
fix: Fix bug for deleting agents belonging to the user org (#2033)
|
2024-11-13 12:37:31 -08:00 |
|
Matthew Zhou
|
d23c0c8cf4
|
chore: Migrate FileMetadata to ORM (#2028)
|
2024-11-13 10:59:46 -08:00 |
|
Matthew Zhou
|
c9c10e945e
|
fix: Fix memory summarization (#2029)
|
2024-11-12 18:02:34 -08:00 |
|
Matthew Zhou
|
e40e60945a
|
feat: Move Source to ORM model (#1979)
|
2024-11-12 09:57:40 -08:00 |
|
Sarah Wooders
|
f80fb84729
|
fix: remove noisy warning from tool rule solver (#2003)
|
2024-11-06 22:29:01 -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 |
|
Matthew Zhou
|
9a65e7bfd9
|
chore: Continue relaxing tool constraints (#1999)
|
2024-11-06 18:39:10 -08:00 |
|
Charles Packer
|
1c94e4c6c0
|
fix: misc fixes (bad link to old docs, composio print statement, context window selection) (#1992)
|
2024-11-06 16:38:16 -08:00 |
|
Matthew Zhou
|
960f7421c1
|
feat: Add ability to add tags to agents (#1984)
|
2024-11-06 16:16:23 -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 |
|
Sarah Wooders
|
6b69b73979
|
feat: add ability to list agents by name for REST API and python SDK (#1982)
|
2024-11-05 17:31:40 -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 |
|
Sarah Wooders
|
39999ce48c
|
feat: rename block.name to block.template_name for clarity and add shared block tests (#1951)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2024-11-04 11:49:16 -08:00 |
|
Matthew Zhou
|
c81c3e8297
|
feat: Add endpoint to add base tools to an org (#1971)
|
2024-11-01 15:42:43 -07:00 |
|
Charles Packer
|
2764681a8d
|
fix: fix bug with POST /v1/agents/messages route returning empty LettaMessage base objects (#1966)
|
2024-10-31 16:57:50 -07:00 |
|
Matthew Zhou
|
7bb0f53c23
|
feat: Implement tool calling rules for agents (#1954)
|
2024-10-30 16:53:41 -07:00 |
|
Matthew Zhou
|
0784bdc854
|
feat: Auto-refresh json_schema after tool update (#1958)
|
2024-10-30 15:05:08 -07:00 |
|
Matthew Zhou
|
41e868c6cc
|
fix: Fix create organization bug (#1956)
|
2024-10-30 13:55:48 -07:00 |
|
Matthew Zhou
|
9439e5e255
|
fix: Clean up some legacy code and fix Groq provider (#1950)
|
2024-10-28 14:13:11 -07:00 |
|
Matthew Zhou
|
adfb9a4b87
|
feat: Enable base constructs to automatically populate "created_by" and "last_updated_by" fields for relevant objects (#1944)
|
2024-10-28 11:04:17 -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
|
2505eba25f
|
chore: Remove legacy code and instances of anon_clientid (#1942)
|
2024-10-25 16:25:45 -07:00 |
|
Sarah Wooders
|
0bd45ab27d
|
fix: update ollama model for testing (#1941)
|
2024-10-25 15:42:44 -07:00 |
|
Matthew Zhou
|
d74406af41
|
feat: Add orm for Tools and clean up Tool logic (#1935)
|
2024-10-25 14:25:40 -07:00 |
|
Matthew Zhou
|
9acdaacc7c
|
test: Add archival insert test to GPT-4 and make tests failure sensitive (#1930)
|
2024-10-24 15:54:29 -07:00 |
|
Matthew Zhou
|
f93dc8250b
|
chore: Consolidate CI style checks (#1936)
|
2024-10-24 15:24:26 -07:00 |
|
Matthew Zhou
|
ff4be4576b
|
feat: Add ORM for user model (#1924)
|
2024-10-23 10:28:00 -07:00 |
|
Charles Packer
|
a70dea15a4
|
fix: fix bug triggered by using ada embeddings (#1915)
|
2024-10-22 16:42:02 -07:00 |
|
Sarah Wooders
|
7871eeb9c2
|
chore: remove the admin client and tests (#1923)
|
2024-10-22 15:02:28 -07:00 |
|
Matthew Zhou
|
1be576a28e
|
feat: Add ORM for organization model (#1914)
|
2024-10-22 14:47:09 -07:00 |
|