Skip to main content

AIGNE 0.2 is Out: Multi Agent & Decision Agent Support

Yechao Li
AIGNEAIGNE StudioAgentDappsProduct Release

Since AIGNE was released in early May, it has received enthusiastic responses from the community users and gathered valuable feedback on user experience. We value the needs and opinions of users and actively address issues raised. At the same time, we are accelerating the pace to support more new features and unlock more AI capabilities. We believe that the potential of AIGNE is far more than this, so please stay tuned for more exciting updates.

AIGNE

New Features

Support for GPT-4o model

OpenAI opened the GPT-4o model on May 14th, and we quickly integrated the new model and conducted full testing to confirm that this latest model can be used in our current operating environment. Update documents: AIGNE update, supports the latest GPT-4o model and multiple detail improvements. gpt-4o.png

New decision type agent

We have introduced a new processing type: Decision. The decision type Agent brings powerful logical processing capabilities to AIGNE, utilizing AI's reasoning ability to classify user problems and select the best Agent for execution. page_2.png

Adds some useful outputs

We have added some useful output types that can help developers easily add common functions to Agent, such as:

  • Share: Simply check the sharing methods you want to support, and users can share their AI information.
  • Opening message: Set an opening message for the Agent, which users will see when they first enter the application.
  • Opening question: Set a series of opening questions for the agent to facilitate users' quick entry into interaction when they first enter the application.
  • Profile: Set up your profile information for Agent, currently supporting avatar, name

output-add.png output-setting.png output-runtime.png

Support for multi-agent

We have added support for multiple Agent applications, allowing users to choose multiple children agents within a single entry Agent, making it easy for users to switch between different children agents for interaction once they enter the AI application. multi-agents.png multi-agent-runtime.png

Automatic knowledge updates

We now support scheduled automatic updates of the knowledge base data, and the content from discuss-kit will be incrementally indexed automatically into the knowledge base.

annotely_image.png

Support make an input as the output

Support make an input as an output, which can be very useful in complex interactive scenarios.

page_7.png

Let's improve together, community-driven updates:

Community Spotlight: Your Feedback in Action

We believe that the heart of our product lies within the vibrant community of our users. Your insights and suggestions are invaluable to us, and we're dedicated to incorporating your feedback to make AIGNE even better. In this section, we highlight the latest updates and bug fixes that were inspired by you, our users. From minor tweaks to major changes, every update is a step towards enhancing your experience and meeting your needs. Thank you for your continued support and engagement. Let's take a look at what your feedback has helped us improve in this release!

ArcBlock Community

Referenced here

Products

  • AIGNE active

    A framework for developers building agents. Start from the command line to create and run a project; use the framework documentation for the parts that need detail.

  • AIGNE Studio sunset

    A place to build and run agents without writing the wiring by hand, including self-hosted models. Its work has been taken into ARC.

Terms

  • Agent

    A useful system can distinguish the person, service, or agent taking an action; the party it represents; and the permission for that action. Treating all three as one shared secret makes a later decision harder to explain.

  • Dapp

    An application whose important state does not sit only in one operator's database. What counts as decentralized varies a lot between projects, so the useful question is which part is checkable by someone outside.