Defining agents
An agent begins with clear configuration. Defining its instructions, context, and runtime behavior establishes how it will operate.
- Creating a minimal agent with the SDK — Instantiating an agent with basic settings.
- Supplying instructions and context — Providing guidance and initial information.
- Running an agent from the command line — Invoking the agent in a CLI program.