WeSearch

Friday Studio AI runtime: Turn prompts, skills, & tools into reliable config

·6 min read · 0 reactions · 0 comments · 4 views
#ai#developer tools#automation#local development#agent orchestration#Friday Studio#Deno#Go#Node.js#uv#Anthropic#GitHub#Docker
Friday Studio AI runtime: Turn prompts, skills, & tools into reliable config
⚡ TL;DR · AI summary

Friday Studio is an AI agent orchestration platform that enables users to run autonomous agents triggered by HTTP, cron, or CLI signals. Agents operate within workspaces defined by a workspace.yml file, with support for local development using Deno, Go, Node.js, and Python. The platform includes tools for managing agent lifecycles, executing prompts, and integrating with LLM providers like Anthropic.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

Friday Studio AI agent orchestration platform. Workspaces run autonomous agents triggered by signals (HTTP, cron). The daemon manages workspace lifecycles — each workspace defines agents, signals, and jobs in a workspace.yml. Signals arrive (HTTP, CLI, cron), the daemon routes them to the workspace runtime, which spawns sessions where agents execute with MCP tool access. Quickstart Prerequisites Tool Version Why Deno 2.7.0+ Runs the daemon, CLI, and TypeScript packages Go 1.26+ Builds the Go services under tools/ (pty-server, webhook-tunnel, friday-launcher) Node.js 24+ Needed for npx, Vite, and the web playground uv 0.11+ Provisions the managed Python that user agents run under (auto-installed by setup-dev-env.sh if absent) git any recent — Docker (optional) any recent Alternative path:…

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub