You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A web application that simulates a fully decentralized drone swarm operating based on the principles of Sun Tzu's 'The Art of War'. Each drone acts as an autonomous agent, collectively making strategic decisions using the Gemini API or Ollama without a central commander.
This contains everything you need to run your app locally.
Run Locally
Prerequisites: Node.js
Install dependencies:
npm install
Set the GEMINI_API_KEY in .env.local to your Gemini API key
Run the app:
npm run dev
About
A web application that simulates a fully decentralized drone swarm operating based on the principles of Sun Tzu's 'The Art of War'. Each drone acts as an autonomous agent, collectively making strategic decisions using the Gemini API or Ollama without a central commander.