Releases: cognizant-ai-lab/neuro-san-web-client
Releases · cognizant-ai-lab/neuro-san-web-client
0.1.12
This release contains dependencies upgrade only. No functional change.
What's Changed
- Bump flask from 3.1.0 to 3.1.1 by @dependabot in #28
- Upgrade neuro-san version requirement, and update GitHub org by @ofrancon in #29
New Contributors
- @dependabot made their first contribution in #28
Full Changelog: 0.1.11...0.1.12
0.1.11
0.1.10
0.1.9
What's Changed
- Use neuro-san 0.5.20 for latest fixes, notably CORS by @donn-leaf in #22
Full Changelog: 0.1.8...0.1.9
0.1.8
What's Changed
- Cleanup after initial pypi release by @donn-leaf in #20
- Move neuro-san dependency to 5.19 for CORS fix by @donn-leaf in #21
Full Changelog: 0.1.7...0.1.8
0.1.7
Initial release to PyPi after correcting pyproject build error
What's Changed
- Correct bad syntax in pyproject by @donn-leaf in #19
Full Changelog: 0.1.6...0.1.7
0.1.6
Initial release published to PyPi
What's Changed
- Add licensing boilerplate to the repository files. by @sidcog in #17
- Consume dependencies from pypi and prep for pypi publishing by @donn-leaf in #18
New Contributors
Full Changelog: 0.1.5...0.1.6
0.1.5
0.1.4
0.1.4 Release notes
Updated the neuro-san web client Flask app to provide a simple web UI and an example of how neuro-san clients can be written and customized.
- Updated the neuro-san library to adopt the new
streaming_chat
API. Most of the logic is handled by theneuro-san
classStreamingInputProcessor
. Have a look at neuro_san_web_client/app.py to see how it creates a session increate_user_session(...)
and how it handles inputs inhandle_user_input(...)
. - Fixed javascripts and CSS errors
What's Changed
- Avoid Confirm form resubmission + clean up by @ofrancon in #10
- Provide codefresh pipeline to build wheel file by @donn-leaf in #8
- Switch to neuro-san streaming_chat API by @ofrancon in #11
- Fix CSS issues by @ofrancon in #12
- Enhance the web client logs by @ofrancon in #13
- Add html diagrams for music_nerd and music_nerd_pro agent networks by @ofrancon in #14
- Update neuro-san to 0.5.8 by @ofrancon in #15
New Contributors
- @donn-leaf made their first contribution in #8
Full Changelog: 0.1.3...0.1.4