| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-28 | 1.3 kB | |
| v0.8.34 source code.tar.gz | 2025-11-28 | 1.9 MB | |
| v0.8.34 source code.zip | 2025-11-28 | 2.2 MB | |
| Totals: 3 Items | 4.1 MB | 0 | |
What's Changed
Features
- Add LangGraph 2.0 checkpoints table migration by @muninn in [#921]
- Add dev and prod docker image tags for releases by @muninn in [#922]
- Keep short memory only 90 days by @muninn in [#924]
- Add daily scheduled task to clean up old LangGraph checkpoints, writes, and blobs
- Team model support
- Add draft functionality and manager module
- Third party S3 support
- Autonomous use internal service to chat
- Agent testing capabilities
- Move checker to core
Fixes
- Reorder checkpoint migration steps to drop columns after pk update by @muninn in [#923]
- Cache checkpointer
- Improve checkpointer clean
- Clean old generator model
- Cache by agent deploy
- Change node to middleware
- Fix astream bug
- Add basedpyright to llm.md
Refactoring
- Migrate checkpointer to shallow saver implementation by @muninn in [#919]
- Migrate langchain agent middleware by @muninn in [#917]
- Move s3 to clients
Chores
- Remove EKS deployment steps from CI workflow by @muninn in [#924]
- Disable kubectl deployments in build workflow by @muninn in [#920]
- Disable autonomous, telegram, and checker deployments in testnet-dev by @muninn in [#918]
- Remove x402 server
- Upgrade dependencies (uv sync --upgrade)
Full Changelog: https://github.com/crestalnetwork/intentkit/compare/v0.8.33...v0.8.34