Skip to content

Conversation

@manjero
Copy link

@manjero manjero commented Mar 11, 2025

Re-adding missing function add_specialized_agent

Re-adding missing function add_specialized_agent
Comment on lines +73 to +83
# Add easter egg log message based on role
if role == "researcher":
logging.debug(f"Added a researcher agent to probe deep into any subject matter")
elif role == "coder":
logging.debug(f"Added a coder agent to handle the backend implementation")
elif role == "planner":
logging.debug(f"Added a planner agent to ensure smooth passage through complex tasks")
elif role == "critic":
logging.debug(f"Added a critic agent to ensure everything comes out right in the end")
else:
logging.debug(f"Added a {role} agent to the ANUS collective")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I propose to add dict of roles and descriptions/logs as function arguments and we can remove hardcoded roles :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants