Skip to content

Releases: evalstate/fast-agent

v0.2.0

03 Apr 11:10

Choose a tag to compare

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

Full Changelog: v0.1.12...v0.2.0

v0.1.12

24 Mar 11:14

Choose a tag to compare

  • MCP Sampling Messages support Images
  • MCP Sampling supports System Instruction
  • Significant code simplification and refactoring.