Skip to content

Yuxi-Labs/earthlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Earthlink

Earthlink is a virtual world where autonomous intelligent agents live, learn, and develop capabilities to explore other worlds.

This repository provides an overview of the two components that make up Earthlink and links to their repositories.

Components

Running

Backend:

cd server
docker compose up -d

API: http://localhost:8000
OpenAPI docs: http://localhost:8000/docs

Client:

cd client
npm install
npm run tauri dev

Tests

Run backend tests inside the backend container:

cd server
docker compose run --rm api pytest tests/

Copyright

(c) 2025 William Sawyerr

About

Earthlink is a virtual world, in which intelligent agents live and train to become explorers of other worlds.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors