-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing custom agents and bootstrapping #6
base: main
Are you sure you want to change the base?
Conversation
Added tests for the cases of curtom agent sets and PAT bootstraping. Also a small chnage in variable names in the config.init
Hello Anabele, I was testing and I found that activating random agents (change the value in Line 9 in 8ab8944
The program runs but the test fails. I attribute this to the agents/agents[0] issue. Can you reproduce/ do you agree? I suggest we solve that before moving on - I think we're just adding agents in the list the wrong way. Look at the list of agents; some of them are added as a dict, some as a list containing a dict.
I'm waiting for instructions - want me to track down the bug, or you want to do it yourself? Cheers Mario |
…ed some of the functions meant to deal with it.
Ok, that's what I could do - it was in the agent factory. I have streamlined where I read, and removed quite a bit of clutter and unused code, but there could be more. Please double check everything! |
Added tests for the cases of curtom agent sets and PAT bootstraping. Also a small chnage in variable names in the config.init