Releases: FireTable/langgraph-app
Releases · FireTable/langgraph-app
Release list
Latest
latest
- Channel: `stable`
- Commit: `218453b1009e7e1499c0ee119b38ea8367408a63`
- Source: 218453b
Pull from GHCR
docker pull ghcr.io/firetable/langgraph-app:latestOr load the attached tarball (no GHCR auth needed)
curl -L -o image.tar.gz <this-release-asset-url>
docker load < image.tar.gz
docker run --rm -p 3000:3000 -p 2024:2024 \
-e OPENAI_API_KEY=... \
-e BETTER_AUTH_SECRET=... \
langgraph-app:latestWhat's Changed
- feat(001): stage 1 — user auth (Better Auth + email verification + thread ownership) by @FireTable in #1
- feat(002-web-tools): web search/fetch tools, suggestions, rebrand by @FireTable in #2
- refactor(backend): split agent into router + subgraphs; ask_location via interrupt; USE_SUBGRAPH toggle by @FireTable in #3
- feat(crypto): crypto sub-agent + NFT gallery on LangGraph by @FireTable in #4
- feat(backend): code sub-agent + lazy-register key-needing tools + shared UI primitives by @FireTable in #5
- feat(observability): LangGraph span panel with Postgres persistence by @FireTable in #6
- feat(memory): cross-conversation memory + thread summarize + dual-graph runtime by @FireTable in #7
- feat: CI/CD + single-image Docker + issue templates by @FireTable in #8
Full Changelog: https://github.com/FireTable/langgraph-app/commits/latest