munkim / monoid

Turn APIs into AI Agents
https://monoid.so
Apache License 2.0
47 stars 16 forks source link

Create Actions While Creating Agents #7

Open edwisdom opened 9 months ago

edwisdom commented 9 months ago

Description

If you try to create an Action from within an Agent, both of the following things should happen (but don't currently):

  1. Once you're done creating the Action, it should bring you back to the Agent page.
  2. The Action should automatically be equipped to the Agent you started in.

Tasks