Releases: rootflo/wavefront
Releases · rootflo/wavefront
0.0.4: Better composable & Better Observable
What's Changed
- SEO file for Google Search Console Verification by @vizsatiz in #39
- Adding github index.html by @vizsatiz in #40
- Update index.html by @vizsatiz in #41
- Update README.md with Github Link by @vizsatiz in #43
- Update index.html with Github Link by @vizsatiz in #44
- Update ROADMAP.md to include delegator by @vizsatiz in #45
- Upgrade all dependencies to latest versions, and remove unused dependencies by @vizsatiz in #47
- Make agents and teams inter-composable, remove openai function usage by @vizsatiz in #48
- Create flotool as a new standard for creating tools by @vizsatiz in #49
- Adding the ability to use different models for different components by @vizsatiz in #50
- Improving logging, by simplifying by @vizsatiz in #51
- Code formatting using Ruff by @jacobsanosh in #53
- Observer: Create callbacks for agent, router & tools by @vizsatiz in #54
- Use by code: Change to build and work with agents using code by @vizsatiz in #55
- Facade changes for agent by code by @vizsatiz in #56
- Documentation changes for 0.0.4 release by @vizsatiz in #57
- Creating release candidate 0.0.4 rc2 by @vizsatiz in #58
- Doc changes for 0.0.4 release by @vizsatiz in #59
- solving the build issue #61 by @jacobsanosh in #62
- Importfix: Change import definition of flotool and flo callbacks by @vizsatiz in #64
- Change to release rc3 by @vizsatiz in #65
- release 0.0.4 version bump by @vizsatiz in #66
- Update LICENSE by @vizsatiz in #63
New Contributors
- @jacobsanosh made their first contribution in #53
Full Changelog: 0.0.3...0.0.4
0.0.3: More agents & more routers
What's Changed
- Update README.md by @vizsatiz in #6
- Introduce LLM routing & Linear Router Implementation by @vishnurk6247 in #7
- Linear teams: Ability to execute teams using linear router by @vizsatiz in #8
- Create the roadmap file by @vizsatiz in #10
- Update ROADMAP.md fix typos by @vizsatiz in #11
- Fix in roadmap and readme by @vizsatiz in #12
- docs: update README.md by @eltociear in #9
- Refactor to move routing logic to router instead of in the team. by @vizsatiz in #13
- Fix for context in RAG builder. by @vizsatiz in #16
- Context, version update for release by @vizsatiz in #17
- Creating FloNode, and implementing LLM agent by @vizsatiz in #18
- Add support for Tool Agent, which uses tool as a node in the graph by @vizsatiz in #19
- [BUG] Safely remove openai = "1.30.5" as a dependency by @mahiro72 in #20
- LLM Router: A router that is controller by prompt by @vizsatiz in #22
- Change to remove unused code by @vizsatiz in #23
- Make Supervisor Child of LLM Router by @vizsatiz in #24
- Add logging to Flo library by @thomastomy5 in #21
- Reflection & Delegation: Implement reflection and delegation, Agentic RAG example by @vizsatiz in #25
- Adding images for examples by @vizsatiz in #28
- Remove name randomization, and add name validations by @vizsatiz in #30
- Prepare for 0.0.3 release by @vizsatiz in #32
- Update readme with icon and title by @vizsatiz in #33
- Set version to release 0.0.3-rc1 by @vizsatiz in #35
- Change in readme for release 0.0.3 by @vizsatiz in #36
- Version update of release to 0.0.3 by @vizsatiz in #37
New Contributors
- @vishnurk6247 made their first contribution in #7
- @eltociear made their first contribution in #9
- @mahiro72 made their first contribution in #20
- @thomastomy5 made their first contribution in #21
Full Changelog: 0.0.2.1...0.0.3
0.0.2.1: Release with fix for RAG prompt
Full Changelog: 0.0.2...0.0.2.1
Fixing the RAG prompt to have context