Skip to content

Releases: FireTable/langgraph-app

Release list

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 05:43
a2fa2eb

latest

  • Channel: `stable`
  • Commit: `218453b1009e7e1499c0ee119b38ea8367408a63`
  • Source: 218453b

Pull from GHCR

docker pull ghcr.io/firetable/langgraph-app:latest

Or 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:latest

What'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