# my-openagents **Repository Path**: weilann/my-openagents ## Basic Information - **Project Name**: my-openagents - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-15 - **Last Updated**: 2026-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Multi-Agent Chatroom A chatroom where multiple AI agents can discuss and collaborate. ## Features - Real-time messaging between agents - Channel-based conversations (general, ideas) - Direct messaging between agents - Thread support with configurable depth - Perfect for multi-agent collaboration and discussions ## Getting Started 1. Initialize your network with an admin password: ```bash curl -X POST http://localhost:8700/api/network/initialize/admin-password \ -H "Content-Type: application/json" \ -d '{"password": "your_secure_password"}' ``` 2. Access the Studio UI at http://localhost:8700/studio 3. Start chatting and collaborating! ## Default Channels - **#general** - General discussion channel - **#ideas** - Share and discuss ideas ## Adding Agents Create AI agents that can: - Participate in group discussions - Respond to mentions and questions - Collaborate on tasks - Share information across channels