Adding Agents #46
Replies: 7 comments 18 replies
-
something like #44 ? |
Beta Was this translation helpful? Give feedback.
-
No, more like CrewAI, or Langraph, or Autogen. |
Beta Was this translation helpful? Give feedback.
-
Any updates on integration with crewAI? |
Beta Was this translation helpful? Give feedback.
-
I think adding doraindarko/maestro would be a wonderful idea. Is there a way to include my own agents in fabric? I now have agents to do tasks and would like fabric to have the ability to call them like plan_trip.py. If I place an agent file in /agents, will that work? |
Beta Was this translation helpful? Give feedback.
-
Have you discovered a method to bring them in? I have created a pattern that creates agents.yaml playbooks that I really want to pipe to --agents. |
Beta Was this translation helpful? Give feedback.
-
How about integrating something like this? mendableai/firecrawl |
Beta Was this translation helpful? Give feedback.
-
Today have tried OUTPUT FEEDBACK SUGGESTION Nice to see and experiment on fabric, great work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
One thing we're really looking to do is add agent functionality to Fabric.
Specifically, I want to have endpoints that point to things like plan_trip, for example, which actually runs a CrewAI team to do that task.
We would have all the required keys in the
~/.config/fabric/.env
file so that it just works.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions