Commit Graph

993 Commits

Author SHA1 Message Date
Robin Goetz
021e02b65e fix: correct dummy tools api call response (#1142) 2024-03-12 10:27:31 -07:00
Robin Goetz
c9bffc1de5 fix: fix key typo when getting archival memory response (#1141) 2024-03-12 09:43:00 -07:00
Robin Goetz
08124bdfa3 feat: expose cursor based retrieval of previous messages (#1140) 2024-03-12 09:38:01 -07:00
Charles Packer
3f998148ce feat: add (dummy) create tool route (#1139) 2024-03-12 02:56:50 -07:00
Charles Packer
c32439af63 feat: enable tool selection via agent creation POST (#1137) 2024-03-12 02:36:47 -07:00
Sarah Wooders
59bf3d913a docs: update connector documentation (#1136) 2024-03-11 23:36:28 -07:00
Charles Packer
aceec389c2 feat: add in-context message field ('in_context') to message dicts returned by GET /api/agents/{a_id}/messages (#1135) 2024-03-11 23:02:00 -07:00
Sarah Wooders
4e20b78b67 feat: add example for google search custom function (#1133) 2024-03-11 22:24:41 -07:00
Charles Packer
71cd84e31f chore: bump version to 0.3.6 (#1114) 2024-03-11 16:33:38 -07:00
Charles Packer
1f192be107 feat: added persona/human_name fields to Preset (#1134) 2024-03-11 16:33:05 -07:00
Sarah Wooders
c508acb9dc fix: modify metadata presets functions (#1132) 2024-03-11 16:32:50 -07:00
Sarah Wooders
d17719f19b feat: enable adding presets via the CLI (#1131) 2024-03-11 15:01:56 -07:00
Robin Goetz
0675fff14f fix: use bookworm version of python image to resolve sqllite/chroma i… (#1130) 2024-03-11 14:31:51 -07:00
Charles Packer
6dc041711c fix: patch messages route + unify all the api/agents API routes to use {agent_id} via path parameter (#1129)
Co-authored-by: Robin Goetz <35136007+goetzrobin@users.noreply.github.com>
2024-03-11 14:30:58 -07:00
Charles Packer
e478c09ad3 feat: add list of sources (in dict format) to response object (#1128) 2024-03-11 13:30:38 -07:00
Charles Packer
c5c45b6145 feat: add memory data and tool data to list_agents function / GET /api/agents response (#1125) 2024-03-11 12:16:55 -07:00
Charles Packer
c619b2c048 fix: patch bug where the contents of the persona/human files were not gett… (#1126) 2024-03-10 18:43:58 -07:00
Charles Packer
d1a22d0b69 feat: add a last_run field to the agent state model (#1124) 2024-03-10 18:06:00 -07:00
Sarah Wooders
47a14b5917 fix: fix bugs for retrieving archival memory via REST API + tests (#1122) 2024-03-10 16:40:54 -07:00
Charles Packer
fe4a3f75b8 fix: small typing fixes (#1123) 2024-03-10 15:40:45 -07:00
Charles Packer
d984daa3c4 feat: pass message UUIDs during message streaming (POST SSE send_message) (#1120) 2024-03-10 15:34:37 -07:00
Sarah Wooders
dc958bcd9e feat: Add data sources to REST API (#1118) 2024-03-10 14:34:35 -07:00
Charles Packer
e93d41b57a feat: add archival memory GET, POST, DEL to REST API (#1119) 2024-03-09 14:23:36 -08:00
Charles Packer
deb9b292cb feat: add metadata to GET tools route (#1117) 2024-03-08 14:13:08 -08:00
Charles Packer
691c3c1658 fix: silence pydantic warning about protected namespace (#1116) 2024-03-08 14:03:28 -08:00
Charles Packer
65456cfa10 fix: patch API key GET error + allow empty body on create user POST (#1113) 2024-03-07 13:26:22 -08:00
Charles Packer
bee8d1b72b feat: add GET REST API route for listing tools (#1100) 2024-03-05 22:11:24 -08:00
Sarah Wooders
7b8fcd3a42 fix: bug with storing embedding info in metadata store (#1101) 2024-03-05 22:11:12 -08:00
Charles Packer
b796c01edf chore: bump version to 0.3.5 (#1091) 2024-03-05 21:28:02 -08:00
Sarah Wooders
fd199f11af chore: only install llama-index-embeddings-huggingface for extras local (#1099) 2024-03-05 17:20:20 -08:00
Sarah Wooders
5e754df9d7 fix: move to TokenTextSplitter for more reliable chunking (#1098) 2024-03-05 17:00:28 -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
tombedor
b665e67b01 feat: isolate test config from main config (#1063)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2024-03-05 16:21:37 -08:00
Robin Goetz
83eb401be8 feat: create humans personas (#1093)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-03-05 14:36:34 -08:00
Robin Goetz
3f5baeb402 fix: return uuid stored in config (#1092)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-03-05 14:34:51 -08:00
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
Charles Packer
10d277e987 ci: skip autogen test if no oai secret (#1095) 2024-03-05 13:10:47 -08:00
Sarah Wooders
220f16432f feat: Add more tests to test_metadata.py (#1082) 2024-03-04 17:29:26 -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
Charles Packer
1865e91e91 docs: Update server process / API documentation landing page (#1067) 2024-02-28 22:17:25 -08:00