Commit Graph

1021 Commits

Author SHA1 Message Date
Matthew Zhou
b83f77af22 fix: refactor Google AI Provider / helper functions and add endpoint test (#1850)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-08 16:55:11 -07:00
Matthew Zhou
446b8f2154 feat: Add listing llm models and embedding models for Azure endpoint (#1846)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-08 15:14:55 -07:00
Sarah Wooders
dd51b15154 feat: list available embedding/LLM models for ollama (#1840) 2024-10-08 14:57:11 -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
Sarah Wooders
91287a76c9 feat: list out embedding models for Google AI provider (#1839) 2024-10-08 11:28:24 -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
c76cecb8cb test: Add complex e2e tests for anthropic opus-3 model (#1837)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-07 11:39:54 -07:00
Sarah Wooders
9e4c7ad07f feat: require LLMConfig and EmbeddingConfig to be specified for agent creation + allow multiple simultaneous provider configs for server (#1814)
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-10-04 19:35:00 -07:00
Matt Zhou
b215990b98 Edit workflows 2024-10-04 16:18:42 -07:00
Matthew Zhou
c04e5dbd9a feat: Add Groq as provider option (#1815) 2024-10-04 15:48:57 -07:00
Matt Zhou
70ba1b66af Fix failing tests and add safe json serializer 2024-10-04 15:40:24 -07:00
Charles Packer
b17246a3b0 feat: add back support for using AssistantMessage subtype of LettaMessage (#1812) 2024-10-04 15:36:33 -07:00
Matt Zhou
87e4bc7bc4 Fix failing tests 2024-10-04 15:28:22 -07:00
Matt Zhou
6bcec854d6 Add printed out responses for easier debugging from tests 2024-10-04 15:19:40 -07:00
Matt Zhou
776d7dd6e8 Fix broken openAI tests 2024-10-04 10:45:13 -07:00
Matt Zhou
e212b3ec17 Refactor out the testing functions so we can use this for benchmarking 2024-10-03 18:33:42 -07:00
Matt Zhou
ab5d12f586 Finish testing gpt4 openai 2024-10-03 18:28:58 -07:00
Matt Zhou
cd84d9fbdd wip add errors and refactor out into tools 2024-10-03 14:46:36 -07:00
Matt Zhou
6d5fb1a07a Merge branch 'main' into matt-complex-e2e-providers 2024-10-03 10:53:26 -07:00
Matt Zhou
1293a14c9f wip 2024-10-03 09:43:21 -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
Matt Zhou
d640489b3e Merge branch 'main' into matt-add-grok 2024-10-02 09:29:53 -07:00
Matthew Zhou
01cb79c2d7 feat: Adapt crewAI to also accept parameterized tools and add example (#1817)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-01 18:00:26 -07:00
Matt Zhou
a3b46dc026 Fix typo 2024-10-01 16:42:47 -07:00
Matt Zhou
071642b74f Finish adding groq and test 2024-10-01 16:40:28 -07:00
Matt Zhou
d61b806fd5 wip 2024-10-01 16:22:34 -07:00
Sarah Wooders
e368c1aa10 chore: remove dead function loading code (#1795) 2024-10-01 14:28:39 -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
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
cb87694cdd feat: support detaching sources from agents (#1791) 2024-09-25 15:18:46 -07:00
Sarah Wooders
81737fdeec feat: allow jobs to be filtered by source_id (#1786) 2024-09-25 15:13:14 -07:00
Sarah Wooders
a8a44436ab fix: deprecate local embedding tests (#1789) 2024-09-25 14:08:59 -07:00
Sarah Wooders
424cfd60b3 fix: various fixes for workflow tests (#1788) 2024-09-25 13:58:21 -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
a9d8445e4a feat: add organization endpoints and schemas (#1762) 2024-09-20 11:34:57 -07:00
Sarah Wooders
c8fcbff39e feat: return MemGPTMessage for Python Client (#1738) 2024-09-10 21:28:26 -07:00
Charles Packer
a3112662e2 feat: move from server.py to app.py (#1740) 2024-09-10 13:31:03 -07:00
Shubham Naik
60d5899a8c chore: normalize operation ids (#1739)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-09-10 10:42:43 -07:00
Charles Packer
635fb1cc66 feat: add V1 route refactor from integration branch into separate PR (#1734) 2024-09-09 20:49:59 -07:00
Charles Packer
ff40f2447e feat: allow updating Messages via the server, remap CLI commands that update messages to use server.py (#1715)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-09-08 15:24:41 -07:00
Charles Packer
36f105c1c7 feat: add support for returning type MemGPTMessage from cursor GET (#1723) 2024-09-07 20:03:16 -07:00
Sarah Wooders
1c4405087e feat: add Python autodocs (#1703) 2024-09-05 11:55:37 -07:00
Charles Packer
35ebaef721 feat: add streaming support (both steps and tokens) to the Python REST client + pytest (#1701) 2024-09-03 16:57:57 -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
07d74937cb feat: add jobs routes to REST API (#1699) 2024-08-30 17:07:30 -07:00
Sarah Wooders
8f34f3e5f1 fix: various fixes to patch anthropic integration (#1698) 2024-08-30 15:15:56 -07:00
Charles Packer
3566878962 fix: hotfix for PR #1693 (#1697) 2024-08-29 16:14:02 -07:00
Charles Packer
df7316cef1 fix: patch core memory edit bug/regression (#1695)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-08-29 13:12:24 -07:00
Sarah Wooders
9c39e3ac7b feat: add endpoint to list agent's attached sources (#1688) 2024-08-27 13:42:41 -07:00
Sarah Wooders
7f16fd9a3e feat: add endpoint to list agent attached sources 2024-08-27 13:32:21 -07:00