Releases: evalstate/fast-agent
Releases · evalstate/fast-agent
v0.2.0
What's Changed
- DeepSeek v3 support
- 🧪Significantly improved test coverage and type safety
- 🚀Refactored workflows to be Agents, lots of other internal simplification!
- Large improvements to the inbuilt prompt-server, conversation saving and loading (examples to come)
- Update to MCP1.6.0, fixing the PDF resource attachment issue (unblocked test)
- Updated examples
- Fix: level logic fix by @gigascake in #14
- Add base_url configuration support for Anthropic API to allow custom … by @pansusu in #18
- 🔴Some MCP Server messages are appearing on the display during startup - this is a known current issue.
New Contributors
- @gigascake made their first contribution in #14
- @pansusu made their first contribution in #18
- @lightionight made their first contribution in #4
Full Changelog: v0.1.12...v0.2.0
- Feat/int test by @evalstate in #15
- message display and arg name fix in parallel by @evalstate in #16