Commit Graph

1114 Commits

Author SHA1 Message Date
David
6450b91f17 docs: Update python_client.md (#1413) 2024-05-25 15:18:22 -07:00
Charles Packer
99758dc319 fix: patch #1401 (#1406) 2024-05-22 20:27:19 -07:00
lenaxia
f370670db1 feat(JSON Response): Enable JSON Response format for all Openai Calls… (#1401)
Signed-off-by: Lenaxia <github@47north.lat>
Co-authored-by: Lenaxia <github@47north.lat>
2024-05-22 19:05:34 -07:00
Alex
fc6c8423cd docs: Update README.md (#1403) 2024-05-22 18:00:13 -07:00
Ville H
021cfcd8be fix: creation of invalid tool in tool builder (#1402) 2024-05-21 16:25:49 -07:00
Shixian Sheng
9de42c3ee9 docs: Update README.md (#1396) 2024-05-19 19:04:11 -07:00
Charles Packer
7b0d99091e chore: bump version (#1390) 2024-05-16 15:55:05 -07:00
madgrizzle
d9df7dfbbc docs: Update storage.md (#1359) 2024-05-16 14:36:31 -07:00
Kirill Gadjello
becb5ac9fc feat: Llama3 (#1316)
Co-authored-by: SaneGaming <sanegaming@users.noreply.github.com>
Co-authored-by: cpacker <packercharles@gmail.com>
2024-05-16 14:35:25 -07:00
Wendi
7d5acb28e2 docs: update README: Twitter Button, Consolidate call-to-action, Reorganize Content (#1387) 2024-05-15 21:13:07 -07:00
Charles Packer
6889f63e2c fix: make auth endpoint work with user API keys (#1385) 2024-05-14 23:10:26 -07:00
Charles Packer
bd81bd3ed7 feat: update portal (#1376)
Co-authored-by: goetzrobin <robin.goetz@temple.edu>
2024-05-13 12:40:54 -07:00
Sarah Wooders
5d7fb14530 feat: add more tool functionality for python client (#1361)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-05-13 12:05:32 -07:00
Charles Packer
c5ac6850c7 fix: patch #1355 (#1373) 2024-05-12 20:28:02 -07:00
madgrizzle
e9c9513f84 fix: various breaking bugs with local LLM implementation and postgres docker. (#1355) 2024-05-12 11:53:46 -07:00
Ankur Paul
9c457bdc77 docs: Update README.md (#1367) 2024-05-11 22:29:20 -07:00
Hamza Kyamanywa
5d1b071c3a docs: Update git clone link in README.md (#1368) 2024-05-11 22:28:28 -07:00
Charles Packer
ff26037441 fix: update docker test (#1354) 2024-05-07 10:09:42 -07:00
D-Octopus
5478f6a900 fix: patch typos in system prompt (#1348)
Co-authored-by: zhangyu04 <zhangyu04@lizhi.fm>
2024-05-07 09:51:45 -07:00
Sarah Wooders
486d1c55c0 fix: fix summarizer for tool_calls (#1350) 2024-05-06 22:18:12 -07:00
madgrizzle
699b1db400 fix: Update static_files.py (#1340)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-05-05 22:40:26 -07:00
Charles Packer
8ebed364a1 docs: Update README.md (#1338) 2024-05-03 15:39:06 -07:00
Charles Packer
789e9a9281 chore: bump version to 0.3.14 + strip version from server yaml (#1334) 2024-05-03 15:38:53 -07:00
Sarah Wooders
b2e42a4a5f fix: remove requirement to specify version in ~/.memgpt/config (#1337)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-05-03 15:31:13 -07:00
Charles Packer
3de7ba1274 fix: cleanup stray prints (#1335) 2024-05-03 15:10:14 -07:00
Sarah Wooders
c43dec0c48 fix: remove unnecessary openai print (#1333)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-05-03 14:59:21 -07:00
Charles Packer
06a12dd493 docs: update readme with service diagram + dev portal teaser (#1332)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-05-03 14:16:06 -07:00
Sarah Wooders
e6a7c71dfc fix: modify quickstart config paths (#1329) 2024-05-03 10:58:45 -07:00
Sarah Wooders
943f59a331 fix: allow passing full postgres URI and only override config URI is env variables provided (#1327)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-05-03 10:39:33 -07:00
Ikko Eltociear Ashimine
7b38128d38 docs: update README.md (#1328) 2024-05-03 09:59:16 -07:00
Charles Packer
6ea161cf91 fix: hardcoded version in server_config.yaml (#1323) 2024-05-02 15:59:50 -07:00
Sarah Wooders
b1cf8ba6ec chore: update pypi description (#1321)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-05-02 15:44:31 -07:00
Charles Packer
65cb39d473 chore: bump version (#1318) 2024-05-01 13:51:42 -07:00
Charles Packer
45d921fc84 docs: add install instructions for docker (#1317) 2024-05-01 13:47:37 -07:00
Sarah Wooders
2de0cf669a chore: fix README to reflect current project status (#1313)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-04-30 19:52:57 -07:00
Sarah Wooders
4711309ced feat: code cleanup + make server password print green (#1312)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-04-30 17:04:29 -07:00
SaneGaming
f82fd88a91 docs: Documentation Typo in Storage URL (#1298) 2024-04-30 15:50:19 -07:00
Sarah Wooders
e27a5eccdc feat: add testing for LLM + embedding endpoints (#1308)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-04-29 22:23:42 -07:00
Sarah Wooders
877dd89f3c fix: refactor create(..) call to LLMs to not require AgentState (#1307)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-04-28 15:21:20 -07:00
Charles Packer
ac06ef9e22 feat: update portal (#1306) 2024-04-27 22:28:08 -07:00
Charles Packer
17eb4d9279 fix: patch embedding_model null issue in tests (#1305)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-04-27 21:33:00 -07:00
Charles Packer
367e4bebb1 fix: patch tests (#1304) 2024-04-27 16:26:39 -07:00
Charles Packer
c59af308fe ci: update workflows (add autoflake and isort) (#1300) 2024-04-27 11:54:34 -07:00
Charles Packer
a61a67bc47 chore: better database errors (#1299) 2024-04-26 16:00:36 -07:00
Charles Packer
a80b7e8fec feat: Add personal assistant demo code from meetup (#1294) 2024-04-24 16:58:15 -07:00
Sarah Wooders
de57f97ebc fix: hardcode MemGPT version in config/server_config.yaml (#1292) 2024-04-23 18:43:19 -07:00
Sarah Wooders
06fd6005ce chore: bump version to 0.3.12 (#1291) 2024-04-22 21:34:38 -07:00
Charles Packer
6c7d7cd136 fix: Update rdme-openapi.yml (#1290) 2024-04-22 21:34:25 -07:00
Charles Packer
bdd3aa4457 fix: hardcoded stop tokens to patch Groq API's new 4 stop token limit for /completions (#1288) 2024-04-22 20:20:17 -07:00
Sarah Wooders
416ed3fad9 feat: add workflow to build + test docker container (#1278) 2024-04-21 17:58:09 -07:00