Releases: vortezwohl/Autono
Releases · vortezwohl/Autono
1.1.1
What's Changed
Feat:
- Optimize ability matching and parameter matching using the Levenshtein distance to avoid retries.
- Use json_repair to avoid json decode error.
- Update README.md by @vortezwohl in #79.
New Contributors
Full Changelog: 1.0.0...1.1.1
1.0.0
What's Changed
- Rename project ceo-py to autono. by @vortezwohl in #76
Full Changelog: 0.13.1...1.0.0
Autono_Icon
autono_icon update README.md
0.13.1
McpAgent introduced
What's Changed
- docs: add Japanese README file by @eltociear in #67
- Mcp agent exp by @vortezwohl in #70
- 修复 mcpagent 相互relay 无法正常运行的的bug by @vortezwohl in #75
New Contributors
- @eltociear made their first contribution in #67
Full Changelog: 0.12.3-preview...0.13.1
0.12.3-preview
Fix
- Optimize the response efficiency of the executor.
- Fix the bug where the task is completed, but the success status is returned as False.
- Optimize the request resolver.
Full Changelog: 0.12.0-preview...0.12.3-preview
0.12.0-preview
What's Changed
- Now supports two hooks,
BeforeActionTakenandAfterActionTaken. - Resolves several known issues.
- Fix/011525 by @vortezwohl in #60
- Fix/011525 by @vortezwohl in #62
- Develop by @vortezwohl in #63
Full Changelog: 0.11.5-preview...0.12.0-preview
0.11.5-preview
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.
- fix: 修复了 self introduce 会重复的 bug by @vortezwohl in #53
- update Readme by @vortezwohl in #55
- Feat/deepseek support by @vortezwohl in #56
Full Changelog: 0.11.2-preview...0.11.5-preview
0.11.2-preview
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
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
- Fix/011125 by @vortezwohl in #45
- Develop by @vortezwohl in #46
Full Changelog: 0.10.1-preview...0.11.0-preview
0.10.1-preview
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