Sarah Wooders
|
096791aae1
|
feat: parse assistant message to AssistantMessage by default (#528)
|
2025-01-08 15:00:32 -08:00 |
|
cthomas
|
26a6cbc546
|
fix: add variables param for create agent (#548)
|
2025-01-08 14:40:38 -08:00 |
|
Matthew Zhou
|
15cc7d1a8f
|
fix: Pass back and parse composio errors correctly (#547)
|
2025-01-08 12:12:11 -08:00 |
|
Shubham Naik
|
7981b7d0c2
|
chore: standardize button colors (#542)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-01-08 10:53:09 -08:00 |
|
cthomas
|
4047f02386
|
feat: support custom api keys for cloud (#533)
|
2025-01-07 22:12:55 -08:00 |
|
Matthew Zhou
|
f0c24cdc65
|
feat: Pass in entity_id explicitly to auto-gen composio tool (#535)
|
2025-01-07 14:03:15 -08:00 |
|
Shubham Naik
|
3513e586f1
|
feat: new desktop (#508)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-01-07 12:10:05 -08:00 |
|
Matthew Zhou
|
68ec55c18d
|
fix: Give default for tool_exec_environment_variables on AgentState (#531)
|
2025-01-07 11:19:45 -08:00 |
|
Matthew Zhou
|
2f7aa1efa8
|
fix: Fix per-agent environment variable updates (#527)
|
2025-01-07 11:19:31 -08:00 |
|
Matthew Zhou
|
33d436c755
|
fix: Temporarily disable save_agent from updating tool_exec_environment_variables (#523)
|
2025-01-06 18:27:02 -08:00 |
|
Matthew Zhou
|
3a3746d315
|
fix: Export AgentEnvironmentVariable in __init__.py of ORM subdirectory (#520)
|
2025-01-06 17:08:49 -08:00 |
|
Matthew Zhou
|
99923aaa68
|
fix: Update save_agent to also save the per-agent environment variables (#519)
|
2025-01-06 17:05:30 -08:00 |
|
Sarah Wooders
|
26bc5704f3
|
feat: add pagination for listing agents (#517)
|
2025-01-06 16:53:25 -08:00 |
|
Matthew Zhou
|
035d9b11a8
|
feat: Inject per agent environment variables into sandbox (#514)
|
2025-01-06 15:04:17 -08:00 |
|
Matthew Zhou
|
5c490a3cc7
|
chore: Merge OSS (#512)
|
2025-01-06 10:46:53 -08:00 |
|
Matthew Zhou
|
8148530e28
|
chore: Move logs out of error so always log sandbox ID (#510)
|
2025-01-06 10:28:47 -08:00 |
|
cthomas
|
80f05bf8a9
|
fix: add message union type ref for LettaResponse (#507)
|
2025-01-06 10:05:03 -08:00 |
|
Matthew Zhou
|
0ef692441f
|
feat: Allow per-agent tool execution environment variables (#509)
|
2025-01-05 21:06:38 -08:00 |
|
Matt Zhou
|
130fd63c6b
|
chore: Remove commented out print
|
2025-01-03 12:43:00 -08:00 |
|
cthomas
|
ef271ca49c
|
fix: comment out done_gen and done_step tokens (#504)
|
2025-01-02 14:12:24 -08:00 |
|
Matt Zhou
|
f04d5df4ae
|
Log out sandbox details for e2b
|
2024-12-30 16:27:08 -08:00 |
|
Charles Packer
|
937667e968
|
Merge branch 'main' into matt/let-671-for-local-sandbox-using-local-env-variables-instead-of
|
2024-12-30 22:36:24 +01:00 |
|
Matt Zhou
|
b09ecefd73
|
Run lint
|
2024-12-30 12:17:44 -08:00 |
|
cpacker
|
8bf0b92edf
|
fix: strip print
|
2024-12-30 20:46:06 +01:00 |
|
cpacker
|
6278271bb7
|
fix: patch bug in json generator for composio
|
2024-12-30 20:41:41 +01:00 |
|
Matt Zhou
|
827a31d07d
|
Finish
|
2024-12-29 17:47:46 -08:00 |
|
Caren Thomas
|
6802401d67
|
add project id to create agent request
|
2024-12-28 20:12:28 -08:00 |
|
Caren Thomas
|
41065902c7
|
make docs generation idempotent
|
2024-12-28 14:26:34 -08:00 |
|
Shubham Naik
|
a197a9b919
|
chore: I did not change those
|
2024-12-27 15:46:57 -08:00 |
|
Shubham Naik
|
34ba5326e0
|
chore: init
|
2024-12-27 15:45:06 -08:00 |
|
Shubham Naik
|
ab181c18ba
|
feat: add desktop ui app
|
2024-12-27 13:33:09 -08:00 |
|
Caren Thomas
|
9bcb1f87e7
|
fix response args
|
2024-12-27 09:51:23 -08:00 |
|
Caren Thomas
|
39b5f7dc27
|
rebase, run formatter
|
2024-12-26 20:09:19 -08:00 |
|
Caren Thomas
|
73a5b7c805
|
remove lettaresponse spec hardcode and add references to pydantic
|
2024-12-26 20:02:52 -08:00 |
|
Caren Thomas
|
0b964e400e
|
change delete agent return type to none
|
2024-12-26 20:02:52 -08:00 |
|
Caren Thomas
|
7144fd2867
|
run black, add isort config to pyproject.toml
|
2024-12-26 19:43:11 -08:00 |
|
Caren Thomas
|
905906d416
|
run isort on apps/core
|
2024-12-26 19:27:09 -08:00 |
|
Shubham Naik
|
c5f6a19a4d
|
feat: update nx to latest
|
2024-12-26 15:04:20 -08:00 |
|
Shubham Naik
|
52f55ea86e
|
Merge branch 'main' into matt/let-649-fix-updating-agent-refresh-blocks
|
2024-12-23 15:15:49 -08:00 |
|
Shubham Naik
|
4cf354c033
|
fix: add tests to cypress
|
2024-12-23 14:44:08 -08:00 |
|
Matt Zhou
|
c0fa4a6d31
|
Run lint
|
2024-12-23 14:20:08 -08:00 |
|
Matt Zhou
|
90d24b2535
|
Try force rebuilding system prompt on block update
|
2024-12-23 14:19:30 -08:00 |
|
Matthew Zhou
|
69bace2937
|
feat: Make composio error catching more verbose and granular (#2303)
|
2024-12-22 11:40:16 -08:00 |
|
cthomas
|
0c209ee2f8
|
fix: add underlying error message for Retries Exhausted error (#2308)
|
2024-12-22 11:30:01 -08:00 |
|
Charles Packer
|
42f79cce29
|
fix: hotfix (#2302)
|
2024-12-20 19:36:14 -08:00 |
|
cthomas
|
92829e7daf
|
feat: store handle in configs (#2299)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
|
2024-12-20 17:37:42 -08:00 |
|
Matthew Zhou
|
21aa010319
|
fix: Fix limit for get_messages_by_ids (#2301)
|
2024-12-20 17:33:53 -08:00 |
|
cthomas
|
3da62aa4eb
|
feat: add message type literal to usage stats (#2297)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
|
2024-12-20 17:13:56 -08:00 |
|
cthomas
|
7876c5d5de
|
feat: add back template id field for create agent req (#2300)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2024-12-20 16:58:03 -08:00 |
|
Matthew Zhou
|
9ad5fd64cf
|
chore: Clean up .load_agent usage (#2298)
|
2024-12-20 16:56:53 -08:00 |
|