Commit Graph

591 Commits

Author SHA1 Message Date
Robin Goetz
16fa71b88e feat: move agent_id from query param to path variable and remove unus… (#1094)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-03-05 14:28:03 -08:00
Charles Packer
1ada95ce5d ci: patch embedding issue in tests (#1096) 2024-03-05 13:52:54 -08:00
thefux
f6de3bd7ff fix: huggingface embeddings dependency (#1087)
Co-authored-by: Abderrahmen Rakez <a.rakez@envisia.de>
Co-authored-by: sarahwooders <sarahwooders@gmail.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2024-03-04 17:21:07 -08:00
Charles Packer
e7f42d1420 fix: patch AutoGen integration for 0.3.5 + add AutoGen integration tests (#1081) 2024-03-02 13:45:12 -08:00
Sarah Wooders
bfea6ed7f4 feat: return server.server_llm_config information for REST endpoint (#1083) 2024-03-02 13:42:37 -08:00
Sarah Wooders
40b23987ed feat: Update REST API routes GET information for agents/humans/personas and store humans/personas in DB (#1074) 2024-03-02 13:07:24 -08:00
Sarah Wooders
cb7b4caeac fix: Pass empty list for functions==None (#983)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2024-03-01 23:23:26 -08:00
Charles Packer
6778cf89c5 chore: bump version to 0.3.4 (#1075) 2024-02-29 20:52:08 -08:00
Charles Packer
894cfcb0c5 feat: tests and bug fixes AgentState.state (#1058) 2024-02-29 20:51:31 -08:00
Sarah Wooders
0712141af6 fix: bug with loading directories (#1073) 2024-02-29 15:27:27 -08:00
tombedor
1097eee7ab fix: configure black (#1072) 2024-02-29 15:19:08 -08:00
tombedor
8cbd1c849c fix: set default, all 0 anon UUID (#1071) 2024-02-29 14:55:01 -08:00
Robin Goetz
a9146fb902 feat: add auth to chatui (#1065) 2024-02-28 14:33:11 -08:00
Charles Packer
15b0aebf52 feat: add basic https support to memgpt server for development where https is needed (#1052) 2024-02-25 14:34:14 -08:00
Robin Goetz
e0e031795a feat: allow admin to access all API routes & add back auth (#1047) 2024-02-25 07:16:45 -08:00
Charles Packer
cb476c14c1 fix: Patch typo in base.py (#1050) 2024-02-24 20:05:45 -08:00
Sarah Wooders
12a55831ca feat: Add data loading and attaching to server (#1051) 2024-02-24 19:34:32 -08:00
Sarah Wooders
dcf4667c56 fix: Fix memgpt benchmark command (#1041) 2024-02-22 12:11:33 -08:00
Sarah Wooders
3b99151711 feat: Create RESTClient and Admin client for interacting with server from python (#1033) 2024-02-22 11:16:01 -08:00
Charles Packer
fb85273a73 fix: patch /rewrite (#1034) 2024-02-21 23:52:53 -08:00
Jonathan Rich
c9349acecf fix: Corrected response_model usage (#1036) 2024-02-21 13:38:07 -08:00
Charles Packer
d64178655d fix: removed superfluous create_agent calls (#1000) 2024-02-19 10:13:41 -08:00
Sarah Wooders
4cdd9ee01f feat: refactor loading and attaching data sources, and upgrade to llama-index==0.10.6 (#1016) 2024-02-18 16:57:01 -08:00
Charles Packer
63dfd5c545 docs: cleanup API page (#1026) 2024-02-18 14:58:07 -08:00
Charles Packer
5a739ade88 feat: add password protection to /admin routes on server (#1025) 2024-02-18 14:02:54 -08:00
Sarah Wooders
46a90d6364 chore: bump version 0.3.3 (#1015) 2024-02-18 13:22:27 -08:00
Charles Packer
dd209a3132 feat: Add API keys to memgpt server REST API (#1014) 2024-02-16 13:14:35 -08:00
tombedor
e6554b149c fix: decrease number of saves to MemGPTConfig (#943) 2024-02-15 19:08:52 -08:00
Sarah Wooders
10aa6097ad refactor: store presets in database via metadata store (#1013) 2024-02-15 18:49:16 -08:00
Sarah Wooders
60cd5ec56b docs: Update OpenAI assistants example to use memgpt server (#1012) 2024-02-15 11:44:36 -08:00
Sarah Wooders
6ea67d4cd7 refactor: Add OpenAI assistants API endpoints to memgpt server (#1006) 2024-02-14 15:51:56 -08:00
Sarah Wooders
bc8cf24fd1 fix: de-duplicate IDs before inserting into ChromaDB (#1001) 2024-02-13 20:54:13 -08:00
Sarah Wooders
bf252b90f0 feat: Partial support for OpenAI-compatible assistant API (#838) 2024-02-13 16:09:20 -08:00
Sarah Wooders
75fd604d7a fix: Modify chroma to use collection.upsert instead of collection.add for inserts (#996) 2024-02-12 17:17:02 -08:00
Sarah Wooders
442fa6854b chore: bump to version 0.3.2 (#995) 2024-02-12 17:00:46 -08:00
Sarah Wooders
a0139b5fdc fix: Chunk inserts into DB on CLI load (#994) 2024-02-12 14:37:44 -08:00
Charles Packer
6c660bea9d fix: patch bug in airo wrapper (#993) 2024-02-11 19:34:01 -08:00
Charles Packer
decea1e18f fix: allow multiple tools to be called by LLM and rewrite request (#992) 2024-02-11 18:47:55 -08:00
Charles Packer
50bd52a303 fix: only attempt to mount static files dir (for chatUI) if already generated (#991) 2024-02-11 18:47:34 -08:00
Charles Packer
0727c802f0 fix: patch bug in verify first message + add ChatCompletionRequest models to the models dir (#985) 2024-02-09 17:00:33 -08:00
Charles Packer
2aa2e12502 fix: various patches for Azure support + strip Box (#982) 2024-02-09 15:01:57 -08:00
Sarah Wooders
1d065d3849 fix: Automatically create User from MemGPTConfig.anon_clientid from client if does not exist (#981) 2024-02-09 14:54:52 -08:00
Sarah Wooders
a114003292 chore: bump version to 0.3.1 (#979) 2024-02-08 20:48:44 -08:00
Sarah Wooders
da7ecbf103 fix: Remove document truncation and replace DB inserts with upserts (#973) 2024-02-08 20:46:21 -08:00
Charles Packer
1d58e68ca4 fix: patch mem lim exceeded (#977) 2024-02-08 20:02:05 -08:00
Sarah Wooders
e246ea6aae fix: Require tool_calls or content to be set for assistant role (#976) 2024-02-08 20:00:40 -08:00
Sarah Wooders
d099c8c1f1 fix: Remove document truncation for memgpt load (#978) 2024-02-08 17:19:32 -08:00
Sarah Wooders
3c0dec5c4b fix: Allow content to be None for role==tool (#971) 2024-02-08 12:44:48 -08:00
黄绵秋
5b25d9e1f2 fix: Fix Misplaced Else Statement and Correct If Condition Handling in set_config_with_dict() (#965)
Co-authored-by: luther <272786742@qq.com>
2024-02-08 12:43:32 -08:00
tombedor
c8e8557c27 fix: set json loads strict to false (#946) 2024-01-31 15:50:08 -08:00