Skip to content

dr-jd-allen/axon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AXON: Agentic Executive Oversight Network

AXON Screenshot

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


Features

  • 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.

Tech Stack

  • HTML5
  • CSS3
  • Tailwind CSS: For utility-first styling.
  • JavaScript (ES6): For all client-side functionality and DOM manipulation.

How to Use

To run this project locally:

  1. Clone the repository:
    git clone [https://github.com/your-username/your-repo-name.git](https://github.com/your-username/your-repo-name.git)
  2. Navigate to the project directory:
    cd your-repo-name
  3. Open the index.html file in your favorite web browser.