Releases: dowhiledev/nomos
Releases · dowhiledev/nomos
0.2.1
What's Changed
- Rename sofia references in cli by @kasun in #25
- Pass LLM kwargs to underline LLM model if defined by @kasun in #27
- Add flow memory module and BM25 retriever implementation by @chandralegend in #28
- massive feat: Improved visual builder by @chandralegend in #29
- Replace Sofia references with Nomos by @chandralegend in #30
- Fix create_base_model description handling by @chandralegend in #31
- Fix memory entry bug and implement token counting by @chandralegend in #32
- Enable Python 3.9 support by @chandralegend in #33
- Add Ollama and HuggingFace LLM support by @chandralegend in #34
New Contributors
Full Changelog: 0.1.15...0.2.1
0.1.15
What's Changed
Added
- Ability to generate agent config using AI,
nomos init --generate.
Tested
- Tests for CLI added to ensure the CLI commands work as expected and to prevent regressions in future updates.
Fixed
nomos servenot identifying the tools
Improved
- Now Uses better/simplified decision making for agent steps
0.1.12
What's Changed
- Testing UI and New Endpoints by @chandralegend in #7
- Public docs by @chandralegend in #8
- 9 ability switch off agent replying or asking questions only think and perform tool calls to achieve a goal by @chandralegend in #10
- AI Quick Suggestion Recommendation for Client Side Usage by @chandralegend in #17
- Enhance answer model and message handling in chat UI by @chandralegend in #21
Full Changelog: 0.1.11...0.1.12
0.1.11
fix: Correct formatting of project title in README for improved reada…
0.1.10
Full Changelog: 0.1.9...0.1.10