Recent Releases of autono

autono - 1.0.0

What's Changed

  • Rename project ceo-py to autono. by @vortezwohl in https://github.com/vortezwohl/Autono/pull/76

Full Changelog: https://github.com/vortezwohl/Autono/compare/0.13.1...1.0.0

- Python
Published by vortezwohl about 1 year ago

autono - Autono_Icon

- Python
Published by vortezwohl about 1 year ago

autono - 0.13.0-preview

What's Changed

  • docs: add Japanese README file by @eltociear in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/67
  • MCP support by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/70

McpAgent introduced

How to use McpAgent?

New Contributors

  • @eltociear made their first contribution in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/67

Full Changelog: https://github.com/vortezwohl/CEO-Agentic-AI-Framework/compare/0.12.3-preview...0.13.0-preview

- Python
Published by vortezwohl about 1 year ago

autono - 0.12.3-preview

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: https://github.com/vortezwohl/CEO-Agentic-AI-Framework/compare/0.12.0-preview...0.12.3-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.12.0-preview

What's Changed

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

  • Fix/011525 by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/60
  • Fix/011525 by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/62
  • Develop by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/63

Full Changelog: https://github.com/vortezwohl/CEO-Agentic-AI-Framework/compare/0.11.5-preview...0.12.0-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.11.3-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.

  • fix: 修复了 self introduce 会重复的 bug by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/53

  • update Readme by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/55

  • Feat/deepseek support by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/56

Full Changelog: https://github.com/vortezwohl/CEO-Agentic-AI-Framework/compare/0.11.2-preview...0.11.3-preview

- Python
Published by vortezwohl over 1 year ago

autono - 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: https://github.com/vortezwohl/CEO-Agentic-AI-Framework/compare/0.11.0-preview...0.11.2-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.11.0-preview

Fix:

  • Optimized introspection_prompt.py.
  • Added retry logic to introspection_prompt.py and also returns a brief conclusion.
  • Optimized queryresolverprompt.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 https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/45
  • Develop by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/46

Full Changelog: https://github.com/vortezwohl/CEO-Agentic-AI-Framework/compare/0.10.1-preview...0.11.0-preview

- Python
Published by vortezwohl over 1 year ago

autono - 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: https://github.com/vortezwohl/CEO-Agentic-AI-Framework/compare/0.10.0-preview...0.10.1-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.10.0-preview

Fix

  • Inference accuracy improved
  • Multi-agent communication improved
  • Multi-agent inferencing accelerated

What's Changed

  • Fix/010625 by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/33
  • Fix/010625 by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/34
  • Develop by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/35

Full Changelog: https://github.com/vortezwohl/CEO-Agentic-AI-Framework/compare/0.9.6-preview...0.10.0-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.9.6-preview

Feat

  • Officially support dashscope api, default to qwen-plus ## Fix
  • Enhance next move prediction
  • Enhance schedule prediction
  • Abilities now can only be functions instead of methods

What's Changed

  • Fix/010325 by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/23
  • Feat/community model provider by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/24
  • Develop by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/25
  • Fix/010425 by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/26
  • Develop by @vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/27

Full Changelog: https://github.com/vortezwohl/CEO-Agentic-AI-Framework/compare/0.9.3-preview...0.9.5-preview

Full Changelog: https://github.com/vortezwohl/CEO-Agentic-AI-Framework/compare/0.9.5-preview...0.9.6-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.9.3-preview

What's Changed

  • fix: 解决 tooDumpException 模板字符串报错 by @zihaowu-hirain in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/19

Full Changelog: https://github.com/vortezwohl/CEO-Agentic-AI-Framework/compare/0.9.2-preview...0.9.3-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.9.2-preview

New Features:

Introducing cache for functions.

Bug Fixes:

Improved the logic for cache management.

Removed the override option from the ability decorator, with the default behavior now being to override the original docstring.

What's Changed

  • Feat/ability caching by @vortezwohl in https://github.com/vortezwohl/CEO/pull/15

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.9.0-preview...0.9.2-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.9.0-preview

Updates and Fixes

  1. Documentation and Error Handling

    • Fixed issues with custom docstring parsing.
    • Added too_dumb_exception.py for error handling.
  2. Code Optimization and Features

    • Optimized query_resolver_prompt.py and executor_prompt.py.
    • Added agent.to_dict method for better string representation.
    • Improved scheduler_prompt.py to include ability representation.
    • Enhanced introspection_prompt.py and analyser_prompt to executor prompt.
  3. Prompt and Functionality Enhancements

    • Updated self_introduce.py to compress prompts.
    • Added functionality to handle retry logic in next_move.
    • Implemented retry functionality in next_move.
    • Optimized user_query and docstring generation for performance.
  4. Structural and Architectural Improvements

    • Refactored prompt base class structure.
    • Improved ability implementation using openai function call invocation format.
  5. Bug Fixes

    • Resolved parsing issues in next_move.
    • Fixed prompt bloating caused by multiple retries in next_move.
    • Addressed human problem understanding and resolution.

What's Changed

  • Feat/ability repr optimize by @zihaowu-hirain in https://github.com/vortezwohl/CEO/pull/13
  • Feat/update122524 by @vortezwohl in https://github.com/vortezwohl/CEO/pull/14

New Contributors

  • @zihaowu-hirain made their first contribution in https://github.com/vortezwohl/CEO/pull/13

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.8.3-preview...0.9.0-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.8.3-preview

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.8.2-preview...0.8.3-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.8.2-preview

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.8.1-preview...0.8.2-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.8.1-preview

0.8.1-preview Release Notes: New Features

Agent Thinking Paradigm Shift: The underlying thought pattern of the agent has been fully transitioned to the ReAct paradigm. The agent now makes dynamic decisions during execution and adjusts subsequent decisions in real-time based on the outcomes of its actions.

Prevention of Endless Execution: To prevent the agent from blindly executing actions endlessly when it cannot achieve its goals, a penalty mechanism has been designed. At the start of an action, the agent estimates the number of steps required for the task. If the actual number of steps exceeds the expected number, the agent will abandon the task with a probability of p and persist with a probability of 1-p. If the agent chooses to persist, the probability p will be multiplied by a penalty factor beta for the next execution. If beta is greater than 1, it encourages abandoning the task; if beta is less than 1, it encourages persistent attempts.

What's Changed

  • Adaptive agent by @vortezwohl in https://github.com/vortezwohl/CEO/pull/8

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.7.3-preview...0.8.1-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.7.3-preview

According to the latest research findings in Does Prompt Formatting Have Any Impact on LLM Performance?, it has been proven that prompts in JSON format perform better. I reformatted all prompt templates in the CEO project to JSON for performance optimization.

Solved Issue: https://github.com/vortezwohl/CEO/issues/5

What's Changed

  • Prompt reformatted by @vortezwohl in https://github.com/vortezwohl/CEO/pull/7

Full Changelog: https://github.com/vortezwohl/CEO/compare/icon...0.7.2-preview

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.7.2-preview...0.7.3-preview

- Python
Published by vortezwohl over 1 year ago

autono - icon

- Python
Published by vortezwohl over 1 year ago

autono - 0.7.1-preview

显著增加 agent 识别用户意图的准确率,和任务执行的成功率。 增加 ability 和 agentic 注解,现在用户不再需要手动撰写 docstring。 现已初步支持 multi-agent 场景 Full Changelog: https://github.com/vortezwohl/CEO/compare/0.6.5-preview...0.7.1-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.6.5-preview

What's Changed

  • 现在只需要使用@ability装饰器就可以声明一个ability,不再需要用户自己写docstring等 by @vortezwohl in https://github.com/vortezwohl/CEO/pull/6

New Contributors

  • @vortezwohl made their first contribution in https://github.com/vortezwohl/CEO/pull/6

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.6.3-preview...0.6.5-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.6.3-preview

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.6.2-preview...0.6.3-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.6.2-preview

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.6.1-preview...0.6.2-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.6.1-preview

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.5.5-beta...0.6.1-preview

- Python
Published by vortezwohl over 1 year ago

autono - 0.5.5-beta

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.5.2-beta...0.5.5-beta

- Python
Published by vortezwohl over 1 year ago

autono - 0.5.2-beta

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.5.1-beta...0.5.2-beta

- Python
Published by vortezwohl over 1 year ago

autono - 0.5.1-beta

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.5.0-beta...0.5.1-beta

- Python
Published by vortezwohl over 1 year ago

autono - 0.5.0-beta

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.3.1-beta...0.5.0-beta

- Python
Published by vortezwohl over 1 year ago

autono - 0.3.1-beta

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.1.0-beta...0.3.1-beta

- Python
Published by vortezwohl over 1 year ago

autono - 0.1.0-beta

Full Changelog: https://github.com/vortezwohl/CEO/compare/0.0.1-beta...0.1.0-beta

- Python
Published by vortezwohl over 1 year ago

autono - 0.0.1-beta

Full Changelog: https://github.com/vortezwohl/CEO/commits/0.0.1-beta

- Python
Published by vortezwohl over 1 year ago