Connecting Agents
Last updated
Last updated
The Wayfound Manager SDK provides a simple interface for connecting agents to Wayfound. It allows developers to seamlessly integrate Wayfound's AI agent management capabilities with their third-party agents using Python, JavaScript or simple REST API endpoints directly.
The Connection page provides instructions and information for connecting your third-party agent to Wayfound. It includes the agent's unique ID, which is required for use of the Wayfound SDK.
You can install the Wayfound SDK using pip:
The SDK provides methods to record new messages, update existing recordings, and add details like user ratings and handoffs. For example:
You can install the Wayfound SDK using npm:
The SDK provides methods to record new messages, update existing recordings, and add details like user ratings and handoffs. For example:
To use the Wayfound Manager SDK, you'll need a Wayfound API key and an agent ID. The Agent ID is available on the agent's Connection page. API keys can be obtained by users with admin permissions from the .
To use the Wayfound Manager SDK, you'll need a Wayfound API key and an agent ID. The Agent ID is available on the agent's Connection page. API keys can be obtained by users with admin permissions from the .
PyPI Project:
npm Package:
Source Code: