A collection of agents used by the Agentuity webapp to help users perform tasks or understand complex data quickly and easily.
Before you begin, ensure you have the following installed:
- Bun: Version 1.2.4 or higher
Before using Agentuity, you need to authenticate:
agentuity loginThis command will open a browser window where you can log in to your Agentuity account.
To import this project into your account:
agentuity project importFollow the interactive prompts to configure your project.
Run your project in development mode with:
agentuity devThis will start your project and open a new browser window connecting your agents to the Agentuity Console in DevMode, allowing you to test and debug your agents in real-time.
This project also contains an HTML test console (test.html), which comes pre-loaded with a variety of test cases. To start, edit the URLs and IDs at the top of the HTML file and then open the file in your browser.
When you're ready to deploy your agent to the Agentuity Cloud:
agentuity deployThis command will bundle your agent and deploy it to the cloud, making it accessible via the Agentuity platform.
Your project configuration is stored in agentuity.yaml. This file defines your agents, development settings, and deployment configuration.
For comprehensive documentation on the Agentuity JavaScript SDK, visit: https://agentuity.dev/SDKs/javascript
If you encounter any issues:
- Check the documentation
- Join our Discord community for support
- Contact the Agentuity support team
This project is licensed under the terms specified in the LICENSE file.
