Commit Graph

34 Commits

Author SHA1 Message Date
Sarah Wooders
4d79975230 fix: fix Dockerfile 2025-08-26 21:55:35 -07:00
Sarah Wooders
e7df76f1ff fix: docker image 2025-08-26 21:45:54 -07:00
Kian Jones
da14c6589f feat: finish uv migration (oss + desktop) (#4228)
* migrate desktop and add sqlite as a hard dependency in desktop

* migrate oss dockerfile as well
2025-08-26 20:32:27 -07:00
Andy Li
acfdab2ced feat: uv migration (#3493)
* uv migration

smaller runners, freeze test runs, remove dev, ruff,hatchling, previw,
poetry, generates wheel, installs wheel, docker

* fix tests and dependency groups

* test fixes

* test fixing and main

* resolve merge conflict

* dev + test dependency group

* Test

* trigger CI

* trigger CI

* add debugging info

* trigger CI

* uv for reusable and sdk preview

* resolve mc and reformat black

* staged-api

* mypy

* fix fern

* prod Dockerfile

* model sweep, and project.toml and uvlock

* --group test -> --extra dev

* remove redundant --extra dev and rename tests to dev

* sdk backwards compat install sqlite

* install sqlite group for sdk-backwards-compat

* install uv on gh runner for cloud-api-integration-tests

* stage+publish

* pytest asyncio

* bug causing pytest package to get removed

* try to fix async event loop issues

* migrate to --with google-cloud-secret-manager

---------

Co-authored-by: Kian Jones <kian@letta.com>
2025-08-26 18:11:09 -07:00
cthomas
3884d53f81 feat: add signoz integration for otel export (#3772) 2025-08-06 12:06:23 -07:00
cthomas
17f23a23d9 fix: set default letta environment to dev for oss (#3627) 2025-07-29 14:42:22 -07:00
Andy Li
fe317068f6 feat: plugin system and backend runtime flags (#2543) 2025-06-05 18:12:44 -07:00
Andy Li
f2b9ec64e0 chore: track letta version in tracing and nightly versions (#2491) 2025-05-28 12:50:52 -07:00
cthomas
89054accca chore: install node js in docker (#2229) 2025-05-16 15:17:56 -07:00
Sarah Wooders
578327e5ea chore: upgrade poetry (#2011) 2025-05-05 15:02:27 -07:00
cthomas
b4ebd75a7a chore: set otlp endpoint for prod (#1891) 2025-04-24 17:04:31 -07:00
cthomas
312def47dd chore: move otel config files to subdir (#1396) 2025-03-25 10:19:24 -07:00
Matthew Zhou
e1b16c5fea chore: Various bug fixes (#1350)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: tarunkumark <tkksctwo@gmail.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Miao <one.lemorage@gmail.com>
Co-authored-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
Co-authored-by: Will Sargent <will.sargent@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Nicholas <102550462+ndisalvio3@users.noreply.github.com>
Co-authored-by: Tristan Morris <tristanbmorris@gmail.com>
Co-authored-by: Daniel Shin <88547237+kyuds@users.noreply.github.com>
Co-authored-by: Jindřich Šíma <67415662+JindrichSima@users.noreply.github.com>
Co-authored-by: Azin Asgarian <31479845+azinasg@users.noreply.github.com>
Co-authored-by: Connor Shorten <connorshorten300@gmail.com>
Co-authored-by: Lucas Mohallem Ferraz <ferraz.m.lucas@gmail.com>
Co-authored-by: kyuds <kyuds@everspin.co.kr>
2025-03-20 11:06:45 -07:00
cthomas
eb1eb5cfcb fix: revert default otel endpoint (#1343) 2025-03-19 15:59:21 -10:00
cthomas
253b8adc52 chore: read otel endpoint from settings (#1312) 2025-03-17 10:28:32 -07:00
cthomas
80150b2a43 fix: remove old otel config files (#1310) 2025-03-16 14:36:32 -07:00
cthomas
183d704b01 feat: bake otel collector into letta image (#1292) 2025-03-14 16:04:03 -07:00
Charles Packer
5ad9099d50 fix: stop printing composio update message on server exit (#966) 2025-02-17 14:10:11 -08:00
Sarah Wooders
d0edb085af Revert "chore: set Dockerfile to use Python 3.12 " (#2236) 2024-12-11 19:54:04 -08:00
Sarah Wooders
99adde69ea chore: set Dockerfile to use Python 3.12 (#2230) 2024-12-11 16:31:52 -08:00
Charles Packer
6c4f8d5d56 fix: patch Dockerfile for purpose of docker run (#2177) 2024-12-09 15:03:11 -08:00
Shubham Naik
30c102cfd6 chore: install all extras for prod (#1989)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-11-06 13:02:02 -08:00
Shubham Naik
a8c3e90dc0 chore: add migration script (#1960)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-10-31 11:04:46 -07:00
Sarah Wooders
969300fb56 feat: move docker run command to use port 8283 (#1949) 2024-10-28 13:57:30 -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
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
b1fbece818 fix: debug logs in server (#1452) (#1457)
Co-authored-by: Ethan Knox <ethan.m.knox@gmail.com>
2024-06-16 19:21:53 -07:00
Sarah Wooders
24f21284a1 fix: update Dockerfile to Python 3.12 (#1456) 2024-06-15 15:39:27 -07:00
Sarah Wooders
51f06fdae2 fix: various fixes to python client and add tutorial notebooks (#1377) 2024-06-09 15:32:20 -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
Robin Goetz
0675fff14f fix: use bookworm version of python image to resolve sqllite/chroma i… (#1130) 2024-03-11 14:31:51 -07:00
Robin Goetz
6c68a6f269 feat: add dockerfile for memgpt server (#1049) 2024-02-23 16:33:54 -08:00