Skip to content
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

Lorenzejay/byoa #776

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

Lorenzejay/byoa #776

wants to merge 38 commits into from

Conversation

lorenzejay
Copy link
Collaborator

@lorenzejay lorenzejay commented Jun 16, 2024

this ticket aims to bring your own AI agent whether its a custom langchain one or one like llamaindex and still work with crew or any custom agent.

  • BaseAgent for defining agents that work together adhearing to the crew flow
  • third-party-agent ecosystem for bringing in prebuilt agent from others leveraging the BaseAgent as an abstraction to adhere to the crew flow.

@lorenzejay lorenzejay requested a review from gvieira June 17, 2024 18:45
Copy link
Collaborator

@gvieira gvieira left a comment

Choose a reason for hiding this comment

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

Happy to go through the review, but I think we can connect to discuss the idea of a single Agent interface that would prevent us from doing if agent is this and if agent is that.

src/crewai/agent.py Outdated Show resolved Hide resolved
src/crewai/crew.py Outdated Show resolved Hide resolved
src/crewai/crew.py Outdated Show resolved Hide resolved
src/crewai/agents/Third_Party_Agents/llama_index/agent.py Outdated Show resolved Hide resolved
src/crewai/agents/new_wrapper_agent.py Outdated Show resolved Hide resolved
src/crewai/crew.py Outdated Show resolved Hide resolved
src/crewai/crew.py Outdated Show resolved Hide resolved
src/crewai/crew.py Outdated Show resolved Hide resolved
src/crewai/task.py Outdated Show resolved Hide resolved
@lorenzejay lorenzejay requested a review from gvieira June 21, 2024 18:37
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.

None yet

2 participants