Charles Packer
b17246a3b0
feat: add back support for using AssistantMessage subtype of LettaMessage ( #1812 )
2024-10-04 15:36:33 -07:00
Sarah Wooders
424cfd60b3
fix: various fixes for workflow tests ( #1788 )
2024-09-25 13:58:21 -07:00
Sarah Wooders
8ae1e64987
chore: migrate package name to letta ( #1775 )
...
Co-authored-by: Charles Packer <packercharles@gmail.com >
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com >
Co-authored-by: Shubham Naik <shub@memgpt.ai >
2024-09-23 09:15:18 -07:00
Charles Packer
ff40f2447e
feat: allow updating Messages via the server, remap CLI commands that update messages to use server.py ( #1715 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com >
2024-09-08 15:24:41 -07:00
Charles Packer
36f105c1c7
feat: add support for returning type MemGPTMessage from cursor GET ( #1723 )
2024-09-07 20:03:16 -07:00
Sarah Wooders
7f589eaf63
refactor: move API to standardized pydantic schemas across CLI, Python client, REST server ( #1579 )
...
Co-authored-by: cpacker <packercharles@gmail.com >
Co-authored-by: matthew zhou <matthewzhou@matthews-MacBook-Pro.local >
Co-authored-by: Zack Field <field.zackery@gmail.com >
2024-08-16 19:53:21 -07:00
Charles Packer
e8813e5937
revert: #1659 ( #1660 )
2024-08-16 19:52:47 -07:00
Sarah Wooders
9601b53010
refactor: move API to standardized pydantic schemas across CLI, Python client, REST server (cleaned up git history) ( #1659 )
...
Co-authored-by: cpacker <packercharles@gmail.com >
Co-authored-by: matthew zhou <matthewzhou@matthews-MacBook-Pro.local >
Co-authored-by: Zack Field <field.zackery@gmail.com >
Co-authored-by: robingotz <tug29225@temple.edu >
Co-authored-by: Vandracon <vandracon@yahoo.com >
Co-authored-by: Maximilian-Winter <maximilian.winter.91@gmail.com >
Co-authored-by: Scott <scott@vysona.com >
Co-authored-by: Jonathan Ward <jonathan.ward7892@gmail.com >
Co-authored-by: madgrizzle <john@thehogans.name >
Co-authored-by: Carlo <284474102@qq.com >
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com >
Co-authored-by: Robin Goetz <35136007+goetzrobin@users.noreply.github.com >
2024-08-16 19:33:47 -07:00
Sarah Wooders
7c5d68be86
fix: sort order ( #1574 )
...
Co-authored-by: robingotz <tug29225@temple.edu >
2024-07-26 14:22:38 -07:00
Sarah Wooders
9b15cbef39
feat: refactor CoreMemory to support generalized memory fields and memory editing functions ( #1479 )
...
Co-authored-by: cpacker <packercharles@gmail.com >
Co-authored-by: Maximilian-Winter <maximilian.winter.91@gmail.com >
2024-07-01 11:50:57 -07:00
Sarah Wooders
51e23d5f83
feat: add tools from the Python client ( #1463 )
2024-06-21 20:58:12 -07:00
Sarah Wooders
f56179050c
feat: split up endpoint tests ( #1432 )
...
Co-authored-by: cpacker <packercharles@gmail.com >
2024-06-04 19:03:38 -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
b35de11d96
chore: run autoflake + isort ( #1279 )
2024-04-20 11:40:22 -07:00
Sarah Wooders
f3b5f5e7db
fix: Clean up and simplify docker entrypoint ( #1235 ) ( #1259 )
...
Co-authored-by: Ethan Knox <norton120@gmail.com >
2024-04-18 22:39:11 -07:00
Charles Packer
5ece354e0e
feat: add Cohere API support (Command-R+) ( #1246 )
2024-04-12 20:25:23 -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
Charles Packer
a730a8dd7a
fix: Update test_server.py ( #1218 )
2024-04-03 17:59:06 -07:00
Sarah Wooders
ef913a743b
feat: move quickstart to use inference.memgpt.ai ( #1190 )
2024-03-27 17:09:11 -07:00
Sarah Wooders
c0bd66c957
feat: client tests for docker compose server ( #1189 )
2024-03-26 18:58:00 -07:00
Charles Packer
6ee95c31e8
feat: move source_id to path variable ( #1171 )
2024-03-20 21:37:52 -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
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
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
Sarah Wooders
10aa6097ad
refactor: store presets in database via metadata store ( #1013 )
2024-02-15 18:49:16 -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
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
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
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
Sarah Wooders
9da53d1e1a
fix: Remove usage of config.anon_clientid ( #837 )
2024-01-16 20:37:58 -08:00
Sarah Wooders
92bbf83fc9
feat: Cursor-based pagination for storage connectors and server ( #830 )
2024-01-16 14:45:20 -08:00
Sarah Wooders
f47e800982
feat: Add paginated memory queries ( #825 )
...
Co-authored-by: cpacker <packercharles@gmail.com >
2024-01-15 21:21:58 -08:00
cpacker
41f9640364
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
Sarah Wooders
54fa07da7a
refactor!: Migrate users + agent information into storage connectors ( #785 )
...
Co-authored-by: cpacker <packercharles@gmail.com >
2024-01-08 15:59:49 -08:00
Charles Packer
b7427e2de7
API server refactor + REST API ( #593 )
...
* init server refactor
* refactored websockets server/client code to use internal server API
* added intentional fail on test
* update workflow to try and get test to pass remotely
* refactor to put websocket code in a separate subdirectory
* added fastapi rest server
* add error handling
* modified interface return style
* disabled certain tests on remote
* added SSE response option for user_message
* fix ws interface test
* fallback for oai key
* add soft fail for test when localhost is borked
* add step_yield for all server related interfaces
* extra catch
* update toml + lock with server add-ons (add uvicorn+fastapi, move websockets to server extra)
* regen lock file
* added pytest-asyncio as an extra in dev
* add pydantic to deps
* renamed CreateConfig to CreateAgentConfig
* fixed POST request for creating agent + tested it
2023-12-11 15:08:42 -08:00