agent-explore

v0.6.1
## Basic architecture

Agent Explore

This package can be used to start a web server that allows you to explore an agent's API. It includes the basic agent explorer web interface that can load the UI plugins and a CLI command to launch it.

Installation

npm -g i agent-explore

Usage

agent-explore serve --port 8080

You can specify a default agent configuration

agent-explore serve --port 8080 --schemaUrl https://example.ngrok.io/open-api.json --apiKey test123 --name Agent

Metadata

Downloads

Maintainers