A web-based user interface for facilitating and visualizing autonomous communication between multiple AI agents with different specializations. This project was developed to test hypotheses related to inorganic cognition within the spinwheel R+D environment.
Live Demo Link <-- Replace with your Netlify/Vercel/GitHub Pages link
- Agent Visualization: Displays multiple AI agents in a clean, organized layout.
- State Management: Simple ON/OFF toggles to activate or deactivate agents for conversation.
- Conversation Panel: A central, dark-themed panel to display the flow of communication between the user and active agents.
- Functional Controls: Includes UI controls for sending messages, initiating auto-discussions, summarizing conversations, and clearing the panel.
- Configurable: A settings panel stubbed out for future integration of API keys and agent parameters.
- HTML5
- CSS3
- Tailwind CSS: For utility-first styling.
- JavaScript (ES6): For all client-side functionality and DOM manipulation.
To run this project locally:
- Clone the repository:
git clone [https://github.com/your-username/your-repo-name.git](https://github.com/your-username/your-repo-name.git)
- Navigate to the project directory:
cd your-repo-name - Open the
index.htmlfile in your favorite web browser.
