PAS Code Preview
Please note that PAS Code and its documentation are currently available only in a preview version. We are working on improving the product every day, so the content and user interfaces may still change. We are eager to receive your feedback on the product and the documentation. Send your message to support@scheer-pas.com.
An agent is an AI agent that answers questions and performs tasks on the platform. It is not built and deployed on its own: an agent is a feature of a service component, and one service can provide more than one agent.
You can create agents with the PAS command-line interface (CLI) and ship them inside a project. When you deploy that project, its services start, and the agents they provide start with them. You therefore never deploy, start, or stop an agent on its own.
The Agents view collects the agents of all your deployments in one place. Use it to see where each agent runs, in what state it is, and how much it has been used. This chapter explains how to work with agents in the Control Hub:
The Agents view lists deployed agents only. An agent that a project declares but that is not deployed anywhere is not listed.
Refer to What is an Agent? for the concept behind agents, and to Deploying a Project for details on how to deploy a project.