Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

greenpooling/agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Agent Carpooling System

Building

mvn package

Running

Export DB configuration:

export DB_CONN="jdbc:postgresql://localhost:5432/carpooling"
export DB_USER=postgres
export DB_PASS=postgres

Run the main container (includes AgentFactory):

mvn -Pjade-main exec:java

Run as many agent containers as desired:

mvn -Pjade-agent exec:java

About

GreenPooling Multi-Agent System

Resources

Stars

Watchers

Forks

Packages

No packages published