Charles Packer
ff26037441
fix: update docker test ( #1354 )
2024-05-07 10:09:42 -07:00
Sarah Wooders
943f59a331
fix: allow passing full postgres URI and only override config URI is env variables provided ( #1327 )
...
Co-authored-by: cpacker <packercharles@gmail.com >
2024-05-03 10:39:33 -07:00
Charles Packer
367e4bebb1
fix: patch tests ( #1304 )
2024-04-27 16:26:39 -07:00
Charles Packer
c59af308fe
ci: update workflows (add autoflake and isort) ( #1300 )
2024-04-27 11:54:34 -07:00
Charles Packer
6c7d7cd136
fix: Update rdme-openapi.yml ( #1290 )
2024-04-22 21:34:25 -07:00
Sarah Wooders
416ed3fad9
feat: add workflow to build + test docker container ( #1278 )
2024-04-21 17:58:09 -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
Sarah Wooders
be50e44301
fix: remove message UTC validation temporarily to fix dev portal + add -d flag to docker compose up for tests ( #1268 )
2024-04-17 19:18:13 -07:00
Sarah Wooders
ec7cf62d79
fix: push/pull container from memgpt/memgpt-server:latest ( #1267 )
2024-04-17 16:55:07 -07:00
Charles Packer
0d4ceaa3ce
fix: patch tests.yml ( #1213 )
2024-04-03 12:19:10 -07:00
Sarah Wooders
0bf1624140
feat: only use OpenAI for tests.yaml if env variable is set ( #1196 )
2024-03-28 15:07:02 -07:00
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
7c80e800c3
feat: create docker-image.yml ( #1181 )
2024-03-21 15:58:37 -07: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
tombedor
1097eee7ab
fix: configure black ( #1072 )
2024-02-29 15:19:08 -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
dca193b01c
ci: Update rdme-openapi.yml ( #1027 )
2024-02-18 15:07:46 -08:00
Charles Packer
63dfd5c545
docs: cleanup API page ( #1026 )
2024-02-18 14:58:07 -08:00
Charles Packer
01ab77f23f
ci: run quickstart before memgpt server ( #1021 )
2024-02-17 16:41:32 -08:00
Sarah Wooders
bf252b90f0
feat: Partial support for OpenAI-compatible assistant API ( #838 )
2024-02-13 16:09:20 -08:00
Sarah Wooders
da7ecbf103
fix: Remove document truncation and replace DB inserts with upserts ( #973 )
2024-02-08 20:46:21 -08:00
Sarah Wooders
b8aa8121c8
chore: Update bug_report.md to request~/.memgpt/config ( #970 )
...
lgtm tyvm
2024-02-08 12:29:14 -08:00
Charles Packer
dc4fdb1c5c
ci: disable workflows on external ( #934 )
2024-01-27 16:45:54 -08:00
Sarah Wooders
7f94c705b5
chore: Update nightly publish workflow token ( #930 )
2024-01-25 12:20:59 -08:00
RT
597ba3f253
build: Add a filter to only allow the Pypi publish Actions to be run from the primary repo ( #924 )
2024-01-24 13:05:43 -08:00
Charles Packer
e8e376cd9c
ci: allow pyright to fail for the time being as a warning ( #874 )
2024-01-20 16:34:27 -08:00
Charles Packer
3f877af66f
fix: patch typo, ci: disable pyright on main ( #872 )
2024-01-20 16:22:19 -08:00
RT
114782a360
build: Add a warn-only pyright Github action ( #861 )
2024-01-20 16:03:20 -08:00
RT
ccc14e2f76
build: Rename Github actions to improve clarity ( #862 )
2024-01-19 15:32:11 -08:00
RT
61897921fd
build: Update all actions to use cached poetry builds ( #846 )
2024-01-18 10:31:12 -08:00
RT
8120d56e67
build: Upgrade all github actions to use checkout@v4 ( #844 )
2024-01-17 22:30:33 -08:00
RT
2d7c5a0487
build: Update the pytest script to cache poetry artifacts, so tests finish faster ( #843 )
2024-01-17 17:31:14 -08:00
Charles Packer
d9ead2084e
Update rdme-openapi.yml ( #828 )
2024-01-15 23:04:40 -08:00
Charles Packer
0b66bb4848
docs: add openapi sync to workflow actions ( #827 )
2024-01-15 23:01:10 -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
cpacker
d0ef339a4a
use --all-extras in poetry install for tests
2024-01-02 22:18:17 -08:00
Sarah Wooders
571323c44a
Update test workflow to timeout in 15 instead of 10 minutes
2024-01-02 18:06:06 -08:00
Sarah Wooders
5f554d305b
Increase workflow test timeout time + add test prints
2023-12-27 15:42:11 +04:00
Sarah Wooders
ba8efb03e8
Add sqlalchemy package
2023-12-27 14:58:57 +04:00
Sarah Wooders
545fc6cf79
ci: Run tests using postgres docker container ( #715 )
...
* use postgres docker for tests
* checkout repo
* add checkout
* remove secrets
2023-12-27 13:44:33 +04:00
Charles Packer
f8b99b562f
feat: Migrate docs ( #646 )
...
* updated docs for readme
* Update index.md
* Update index.md
* added header
* broken link
* sync heading sizes
* fix various broken rel links
* Update index.md
* added webp
* Update index.md
* strip mkdocs/rtk files
* replaced readthedocs references with readme
2023-12-18 20:29:24 -08:00
Charles Packer
10a59ed4b6
added semantic pr github action https://github.com/amannn/action-semantic-pull-request ( #634 )
2023-12-16 13:44:12 -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
Sarah Wooders
aecc4c1deb
Add lancedb and chroma into default package dependencies ( #605 )
...
* add lancedb and chroma info default dependencies
* Update tests.yml
---------
Co-authored-by: Charles Packer <packercharles@gmail.com >
2023-12-10 21:20:33 -08:00
Sarah Wooders
6a155dfc90
Chroma storage integration ( #285 )
2023-12-05 17:49:00 -08:00
Sarah Wooders
2d23370930
Removing dead code + legacy commands ( #536 )
2023-11-30 13:37:11 -08:00
Sarah Wooders
313dc471c8
Run formatting checks with poetry ( #537 )
...
* update black version
* add workflow dispatch
2023-11-30 13:30:58 -08:00
Charles Packer
8bd29c90ba
Update bug_report.md
2023-11-29 13:32:20 -08:00
Charles Packer
0621fc6934
Update bug_report.md ( #532 )
2023-11-29 13:29:41 -08:00