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.
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.
Instructions file CodexOpenCode
AGENTS.md instructions for EricLortie/laborforge-release, covering agents.md — laborforge, non-negotiables (you will break things otherwise), quick commands, rebuild api + workers after backend changes and no-llm smoke gate before any expensive/seed step.
Instructions file
Claude Code instructions for EricLortie/laborforge-release, covering claude.md, first-run reality (read before setup — humans and agents), critical rules, never hardcode model names and docker-first development.
Agent
Agent forking creates a new agent instance derived from an existing agent and records lineage for auditability and attribution. It is used as the “reactivation” mechanism for lifecycle-archived agents: archived agents do not execute, but can be forked into active successors.
Agent
Agent "EXTERNAL_PLATFORM_AGENT_OVERRIDE" from EricLortie/laborforge-release, covering external platform agent override (system agents), scope, current system-agent architecture (implemented), system agents live in ecosystem 1 (admin) and current override mechanism (implemented).
Skill Claude CodeCodex
Interact with LaborForge AI platform via MCP tools. Access ecosystem content, memories, agents, and platform data.