Commit Graph

62 Commits

Author SHA1 Message Date
Sarah Wooders
091ee663de
fix: write temporary file for REST upload file endpoint + return number added passages/documents (#1169) 2024-03-20 15:39:08 -07:00
Charles Packer
1c25a80cb9
feat: return source metadata with list sources route (#1164) 2024-03-18 17:21:09 -07:00
Sarah Wooders
ebfe9495e6
feat: add remaining Python client support for REST API routes + tests (#1160) 2024-03-17 17:34:37 -07:00
Charles Packer
66923058ee
feat: Allow timestamp in send_message POST (#1161) 2024-03-16 23:12:32 -07:00
Charles Packer
e3fa2f599d
feat: during agent creation - create new presets in the DB if the preset had overrides (#1159) 2024-03-16 22:29:29 -07:00
Charles Packer
6abe5c5d0d
fix: (1) refactor in Agent.step() to fix out-of-order timestamps, (2) bug fixes with usage of preset/human vs filename values (#1145) 2024-03-16 20:11:31 -07:00
Sarah Wooders
03e9f3ebbf
feat: implement remaining Admin routes in client and add tests (#1157) 2024-03-16 20:03:19 -07:00
Robin Goetz
61794a0f76
feat: expose cursor based retrieval of previous messages (#1140) 2024-03-12 09:38:01 -07:00
Charles Packer
efa12cf95b
feat: enable tool selection via agent creation POST (#1137) 2024-03-12 02:36:47 -07:00
Charles Packer
225564dc22
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
163e65a0bf
fix: modify metadata presets functions (#1132) 2024-03-11 16:32:50 -07:00
Charles Packer
138204698e
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
d68f4e1403
feat: add list of sources (in dict format) to response object (#1128) 2024-03-11 13:30:38 -07:00
Charles Packer
8c7ca659d3
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
a547c106f5
feat: add a last_run field to the agent state model (#1124) 2024-03-10 18:06:00 -07:00
Charles Packer
2ca92d6955
feat: pass message UUIDs during message streaming (POST SSE send_message) (#1120) 2024-03-10 15:34:37 -07:00
Sarah Wooders
f193aa58fa
feat: Add data sources to REST API (#1118) 2024-03-10 14:34:35 -07:00
Charles Packer
ff986ad384
feat: add archival memory GET, POST, DEL to REST API (#1119) 2024-03-09 14:23:36 -08:00
Sarah Wooders
928056815d
fix: bug with storing embedding info in metadata store (#1101) 2024-03-05 22:11:12 -08:00
Charles Packer
dcf746cd91
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
Robin Goetz
ccecea3b7a
fix: return uuid stored in config (#1092)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-03-05 14:34:51 -08:00
Sarah Wooders
15dbe34dfe
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
Charles Packer
a2133fd13d
feat: tests and bug fixes AgentState.state (#1058) 2024-02-29 20:51:31 -08:00
Sarah Wooders
ce1ce9d06f
feat: Add data loading and attaching to server (#1051) 2024-02-24 19:34:32 -08:00
Sarah Wooders
9ada3ef529
feat: Create RESTClient and Admin client for interacting with server from python (#1033) 2024-02-22 11:16:01 -08:00
Charles Packer
29801ef29b
fix: removed superfluous create_agent calls (#1000) 2024-02-19 10:13:41 -08:00
Sarah Wooders
38c184caf8
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
c816280d52
feat: Add API keys to memgpt server REST API (#1014) 2024-02-16 13:14:35 -08:00
Sarah Wooders
c7fbc03e68
refactor: store presets in database via metadata store (#1013) 2024-02-15 18:49:16 -08:00
Sarah Wooders
391e01f279
feat: Partial support for OpenAI-compatible assistant API (#838) 2024-02-13 16:09:20 -08:00
tombedor
1dca90588a
fix: set json loads strict to false (#946) 2024-01-31 15:50:08 -08:00
Charles Packer
6f5da1a5c9
fix: resolve fatal attribute errors in pyright (#917) 2024-01-23 20:33:58 -08:00
Charles Packer
3190edec12
fix: out-of-order user message timestamp (#915) 2024-01-23 15:42:53 -08:00
tombedor
3c9c019640
fix: simplify user config (#904) 2024-01-22 19:25:03 -08:00
Charles Packer
c2ffe3c530
feat: add agent rename and agent delete to server + REST (#882) 2024-01-21 13:26:05 -08:00
starsnatched
aff152061b
feat: Benchmark Command: memgpt benchmark (#816)
Co-authored-by: Starlette <starlette@Starlettes-MacBook-Pro.local>
Co-authored-by: cpacker <packercharles@gmail.com>
2024-01-21 00:57:01 -08:00
Charles Packer
e07168663a
fix: various fixes + make sure to save agent on creation to avoid missing agent_state.state entries (#877) 2024-01-20 17:28:39 -08:00
Robin Goetz
8292f4fe5e
feat: Next iteration of ChatUI (#847)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2024-01-20 16:28:31 -08:00
Charles Packer
e4fab1653e
refactor: remove User LLM/embed. defaults, add credentials file, add authentication option for custom LLM backends (#835) 2024-01-18 16:11:35 -08:00
Sarah Wooders
643ae41f4b
feat: Get in-context Message.id values from server (#851) 2024-01-18 12:42:55 -08:00
Charles Packer
d1b1548ba0
refactor: Use Message types inside Agent state (agent.messages), enabling immediate tracking of Message objects (#836)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-01-17 17:02:56 -08:00
Sarah Wooders
369fe0fa84
fix: Remove usage of config.anon_clientid (#837) 2024-01-16 20:37:58 -08:00
Sarah Wooders
9e21e7e5bc
feat: Cursor-based pagination for storage connectors and server (#830) 2024-01-16 14:45:20 -08:00
Sarah Wooders
6376e4fb3b
feat: Add paginated memory queries (#825)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-01-15 21:21:58 -08:00
cpacker
2ecd60787e various patches related to UUID usernames to make chatui work 2024-01-15 18:09:25 -08:00
cpacker
3f079caaf6 fix: fixed the type hints in server to use uuid, patched tests that used strings as dummy users 2024-01-15 14:01:06 -08:00
cpacker
d1899575e9 fix: add type hints, drop stray User() creation 2024-01-15 13:27:47 -08:00
cpacker
63bc506565 fix: fixed bug on agent list with bad type 2024-01-15 13:15:13 -08:00
cpacker
2dd8a4b416 fix: comment out persistencemanager (deprecated as on main), convert str to UUID before querying 2024-01-15 11:40:27 -08:00
cpacker
f0e22174cc add base user (anonclientid) creation to the init of the server, add missing cast of user_id into User object 2024-01-15 11:31:24 -08:00