Adding a Skills Layer
Skills are the foundational building blocks for your intelligent agent. They take action to achieve goals in key scenarios where your agent needs to succeed. Complete these steps to add skill modules to your agent.
- Defining skills in your agent.
- Orchestrate the skills in your agent.
- Teaching the skills in your agent.
Learn More
Defining skills is one of the most important parts of designing an agent using Machine Teaching. This documentation focuses on building intelligent agents with the Composabl SDK, rather than designing them, so if you are new to Machine Teaching you may want to explore more information about how to break your process down into the right skills.
To learn more about defining skills, see:
- "Building Blocks for Machine Teaching,", Chapter 4 of Designing Autonomous AI.
- Designing Autonomous AI online course through Coursera.
You will also find extensive information about skills in the detailed example use cases and agents.