Git Product home page Git Product logo

Comments (6)

VRSEN avatar VRSEN commented on July 26, 2024

Hey, if you define communication flows like below, it means that CEO can chat with both dev or va in separate threads.

agency = Agency([
    ceo,
    [ceo, dev],  
    [ceo, va],  
])

from agency-swarm.

arnavsaxena17 avatar arnavsaxena17 commented on July 26, 2024

Since each node is an assistant; the assistant should be able to spawn multiple threads. Eg. one assistant should be able to converse with multiple customers to create proposals and the dev should be able to converse with other users regarding their work. The CEO should not be the only entry point for all external interactions IMHO.

from agency-swarm.

mtessar avatar mtessar commented on July 26, 2024

@arnavsaxena17 If you have a situation where you want to configure the agency differently with a different point of contact, that is a pretty easy thing to do.

The other option would be to define a router/lead agent that knows how to dispatch different jobs to different agents I think.

from agency-swarm.

arnavsaxena17 avatar arnavsaxena17 commented on July 26, 2024

@mtessar Can you elaborate a bit on how to create an agent* with multiple threads operating independently and each thread dispatch jobs to different agents?

from agency-swarm.

VRSEN avatar VRSEN commented on July 26, 2024

In the upcoming release you will be able to select multiple agents as the entry point for communication, similar to chatgpt mentions feature. I will probably post it tomorrow

from agency-swarm.

github-actions avatar github-actions commented on July 26, 2024

This issue is stale because it has been open for 30 days with no activity. Please upgrade to the latest version and test it again.

from agency-swarm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.