Skip to content

Releases: vortezwohl/Autono

1.1.1

22 Aug 06:47

Choose a tag to compare

What's Changed

Feat:

  1. Optimize ability matching and parameter matching using the Levenshtein distance to avoid retries.
  2. Use json_repair to avoid json decode error.
  3. Update README.md by @vortezwohl in #79.

New Contributors

  1. @chenjzhi made their first contribution in #78

Full Changelog: 1.0.0...1.1.1

1.0.0

06 Apr 13:54
06a7a82

Choose a tag to compare

What's Changed

Full Changelog: 0.13.1...1.0.0

Autono_Icon

06 Apr 12:18

Choose a tag to compare

autono_icon

update README.md

0.13.1

30 Mar 08:54

Choose a tag to compare

McpAgent introduced

How to use McpAgent?

What's Changed

New Contributors

Full Changelog: 0.12.3-preview...0.13.1

0.12.3-preview

05 Feb 16:54

Choose a tag to compare

Fix

  1. Optimize the response efficiency of the executor.
  2. Fix the bug where the task is completed, but the success status is returned as False.
  3. Optimize the request resolver.

Full Changelog: 0.12.0-preview...0.12.3-preview

0.12.0-preview

15 Jan 17:43

Choose a tag to compare

What's Changed

  1. Now supports two hooks, BeforeActionTaken and AfterActionTaken.
  2. Resolves several known issues.

Full Changelog: 0.11.5-preview...0.12.0-preview

0.11.5-preview

13 Jan 14:56

Choose a tag to compare

What's Changed

  • When the docstring is empty, it will be set to the source code of the function.
  • Support for deepseek models has been added.
  • dashscope currently does not allow changing base_url.
  • openai currently supports changing base_url.
  • The bug where the Agent would introduce itself twice in a row has been fixed.
  • The prompt has been optimized to improve performance.
  • Resolved the issue where Abilities might be added repeatedly, and now the self-introduction is only refreshed after adding non-duplicate Abilities.

Full Changelog: 0.11.2-preview...0.11.5-preview

0.11.2-preview

12 Jan 08:55

Choose a tag to compare

Fix:

  • Now agents can introduce themselves by default
  • abilities can't be regranted
  • Ability now can get internal function

Full Changelog: 0.11.0-preview...0.11.2-preview

0.11.0-preview

11 Jan 18:17

Choose a tag to compare

Fix:

  • Optimized introspection_prompt.py.
  • Added retry logic to introspection_prompt.py and also returns a brief conclusion.
  • Optimized query_resolver_prompt.py.
  • Significantly improved the running speed and accuracy of introspection_prompt.py.
  • Fixed the execution compatibility of ability with coroutine functions

Feat:

  • Now the agent logs will print a brief conclusion, but this field will not be passed between agents.

What's Changed

Full Changelog: 0.10.1-preview...0.11.0-preview

0.10.1-preview

09 Jan 16:19

Choose a tag to compare

fix

  • Use deepcopy to improve memory access control.
  • Constrain the sequentiality of task execution.
  • Enhance the accuracy of next move parameter generation.

Full Changelog: 0.10.0-preview...0.10.1-preview