Welcome to your Agentuity Bun Agent project! This README provides essential information to help you get started with developing, testing, and deploying your AI agents.
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 create a new agent in your project:
agentuity agent newFollow the interactive prompts to configure your agent.
Run your project in development mode with:
agentuity devThis will start your project and open a new browser window connecting your Agent to the Agentuity Console in Live Mode, allowing you to test and debug your agent in real-time.
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.
├── agents/ # Agent definitions and implementations
├── node_modules/ # Dependencies
├── .agentuity/ # Agentuity configuration files
├── package.json # Project dependencies and scripts
└── agentuity.yaml # Agentuity project configuration
Your project configuration is stored in agentuity.yaml. This file defines your agents, development settings, and deployment configuration.
You can set environment variables for your project:
agentuity env set KEY=VALUEFor sensitive information, use secrets:
agentuity env set --secret KEY=VALUEFor 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.
