v0.2.0
What's Changed
- Add test and coverage status in readme by @StreetLamb in #15
- Bump jinja2 from 3.1.3 to 3.1.4 in /backend by @dependabot in #16
- Feature/sequential flow: Allow creating teams that work sequentially by @StreetLamb in #17
- Bump gunicorn from 21.2.0 to 22.0.0 in /backend by @dependabot in #20
- Bump tqdm from 4.66.2 to 4.66.3 in /backend by @dependabot in #19
- Bump vite from 5.0.12 to 5.0.13 in /frontend by @dependabot in #18
- Fix issue where subgraph is using main graph's team name by @StreetLamb in #21
- Enable subgraph's team members messages to be displayed too by @StreetLamb in #22
- Add gpt-4o in available models by @StreetLamb in #24
- Ensure complete JSON objects are parsed from streamed data to prevent unterminated string errors by @StreetLamb in #25
- Enhance nodes and edges ui by @StreetLamb in #26
- Fix isDisabled logic for skills multiselect by @StreetLamb in #27
- Bump requests from 2.31.0 to 2.32.0 in /backend by @dependabot in #28
- Show agent's tool usage in chat by @StreetLamb in #29
- Migrate from python-jose to pyjwt by @StreetLamb in #30
- Fix edit button in node not properly aligned when description is short by @StreetLamb in #31
- Update icons, update name color by @StreetLamb in #32
- Enhance onboarding for running production locally by @StreetLamb in #33
- Refactor docker compose file by @StreetLamb in #34
- Upgrade dependencies to fix agent calling wiki tool incorrectly by @StreetLamb in #35
- Implement persistent chats and enable continuation of past conversations by @StreetLamb in #36
- Improve test coverage by @StreetLamb in #37
- Fix error when last_checkpoint is None by @StreetLamb in #38
- Add persistence for hierarchical workflow by @StreetLamb in #39
- Add button to start new chat by @StreetLamb in #40
- set refetchOnWindowFocus to False for readThread by @StreetLamb in #41
- Update teams table row logic and update actionsMenu to stop event propagation by @StreetLamb in #42
- Show errors that occur during streaming by @StreetLamb in #43
- Update graph logic to work with anthropic by @StreetLamb in #45
- ⬆ Bump dawidd6/action-download-artifact from 3.1.4 to 4 by @dependabot in #44
- ⬆ Bump dawidd6/action-download-artifact from 4 to 5 by @dependabot in #46
- Enhance graph creation and prompting to reduce reliability issues during conversations by @StreetLamb in #47
New Contributors
- @dependabot made their first contribution in #16
Full Changelog: v0.1.0...v0.2.0