Releases: StreetLamb/tribe
Releases · StreetLamb/tribe
v0.7.6
What's Changed
- ⬆ Bump tiangolo/issue-manager from 0.5.0 to 0.5.1 by @dependabot in #139
- Fix bug with self.final_answer_model in members.py to resolve model configuration inconsistencies by @acherla in #142
- Bump rollup from 4.6.1 to 4.24.0 in /frontend by @dependabot in #146
- Bump vite from 5.0.13 to 5.4.8 in /frontend by @dependabot in #147
Full Changelog: v0.7.5...v0.7.6
v0.7.5
What's Changed
- Allow specifying streaming option for public_stream route by @StreetLamb in #141
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
- Create Public API Endpoints for Streaming Team Responses and Retrieving Thread Data via API Key by @StreetLamb in #137
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- Add flower for monitoring celery by @StreetLamb in #132
- Set max-memory-per-child value for celery to fix memory leak issue by @StreetLamb in #133
- Fix threads table overflowing if query text is long by @StreetLamb in #134
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- Fix unable to delete thread bug by @StreetLamb in #121
- Reduce docker privilages to use non-root for FE by @acherla in #122
- feat:Add custom Markdown components to better display Markdown elements, especially code blocks. by @Onelevenvy in #128
- Allow sequential agents to wait for human input by @StreetLamb in #129
New Contributors
- @acherla made their first contribution in #122
- @Onelevenvy made their first contribution in #128
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Allow langgraph's recursion_limit to be configured through env variables by @StreetLamb in #118
- Bump axios from 1.6.2 to 1.7.4 in /frontend by @dependabot in #119
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Remove unused serpapi variables in .env.example by @StreetLamb in #113
- Update .env.example by @StreetLamb in #114
- Improve local deployment by @Set27 in #115
- Bump aiohttp from 3.9.5 to 3.10.2 in /backend by @dependabot in #116
- Refactor to use enhanced postgres checkpointer by @StreetLamb in #117
Breaking Changes
If you are upgrading from a previous release, your threads and relevant checkpointer data will be deleted. This is because the new checkpointer is not compatible with past checkpointer data.
New Contributors
Full Changelog: v0.6.9...v0.7.0
v0.6.9
What's Changed
- show uploads selected as tags on MemberNode and FreelancerNode by @StreetLamb in #104
- Use uuid library instead of self.crypto.randomUUID() by @StreetLamb in #107
Full Changelog: v0.6.8...v0.6.9
v0.6.8
What's Changed
- Display the search score in retriever message when retrieving documents by @StreetLamb in #101
- Simplify custom tool creation example by @StreetLamb in #102
- Save fetched documents in history by @StreetLamb in #103
Full Changelog: v0.6.7...v0.6.8
v0.6.7
What's Changed
- Fix read threads result order by @StreetLamb in #99
- Add USER_AGENT value in env file to remove user agent warning in console by @StreetLamb in #100
- Enable ollama models as agents by @StreetLamb in #98
Full Changelog: v0.6.6...v0.6.7