- ⬆ Bump tiangolo/issue-manager from 0.5.0 to 0.5.1. PR #139 by @dependabot[bot].
- feat:Add custom Markdown components to better display Markdown elements, especially code blocks.. PR #128 by @Onelevenvy.
- ⬆ Bump dawidd6/action-download-artifact from 4 to 5. PR #46 by @dependabot[bot].
- Upgrade dependencies to fix agent calling wiki tool incorrectly. PR #35 by @StreetLamb.
- Bump requests from 2.31.0 to 2.32.0 in /backend. PR #28 by @dependabot[bot].
- Bump vite from 5.0.13 to 5.4.8 in /frontend. PR #147 by @dependabot[bot].
- Bump rollup from 4.6.1 to 4.24.0 in /frontend. PR #146 by @dependabot[bot].
- Bump sentry-sdk from 1.45.0 to 2.8.0 in /backend. PR #77 by @dependabot[bot].
- Bump setuptools from 69.5.1 to 70.0.0 in /backend. PR #72 by @dependabot[bot].
- Bump certifi from 2024.2.2 to 2024.7.4 in /backend. PR #69 by @dependabot[bot].
- Bump urllib3 from 2.2.1 to 2.2.2 in /backend. PR #57 by @dependabot[bot].
- Migrate from python-jose to pyjwt. PR #30 by @StreetLamb.
- Bump gunicorn from 21.2.0 to 22.0.0 in /backend. PR #20 by @dependabot[bot].
- Bump vite from 5.0.12 to 5.0.13 in /frontend. PR #18 by @dependabot[bot].
- Bump tqdm from 4.66.2 to 4.66.3 in /backend. PR #19 by @dependabot[bot].
- Bump jinja2 from 3.1.3 to 3.1.4 in /backend. PR #16 by @dependabot[bot].
- Allow specifying streaming option for public_stream route. PR #141 by @StreetLamb.
- Create Public API Endpoints for Streaming Team Responses and Retrieving Thread Data via API Key. PR #137 by @StreetLamb.
- Add flower for monitoring celery . PR #132 by @StreetLamb.
- Allow sequential agents to wait for human input. PR #129 by @StreetLamb.
- Add gpt-4o-mini in model selection. PR #76 by @StreetLamb.
- Enhance handling of streaming, messages and memory. PR #75 by @StreetLamb.
- Upgrade upload process. PR #70 by @StreetLamb.
- Enhance agent prompts. PR #68 by @StreetLamb.
- Enhance RAG with hybrid search. PR #62 by @StreetLamb.
- Use background tasks for processing uploads. PR #60 by @StreetLamb.
- Add RAG capabilities. PR #58 by @StreetLamb.
- Enable creating custom skills. PR #53 by @StreetLamb.
- Allow human approval before skill use for sequential workflows. PR #49 by @StreetLamb.
- Enhance graph creation and prompting to reduce reliability issues during conversations. PR #47 by @StreetLamb.
- Update graph logic to work with anthropic. PR #45 by @StreetLamb.
- Show errors that occur during streaming. PR #43 by @StreetLamb.
- Add button to start new chat. PR #40 by @StreetLamb.
- Add persistence for hierarchical workflow. PR #39 by @StreetLamb.
- Implement persistent chats and enable continuation of past conversations. PR #36 by @StreetLamb.
- Enhance onboarding for running production locally. PR #33 by @StreetLamb.
- Show agent's tool usage in chat. PR #29 by @StreetLamb.
- Enhance nodes and edges ui. PR #26 by @StreetLamb.
- Add gpt-4o in available models. PR #24 by @StreetLamb.
- Enable subgraph's team members messages to be displayed too. PR #22 by @StreetLamb.
- Feature/sequential flow: Allow creating teams that work sequentially. PR #17 by @StreetLamb.
- Make chat area scrollable. PR #13 by @StreetLamb.
- Fix bug with self.final_answer_model in members.py to resolve model configuration inconsistencies. PR #142 by @acherla.
- Fix threads table overflowing if query text is long. PR #134 by @StreetLamb.
- Set max-memory-per-child value for celery to fix memory leak issue. PR #133 by @StreetLamb.
- Fix bug when streaming tool output. PR #83 by @StreetLamb.
- Ensure streaming connection remains open even when page is hidden. PR #82 by @StreetLamb.
- Prevent leader nodes from delegating parallel tasks.. PR #81 by @StreetLamb.
- Fix looping conversations. PR #80 by @StreetLamb.
- Fix handling of messages from Anthropic models. . PR #79 by @StreetLamb.
- Fix agent prompts. PR #71 by @StreetLamb.
- Fix sequential agents unable to use skills and uploads.. PR #65 by @StreetLamb.
- Improve handling of streamed data in chat. PR #64 by @StreetLamb.
- Fix out of memory issue by setting max workers in backend container. PR #63 by @StreetLamb.
- Fix local deployment issues. PR #61 by @StreetLamb.
- Only submit form if all form inputs are valid. PR #56 by @StreetLamb.
- set refetchOnWindowFocus to False for readThread. PR #41 by @StreetLamb.
- Fix error when last_checkpoint is None. PR #38 by @StreetLamb.
- Fix edit button in node not properly aligned when description is short. PR #31 by @StreetLamb.
- Fix isDisabled logic for skills multiselect. PR #27 by @StreetLamb.
- Ensure complete JSON objects are parsed from streamed data to prevent unterminated string errors. PR #25 by @StreetLamb.
- Fix issue where subgraph is using main graph's team name. PR #21 by @StreetLamb.
- Fix first initialisation issues. PR #12 by @StreetLamb.
- Fix lint errors. PR #9 by @StreetLamb.
- Fix test workflow due to missing .env file. PR #8 by @StreetLamb.
- Refactor QdrantStore's delete method. PR #66 by @StreetLamb.
- Remove incomplete feature code. PR #48 by @StreetLamb.
- Update teams table row logic and update actionsMenu to stop event propagation. PR #42 by @StreetLamb.
- Improve test coverage. PR #37 by @StreetLamb.
- Remove items management. PR #11 by @StreetLamb.
- Update user in issue-manager workflow. PR #10 by @StreetLamb.
- Fix spelling error in readme. PR #52 by @StreetLamb.
- Add table of contents and more tutorials. PR #51 by @StreetLamb.
- Add test and coverage status in readme. PR #15 by @StreetLamb.
- Upgrade langchain version to 0.2.5. PR #59 by @StreetLamb.
- Update Smokeshow download artifact GitHub Action. PR #54 by @StreetLamb.
- ⬆ Bump dawidd6/action-download-artifact from 5 to 6. PR #50 by @dependabot[bot].
- ⬆ Bump dawidd6/action-download-artifact from 3.1.4 to 4. PR #44 by @dependabot[bot].
- Refactor docker compose file. PR #34 by @StreetLamb.
- Update icons, update name color. PR #32 by @StreetLamb.
- Cleanup release notes. PR #14 by @StreetLamb.