init: vibn-agent-runner — Gemini autonomous agent backend

Made-with: Cursor
This commit is contained in:
2026-02-26 14:50:20 -08:00
commit 8870f2b1e0
2519 changed files with 973799 additions and 0 deletions

24
.env.example Normal file
View File

@@ -0,0 +1,24 @@
# Google AI — required for all agents
GOOGLE_API_KEY=your-gemini-api-key
# Gitea — required for git push, issue management
GITEA_API_URL=https://git.vibnai.com
GITEA_API_TOKEN=your-gitea-token
GITEA_USERNAME=your-gitea-username
# Coolify — required for deployment tools
COOLIFY_API_URL=https://coolify.vibnai.com
COOLIFY_API_TOKEN=your-coolify-token
# Server config
PORT=3333
# Base path where agent workspaces are cloned
# Each repo gets a subfolder: /workspaces/owner_reponame
WORKSPACE_BASE=/workspaces
# Optional: internal URL of this service (used by spawn_agent to self-call)
AGENT_RUNNER_URL=http://localhost:3333
# Optional: shared secret for validating Gitea webhook POSTs
WEBHOOK_SECRET=