Skip to content

Add Agent Collaboration Optimizer and Learning Scheduler Tools #3042

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Rock-Shell
Copy link

  • Adds collaboration_optimizer.py: a Gym-based RL environment for testing and training agent collaboration.
  • Adds agent_scheduler.py: a performance-aware retraining scheduler for CrewAI agents.

Copy link
Contributor

@lucasgomide lucasgomide left a comment

Choose a reason for hiding this comment

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

@Rock-Shell Very interesting! Thanks for your collaboration..

I have a few points here

  1. I'm curious to understand about how it is working with agents, would you mind recoding a Loom video explain that?
  2. After validated would be great add some documentation about that


[tool.bandit]
exclude_dirs = ["src/crewai/cli/templates"]
[tool.poetry.dev-dependencies]
Copy link
Contributor

Choose a reason for hiding this comment

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

We uses UV as default package manger. Don't change it pls

return 3 # Moderate


class AgentSchedulerTool(BaseTool):
Copy link
Contributor

Choose a reason for hiding this comment

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

Very interesting!

We have a dedicated repo for tools. Could you move it to there

Copy link
Contributor

@lucasgomide lucasgomide left a comment

Choose a reason for hiding this comment

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

I'm request changing due you have changed pyproject to use poetry instead of uv

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.

2 participants