Skip to content

Releases: gradion-ai/freeact

0.3.5

29 Jan 04:36
26c38a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.4...0.3.5

0.3.4

28 Jan 08:02
f37add8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.3.4

0.3.3

23 Jan 07:02
cf72376
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

19 Jan 15:28
Compare
Choose a tag to compare

What's Changed

  • Add support for DeepSeek models by @cstub in #24

Full Changelog: 0.3.1...0.3.2

0.3.1

17 Jan 16:05
Compare
Choose a tag to compare

What's Changed

  • Implement integration tests by @cstub in #21
  • Refactor environment variables in integration test by @cstub in #22
  • Update default stop sequences for Qwen Coder by @krasserm in #23
  • Fix CLI error when no skill modules are passed by @krasserm in 19535a1

Full Changelog: 0.3.0...0.3.1

0.3.0

17 Jan 07:30
463a2dc
Compare
Choose a tag to compare

What's Changed

  • Support any model compatible with the OpenAI Python SDK by @krasserm in #20
  • CI workflows for code quality, testing and release by @cstub in #18
  • Add badges to README.md by @cstub in #19

Full Changelog: 0.2.3...0.3.0

0.2.3

12 Jan 16:56
e5a68de
Compare
Choose a tag to compare

What's Changed

  • Upgrade to ipybox 0.3.1 by @krasserm in #16
    • fixes dynamic host port allocation issues on OSX

Full Changelog: 0.2.2...0.2.3

Agent evaluation and bug fixes

12 Jan 07:44
f273071
Compare
Choose a tag to compare

What's Changed

  • Fix .env loading issue in conda environments by @krasserm in #15
  • Fix syntax warning issue in CLI by @krasserm in #15
  • Evaluation of freeact agents by @cstub in #2
  • Add contributing guidelines by @cstub in #3

Full Changelog: 0.2.1...0.2.2

0.2.1: Minor changes and additions

08 Jan 14:46
Compare
Choose a tag to compare
  • Include token usage data into model responses (a61a1a1)
  • Refactor execution_environment context manager (4c24674)
    • optionally print token usage on CLI

0.2.0: Initial public release

04 Jan 11:27
Compare
Choose a tag to compare

freeact is a lightweight Python implementation of AI agents that use code actions to dynamically interact with and adapt to their environment.