- Step1: Clone the repository from GitHub.
- Step2: Install dependencies with npm or yarn.
- Step3: Add your OpenAI API key in .env.
- Step4: Select or configure an agent in config/agents.yml.
- Step5: Run npm start to launch the API server.
- Step6: Send requests to REST endpoints to interact with agents.
- Step7: Create new agent modules in src/agents and register in config.
- Step8: Deploy on your preferred platform (cloud, local, container).