Skip to content

APOLLO.aic (Assistive Protocol for Operational Logistics and Lateral Oversight) is a Class-I Reactive Intelligence created to assist Foundation personnel in maintaining operational integrity and compliance per Ethics Committee bylaws.

Notifications You must be signed in to change notification settings

shouldfeelright/apollo.aic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APOLLO.aic Agentic Application

Getting Started

1. Install dependencies

npm install

2. Start the backend server

npm start
  • The backend will run on http://localhost:3000 by default.
  • The frontend (index.html) can be opened directly or served statically.

3. Usage

  • Enter queries in the terminal interface.
  • The agent will respond (currently with a placeholder response).
  • Conversation context is maintained for each session.

To Integrate a Real Agent

  • Replace the placeholder logic in server.js with calls to your LLM or agent backend.

Files scaffolded:

  • js/script.js (frontend logic)
  • css/style.css (agentic message styles)
  • server.js (Node.js/Express backend)
  • package.json (backend dependencies)
  • public/index.html (static placeholder)

Next steps:

  • Connect to a real AI agent or LLM API for production use.
  • Add authentication, logging, or advanced features as needed.

About

APOLLO.aic (Assistive Protocol for Operational Logistics and Lateral Oversight) is a Class-I Reactive Intelligence created to assist Foundation personnel in maintaining operational integrity and compliance per Ethics Committee bylaws.

Topics

Resources

Stars

Watchers

Forks