EricLortie/laborforge-release

Docker-based, multi-tenant platform for autonomous AI agent ecosystems — runs on local or cloud models, with built-in cross-instance federation. Source-available under the PolyForm Small Business License.

5Stars on the repository
14Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

agents-api

01

EricLortie/laborforge-release

Cursor rule Cursor

⚠️ MVP Context: This is an active proof-of-concept for "vibe coding" with no production users yet. Some features may be partially implemented or evolving.

5 1mo ago A 2,674 tokens

EricLortie/laborforge-release

Cursor rule Cursor

Cursor rule "backend-architecture" from EricLortie/laborforge-release, covering backend architecture and api structure, core backend components, api endpoints structure, core modules and ai provider integrations.

5 1mo ago A 1,021 tokens

container-naming

03

EricLortie/laborforge-release

Cursor rule Cursor

The Docker Compose stack is named laborforge-dev. Individual containers have predictable names based on the pattern.

5 1mo ago C 1,845 tokens

database-schema

04

EricLortie/laborforge-release

Cursor rule Cursor

-- Users can belong to multiple ecosystems users (1) -----> (N) userecosystemmemberships (N) <----- (1) ecosystems.

5 1mo ago A 1,594 tokens

EricLortie/laborforge-release

Cursor rule Cursor

Cursor rule "development-workflow" from EricLortie/laborforge-release, covering development workflow and testing procedures, development environment setup, initial setup, clone and setup and start development environment.

5 1mo ago A 1,487 tokens

docker-commands

06

EricLortie/laborforge-release

Cursor rule Cursor

Cursor rule "docker-commands" from EricLortie/laborforge-release, covering docker commands and container management, quick docker commands, start development environment, start all services and view logs.

5 1mo ago A 454 tokens

EricLortie/laborforge-release

Cursor rule Cursor

// Request interceptor for ecosystem ID const injectEcosystemId = (config: any) => { let ecosystemId = window.getCurrentEcosystemId() || localStorage.getItem('ecosystemId'); if (ecosystemId && config.headers) { config.headers['X-Ecosystem-ID'] = ecosystemId; } return config; }.

5 1mo ago A 1,877 tokens

EricLortie/laborforge-release

Cursor rule Cursor

Cursor rule "security-authentication" from EricLortie/laborforge-release, covering security, authentication, and authorization, authentication system, jwt token management, password security and password hashing with bcrypt.

5 1mo ago A 1,925 tokens