Charles Packer
aa36ee2142
fix: allow setting pass for server --secure
( #2132 )
2024-12-01 21:35:31 -08:00
Charles Packer
b7acfedd7c
fix: cleanup CLI tool prints ( #2130 )
2024-12-01 17:41:17 -08:00
bluestarforever
024742674b
fix: Fixed Issue #2127 ( #2129 )
2024-12-01 17:41:03 -08:00
Charles Packer
14cdc4342d
feat: support pydantic models in tool uploads + patch dict/list types ( #2112 )
2024-11-30 10:09:03 -08:00
Matthew Zhou
1da295a6c4
feat: Improve retry mechanism for _get_ai_reply
and refactor method ( #2113 )
2024-11-30 09:57:52 -08:00
Charles Packer
d2b9df8416
fix: update url ( #2124 )
2024-11-30 09:32:47 -08:00
Sarah Wooders
d30972cee0
feat: refactor agent memory representation and modify routes for editing blocks ( #2094 )
...
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2024-11-27 16:04:13 -08:00
Matthew Zhou
536c907c13
fix: Remove hard failure on bad stream_tokens
input ( #2115 )
2024-11-27 15:00:42 -08:00
Shubham Naik
080d34302c
fix: example issue ( #2114 )
...
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-11-27 14:44:11 -08:00
Matthew Zhou
f23d436e76
feat: Separate out streaming route ( #2111 )
2024-11-27 14:03:46 -08:00
Charles Packer
c2b41f75ce
fix: pass tool errors through the HTTP POST /tools
requests with detailed error messages ( #2110 )
2024-11-26 17:06:44 -08:00
Matthew Zhou
c2ee91c939
feat: Add per-agent locking to send message ( #2109 )
2024-11-26 13:30:58 -08:00
Matthew Zhou
91982f2739
fix: Update block label also updates the BlocksAgents table ( #2106 )
2024-11-26 10:21:30 -08:00
Matthew Zhou
80d0748294
chore: Change create_tool endpoint on v1 routes to error instead of upsert ( #2102 )
2024-11-25 10:46:15 -08:00
Charles Packer
84031a9d5b
fix: do a pre-validation validation on the inputs assigned to agent_state.message_ids
( #2098 )
2024-11-25 10:44:14 -08:00
Matthew Zhou
251619eb16
feat: Make blocks agents mapping table ( #2103 )
2024-11-22 16:27:47 -08:00
Matthew Zhou
90ec1d860f
chore: Add more log statements to base orm ( #2101 )
2024-11-22 13:59:03 -08:00
Matthew Zhou
8b96ce7d88
fix: Fix block model dump ( #2100 )
2024-11-22 13:09:42 -08:00
Charles Packer
17dd65997c
fix: extra safety checks in the token counter for functions ( #2061 )
2024-11-22 12:13:10 -08:00
Charles Packer
708feec0a7
fix: add more types to the type_map from python -> json schema ( #2095 )
2024-11-22 12:12:40 -08:00
Matthew Zhou
03c8c65c20
feat: Add composio tools compatibility to sandboxes ( #2097 )
2024-11-22 12:10:36 -08:00
Charles Packer
e67ad36f21
fix: boost default char limit to 5k for core memory blocks ( #2089 )
2024-11-22 11:13:56 -08:00
Charles Packer
cd67499952
fix: remove stray input ( #2096 )
2024-11-22 11:10:41 -08:00
Matthew Zhou
ae083fc205
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
476541fee5
fix: silence bad print ( #2093 )
2024-11-22 09:44:28 -08:00
Charles Packer
27aa193618
fix: make runtime error warnings.warn instead ( #2088 )
2024-11-21 20:50:14 -08:00
Charles Packer
43e3961d3b
fix: redo #2085 ( #2087 )
2024-11-21 20:19:22 -08:00
Charles Packer
b7b22a670f
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
385aed9802
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
4c6743291f
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
acf4bb86ff
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
dfd748c3d0
fix: fix bug where updates sets block limit to default value ( #2074 )
2024-11-21 13:58:18 -08:00
Kevin Lin
97eb3f85bf
fix: shared memory without requiring send message ( #2068 )
2024-11-21 13:58:03 -08:00
Matthew Zhou
1ce7aa5b8f
fix: Add save agents ( #2080 )
2024-11-21 09:53:30 -08:00
Sarah Wooders
4b4ddb222e
chore: bump version to 0.5.4 ( #2078 )
2024-11-20 21:13:08 -08:00
Matthew Zhou
b9b83a5ca1
fix: Lazy load llamaindex
imports that are causing issues ( #2075 )
2024-11-20 17:18:39 -08:00
Sarah Wooders
37d700a6d6
feat: allow passing in tags to client.create_agent(tags=[..])
( #2073 )
2024-11-20 12:12:14 -08:00
Matthew Zhou
746efc4c06
fix: Fix security vuln with file upload ( #2067 )
2024-11-19 17:07:04 -08:00
Sarah Wooders
746dd238b1
feat: bump version 0.5.3 ( #2066 )
2024-11-19 14:23:56 -08:00
Matthew Zhou
31bf67cfc0
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
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
Andrew Fitz
004cd69428
Add missing import in functions.py ( #2060 )
2024-11-18 13:20:38 -08:00
Charles Packer
e5a7fc406d
feat: added token counter command to CLI ( #2047 )
2024-11-17 14:02:21 -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
f6abf60446
fix: Fix tool deletion bug ( #2034 )
2024-11-13 13:07:23 -08:00
Matthew Zhou
6d6ee93458
fix: Fix bug for deleting agents belonging to the user org ( #2033 )
2024-11-13 12:37:31 -08:00
Matthew Zhou
151ce6f655
chore: Migrate FileMetadata to ORM ( #2028 )
2024-11-13 10:59:46 -08:00
Shubham Naik
266df8b72e
feat: support a new secure flag ( #2030 )
...
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-11-12 21:34:36 -08:00
Matthew Zhou
8d9adf2223
fix: Fix memory summarization ( #2029 )
2024-11-12 18:02:34 -08:00