Commit Graph

93 Commits

Author SHA1 Message Date
Sarah Wooders
ece8dab05d feat: various fixes (#2320)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Caren Thomas <caren@letta.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2024-12-31 10:53:33 +04:00
Matthew Zhou
077f7b965f chore: bump composio packages (#2278) 2024-12-18 11:10:23 -08:00
mlong93
2307739ff3 chore: removed agent_store, storage connectors (#2229)
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-11 15:14:26 -08:00
Sarah Wooders
36b97d00b2 feat: add print for sqlite error (#2221) 2024-12-10 19:23:48 -08:00
Sarah Wooders
35cafa08fa feat: support python 3.13 (#2176) 2024-12-10 19:02:27 -08:00
Sarah Wooders
0dad16fbbb fix: cleanup dependencies (#2224) 2024-12-10 18:29:25 -08:00
Sarah Wooders
ca737ce49c chore: bump version 0.6.2 + and make postgres dependencies optional (#2183) 2024-12-09 15:18:31 -08:00
Matthew Zhou
3fd61ea7f0 chore: Bump composio-core requirements to latest (#2197) 2024-12-07 21:37:06 -08:00
Shubham Naik
8c0aa76c4f feat: add sentry logging (optional) (#2172)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-12-05 16:07:34 -08:00
Sarah Wooders
359c3160a4 chore: update poetry.lock to fix docker build issue (#2163) 2024-12-04 16:48:18 -08:00
Sarah Wooders
2faff57069 chore: update lock (#2158) 2024-12-03 21:32:00 -08:00
Matthew Zhou
1e5d74b4a7 feat: Add endpoints to list Composio apps and actions (#2140) 2024-12-02 15:36:10 -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
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
Sarah Wooders
f9a07f4ded fix: fix poetry.lock to pin pydantic version (#2076) 2024-11-20 18:02:17 -08:00
Matthew Zhou
85d558367f fix: Fix security vuln with file upload (#2067) 2024-11-19 17:07:04 -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
Shubham Naik
564f0ace0f chore: Migrate database (#1974)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2024-11-03 11:17:49 -08:00
Sarah Wooders
701cd794ef fix: fix core memory heartbeat issue (#1929) 2024-10-23 12:22:37 -07:00
Matthew Zhou
1be576a28e feat: Add ORM for organization model (#1914) 2024-10-22 14:47:09 -07:00
Matthew Zhou
11bb2f1437 chore: bump composio version for stability (#1908) 2024-10-18 15:39:46 -07:00
Matthew Zhou
c9701f490c feat: Add default external tools (#1899)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-17 10:26:37 -07:00
Shubham Naik
4fbc8c9fbb chore: support alembic (#1867)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-10-11 15:51:14 -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
58aa7e09df feat: Add integration with Composio tools (#1820)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-10-02 20:58:03 -07:00
Matthew Zhou
ed7e3d1482 docs: Finish writing example for LangChain tooling (#1810)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-01 13:46:49 -07:00
Matthew Zhou
2164aedb46 fix: Enable importing LangChain tools with arguments (#1807)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-09-30 18:47:48 -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
Sarah Wooders
b292c0662a feat: add locust for testing user/connection scaling (#1742) 2024-09-12 15:37:32 -07:00
Sarah Wooders
c8fcbff39e feat: return MemGPTMessage for Python Client (#1738) 2024-09-10 21:28:26 -07:00
Charles Packer
282e7b5289 refactor: use jinja2 templates for Memory.compile instead of writing Python code (#1687) 2024-09-03 15:44:52 -07:00
Sarah Wooders
7f589eaf63 refactor: move API to standardized pydantic schemas across CLI, Python client, REST server (#1579)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: matthew zhou <matthewzhou@matthews-MacBook-Pro.local>
Co-authored-by: Zack Field <field.zackery@gmail.com>
2024-08-16 19:53:21 -07:00
Charles Packer
e8813e5937 revert: #1659 (#1660) 2024-08-16 19:52:47 -07:00
Sarah Wooders
9601b53010 refactor: move API to standardized pydantic schemas across CLI, Python client, REST server (cleaned up git history) (#1659)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: matthew zhou <matthewzhou@matthews-MacBook-Pro.local>
Co-authored-by: Zack Field <field.zackery@gmail.com>
Co-authored-by: robingotz <tug29225@temple.edu>
Co-authored-by: Vandracon <vandracon@yahoo.com>
Co-authored-by: Maximilian-Winter <maximilian.winter.91@gmail.com>
Co-authored-by: Scott <scott@vysona.com>
Co-authored-by: Jonathan Ward <jonathan.ward7892@gmail.com>
Co-authored-by: madgrizzle <john@thehogans.name>
Co-authored-by: Carlo <284474102@qq.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Robin Goetz <35136007+goetzrobin@users.noreply.github.com>
2024-08-16 19:33:47 -07:00
Charles Packer
fbcc9efd0b fix: patch unbound variable on streaming tokens (#1630) 2024-08-10 18:06:16 -07:00
Vinayak Sharma
f14c1b7e5e fix: Fixed issue #1523 (#1526) 2024-07-09 14:10:15 -07:00
Sarah Wooders
51e23d5f83 feat: add tools from the Python client (#1463) 2024-06-21 20:58:12 -07:00
Anush
ab0e6e5805 feat: Qdrant storage connector (#1023) 2024-06-04 23:24:25 -07:00
Sarah Wooders
97ef8ba022 feat: Ollama embeddings api + Ollama tests (#1433)
Co-authored-by: Krishna Mandal <krishna@mandal.us>
2024-06-04 20:49:20 -07:00
Sarah Wooders
595f00831a feat: Milvus storage connector (#1198) (#1400)
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Co-authored-by: ChengZi <chen.zhang@zilliz.com>
2024-05-25 21:36:46 -07:00
Charles Packer
c59af308fe ci: update workflows (add autoflake and isort) (#1300) 2024-04-27 11:54:34 -07:00
Sarah Wooders
416ed3fad9 feat: add workflow to build + test docker container (#1278) 2024-04-21 17:58:09 -07:00
Sarah Wooders
922fd5b513 feat: use background tasks for processing uploaded files to REST API (#1263) 2024-04-19 18:15:30 -07:00
Sarah Wooders
f3b5f5e7db fix: Clean up and simplify docker entrypoint (#1235) (#1259)
Co-authored-by: Ethan Knox <norton120@gmail.com>
2024-04-18 22:39:11 -07:00
Charles Packer
d7d1bd1516 feat: add streaming support for OpenAI-compatible endpoints (#1262) 2024-04-17 23:40:52 -07:00
Sarah Wooders
ff9b8e93dc chore: upgrade dependencies and make package compatible with Python 3.12 (#1228) 2024-04-06 13:46:23 -07:00
Sarah Wooders
cda66338a9 fix: upgrade llama-index-embeddings-huggingface package and fix bug with local embeddings (#1222) 2024-04-05 22:43:27 -07:00
Sarah Wooders
dc958bcd9e feat: Add data sources to REST API (#1118) 2024-03-10 14:34:35 -07:00
Sarah Wooders
fd199f11af chore: only install llama-index-embeddings-huggingface for extras local (#1099) 2024-03-05 17:20:20 -08:00
Charles Packer
637cb9c2b4 feat: one time pass of autoflake + add autoflake to dev extras (#1097)
Co-authored-by: tombedor <tombedor@gmail.com>
2024-03-05 16:35:12 -08:00