You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to create a workflow that can generate a correct agent/workflow schema. Need to being testing/creating a prompt on finding one that will create the correct structure.
Here are some suggested tasks:
create src/meta_agents directory for all the meta agent code
create meta agent(s) YAML file that points to source
create demos/meta_agents/ where you can have various demos using meta agent
one idea for all meta agents execution is: reads description, search for tools, agents, plan, write workflow and agent file
create a demos/meta_agents/meta_weather.ai demo and see how it compares with the real one
is multiple passes important to improve the generated workflow / agents from meta agent?
The text was updated successfully, but these errors were encountered:
We want to create a workflow that can generate a correct agent/workflow schema. Need to being testing/creating a prompt on finding one that will create the correct structure.
Here are some suggested tasks:
src/meta_agents
directory for all the meta agent codedemos/meta_agents/
where you can have various demos using meta agentdemos/meta_agents/meta_weather.ai
demo and see how it compares with the real oneThe text was updated successfully, but these errors were encountered: