agents-api
01Cursor 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.
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.
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.
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.
Cursor rule Cursor
The Docker Compose stack is named laborforge-dev. Individual containers have predictable names based on the pattern.
Cursor rule Cursor
-- Users can belong to multiple ecosystems users (1) -----> (N) userecosystemmemberships (N) <----- (1) ecosystems.
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.
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.
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; }.
Cursor rule Cursor
Purpose: Quick reference for AI agents working on resource linking in LaborForge.
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.