Sarah Wooders
|
416ed3fad9
|
feat: add workflow to build + test docker container (#1278)
|
2024-04-21 17:58:09 -07:00 |
|
Sarah Wooders
|
132c789ec5
|
feat: disallow creation of tools with the same name (#1285)
|
2024-04-21 17:57:58 -07:00 |
|
Charles Packer
|
b35de11d96
|
chore: run autoflake + isort (#1279)
|
2024-04-20 11:40:22 -07:00 |
|
Charles Packer
|
aec971c1b2
|
feat: misc server updates (#1275)
|
2024-04-19 17:39:36 -07:00 |
|
Sarah Wooders
|
d8ffd6c4d6
|
fix: add DB prefill for default user, preset, humans, and persona for server (#1273)
|
2024-04-19 10:30:28 -07:00 |
|
Sarah Wooders
|
806a982b39
|
feat: REST API support for tool creation (#1219)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-04-08 22:11:18 -07:00 |
|
Sarah Wooders
|
beb5813003
|
fix: delete mapping between sources and agents if agent is deleted (#1229)
|
2024-04-06 17:32:30 -07:00 |
|
Sarah Wooders
|
ef913a743b
|
feat: move quickstart to use inference.memgpt.ai (#1190)
|
2024-03-27 17:09:11 -07:00 |
|
Charles Packer
|
4b5666ac64
|
fix: patch out-of-sync / missing tzinfo timestamps coming back from API server (#1182)
|
2024-03-26 20:37:44 -07:00 |
|
Sarah Wooders
|
12d075d9b9
|
feat: return num_passages in Source.metadata_ from REST list sources endpoint (#1178)
|
2024-03-21 15:41:31 -07:00 |
|
Charles Packer
|
140cc733de
|
feat: return information on attached agents when getting list of sources from API (#1172)
|
2024-03-20 22:00:37 -07:00 |
|
Charles Packer
|
6ee95c31e8
|
feat: move source_id to path variable (#1171)
|
2024-03-20 21:37:52 -07:00 |
|
Charles Packer
|
d0dfa7c34e
|
feat: add Preset routes to API + patch for tool_call_id max length OpenAI error (#1165)
|
2024-03-20 17:05:06 -07:00 |
|
Sarah Wooders
|
094b2177de
|
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
|
b467008bc4
|
feat: return source metadata with list sources route (#1164)
|
2024-03-18 17:21:09 -07:00 |
|
Sarah Wooders
|
e58ca5baed
|
feat: add remaining Python client support for REST API routes + tests (#1160)
|
2024-03-17 17:34:37 -07:00 |
|
Charles Packer
|
b6864e0e2b
|
feat: Allow timestamp in send_message POST (#1161)
|
2024-03-16 23:12:32 -07:00 |
|
Charles Packer
|
76a2137d0d
|
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
|
16a9bddb22
|
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
|
70a9e9b81c
|
feat: implement remaining Admin routes in client and add tests (#1157)
|
2024-03-16 20:03:19 -07:00 |
|
Robin Goetz
|
08124bdfa3
|
feat: expose cursor based retrieval of previous messages (#1140)
|
2024-03-12 09:38:01 -07:00 |
|
Charles Packer
|
c32439af63
|
feat: enable tool selection via agent creation POST (#1137)
|
2024-03-12 02:36:47 -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
|
c508acb9dc
|
fix: modify metadata presets functions (#1132)
|
2024-03-11 16:32:50 -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
|
d1a22d0b69
|
feat: add a last_run field to the agent state model (#1124)
|
2024-03-10 18:06:00 -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 |
|
Sarah Wooders
|
7b8fcd3a42
|
fix: bug with storing embedding info in metadata store (#1101)
|
2024-03-05 22:11:12 -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 |
|
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 |
|
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 |
|
Charles Packer
|
894cfcb0c5
|
feat: tests and bug fixes AgentState.state (#1058)
|
2024-02-29 20:51:31 -08:00 |
|
Sarah Wooders
|
12a55831ca
|
feat: Add data loading and attaching to server (#1051)
|
2024-02-24 19:34:32 -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
|
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
|
dd209a3132
|
feat: Add API keys to memgpt server REST API (#1014)
|
2024-02-16 13:14:35 -08:00 |
|
Sarah Wooders
|
10aa6097ad
|
refactor: store presets in database via metadata store (#1013)
|
2024-02-15 18:49:16 -08:00 |
|
Sarah Wooders
|
bf252b90f0
|
feat: Partial support for OpenAI-compatible assistant API (#838)
|
2024-02-13 16:09:20 -08:00 |
|
tombedor
|
c8e8557c27
|
fix: set json loads strict to false (#946)
|
2024-01-31 15:50:08 -08:00 |
|
Charles Packer
|
82f339718c
|
fix: resolve fatal attribute errors in pyright (#917)
|
2024-01-23 20:33:58 -08:00 |
|
Charles Packer
|
b425ec2c80
|
fix: out-of-order user message timestamp (#915)
|
2024-01-23 15:42:53 -08:00 |
|
tombedor
|
570dc2a893
|
fix: simplify user config (#904)
|
2024-01-22 19:25:03 -08:00 |
|
Charles Packer
|
ceb0bfe414
|
feat: add agent rename and agent delete to server + REST (#882)
|
2024-01-21 13:26:05 -08:00 |
|
starsnatched
|
4c95b7bde3
|
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
|
6094726dfe
|
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 |
|