Sarah Wooders
|
c0bd66c957
|
feat: client tests for docker compose server (#1189)
|
2024-03-26 18:58:00 -07:00 |
|
Sarah Wooders
|
c8297f53e4
|
feat: create memgpt server with postgres DB with docker compose up (#1183)
|
2024-03-25 22:32:26 -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
|
542d78c102
|
fix: additions to utc patch (#1176) (#1177)
|
2024-03-21 13:02:19 -07:00 |
|
Charles Packer
|
6d62141384
|
feat: migrate all calls to datetime.now() to datetime.now(UTC) (#1176)
|
2024-03-21 12:36:56 -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
|
e58ca5baed
|
feat: add remaining Python client support for REST API routes + tests (#1160)
|
2024-03-17 17:34:37 -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 |
|
Sarah Wooders
|
47a14b5917
|
fix: fix bugs for retrieving archival memory via REST API + tests (#1122)
|
2024-03-10 16:40:54 -07:00 |
|
Sarah Wooders
|
dc958bcd9e
|
feat: Add data sources to REST API (#1118)
|
2024-03-10 14:34:35 -07: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
|
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 |
|
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
|
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 |
|
tombedor
|
1097eee7ab
|
fix: configure black (#1072)
|
2024-02-29 15:19:08 -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
|
fb85273a73
|
fix: patch /rewrite (#1034)
|
2024-02-21 23:52:53 -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
|
6ea67d4cd7
|
refactor: Add OpenAI assistants API endpoints to memgpt server (#1006)
|
2024-02-14 15:51:56 -08:00 |
|
Sarah Wooders
|
bf252b90f0
|
feat: Partial support for OpenAI-compatible assistant API (#838)
|
2024-02-13 16:09:20 -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 |
|
Charles Packer
|
1d58e68ca4
|
fix: patch mem lim exceeded (#977)
|
2024-02-08 20:02:05 -08:00 |
|
tombedor
|
c8e8557c27
|
fix: set json loads strict to false (#946)
|
2024-01-31 15:50:08 -08:00 |
|
Charles Packer
|
5112f5e161
|
fix: use utf-8 encodings for all text files (#918)
|
2024-01-30 11:59:58 -08:00 |
|
Adam
|
405b3429a0
|
fix: Enhancements in CommonVector and test_server for Handling Data (#933)
|
2024-01-27 16:46:23 -08:00 |
|
Sarah Wooders
|
2a0bd9e1f3
|
fix: Check existing of migrated agents and sources in tests + fix migrated agent saving bug (#911)
|
2024-01-23 11:55:42 -08:00 |
|
Sarah Wooders
|
35b48c5fc0
|
fix: add Annotated to CLI options (#906)
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2024-01-23 11:27:24 -08:00 |
|
tombedor
|
570dc2a893
|
fix: simplify user config (#904)
|
2024-01-22 19:25:03 -08:00 |
|
Charles Packer
|
08d5fe8edd
|
refactor: refactor MemGPT + AutoGen integration to work with MemGPT 0.2.12+ (DB release) (#905)
|
2024-01-22 17:49:48 -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 |
|
RT
|
1f7f5384fb
|
fix: Remove the hard-coded database URI in the test helper to use an env var (#865)
|
2024-01-20 22:56:46 -08:00 |
|
Sarah Wooders
|
45edc624d8
|
fix: Add tests for migration code and bugfix for pulling LLM/embedding configs from user instead of config (#878)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-01-20 22:30:08 -08:00 |
|
Sarah Wooders
|
73c9f8547f
|
fix: minor fixes to allow tests to pass without OPENAI_API_KEY set (#871)
|
2024-01-20 15:07:16 -08:00 |
|
Sarah Wooders
|
4039763de5
|
feat: Store embeddings padded to size 4096 to allow DB storage of varying size embeddings (#852)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-01-19 16:03:13 -08:00 |
|
Sarah Wooders
|
1c93697ed2
|
feat: Helper script for clearing out test database for postgres (#863)
|
2024-01-19 15:31:40 -08:00 |
|
Charles Packer
|
da5a8cdbfe
|
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
|
2f7ccb1807
|
feat: Get in-context Message.id values from server (#851)
|
2024-01-18 12:42:55 -08:00 |
|
RT
|
61897921fd
|
build: Update all actions to use cached poetry builds (#846)
|
2024-01-18 10:31:12 -08:00 |
|
Maximilian Winter
|
74c0d9af9d
|
feat: Support pydantic models as parameters to custom functions (#839)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-01-17 17:21:00 -08:00 |
|
Charles Packer
|
c07746b097
|
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 |
|