CogitoNTNU / jarvis

J.A.R.V.I.S core repository. Built by members of Cogito NTNU. Includes core extensions and functionality. Extra functionality for personal use (a custom python extension) should not be pushed to this repo.
MIT License
4 stars 0 forks source link

Create multiple agent stream #16

Open JonBergland opened 1 month ago

JonBergland commented 1 month ago

Create a graph that contains multiple agents communicating with each other

JonBergland commented 1 month ago

I think a good start is to draw inspiration from the crypto agent example in the agent workshop from A*

JonBergland commented 1 month ago

Currently when accesing a tool, it goes into an infinite loop. Maybe something in the way the graph is constructed?