Installation

AgentInterface is available for both Python and JavaScript. Choose the installation method that best fits your project.

Python

Install AgentInterface using pip:

pip install agentinterface

JavaScript / TypeScript

Install AgentInterface using your preferred package manager:

npm

npm install agentinterface

yarn

yarn add agentinterface

pnpm

pnpm add agentinterface

Next Steps

Once you've installed AgentInterface, you can start using it in your project. Check out the Quick Start guide to learn how to create your first agent UI.