Multi-Agent System Project

Introducing My Multi-Agent System Project

Hello,

I’m excited to share a project I’ve been working on: a Multi-Agent System designed to streamline user interactions and enhance functionality across various domains. This project centers around an AI assistant named Alina, who integrates multiple specialized agents to deliver precise and efficient solutions to complex problems.

In the video linked below, I provide an overview of the project and demonstrate the different stages of development:

  1. Local Data Manipulation with AI: Alina processes and manipulates user data to provide custom support and accurate information.
  2. Interaction with Specialized Agents: Alina delegates tasks to agents like the Jokes Creator and Recipe Master, enhancing user experience.
  3. Multi-layer Agent Interaction: Introduction of additional agents to create a dynamic workflow for efficient problem-solving.
  4. Multi-Agent System: Integration of all components into a comprehensive system that accelerates development and enables new discoveries.

I’m particularly interested in how this system can impact research and development by providing custom solutions, improving inference accuracy, and saving time and resources.

Watch the Video

I look forward to your feedback and discussions on how this system can be further enhanced.

Best regards,
Razvan Savin

So I clicked to watch the video, and got back ‘this video us private’?! Was it taken offline because of issues with the project? What’s going on here? thx

I refactored the framework I had to support SSE and made the project private because I was concerned it could become a threat in the wrong hands.

The agents disobeyed instructions and repurposed them → discovered this by mistake. This happened because I introduced a bug to check the logs and verify if all steps were working correctly. One of the agents had some functions disabled, yet it started saying, “Let’s try another approach…” Then, instead of following the intended process, the agent modified its available functions and used them differently, ultimately communicating with other agents in the MAS to complete the task for the user.

It was unsettling when I saw this happen because things could go wrong easily.
I’m unsure whether to share it or keep it private.