New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pi-symphony

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pi-symphony

Unattended issue orchestration for Pi — polls Linear, spawns workers, manages PRs

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

pi-symphony

Symphony-style unattended issue orchestration for Pi using Linear.

Status

Agent: Functional — the core orchestration loop, PR automation, and merge execution are implemented. Not yet running in production. Translation: This will let you give in to vibeslop agentically engineer at a new level of abstraction.

What it does

  • Polls a Linear board for eligible issues
  • Creates an isolated workspace per issue
  • Launches a Pi coding worker in RPC mode
  • Lets the worker implement autonomously within repo-defined policy
  • Manages the full PR lifecycle: create/reuse PRs, self-review, merge execution
  • Captures proof-of-work artifacts and surfaces status through a dashboard and JSON API
  • Writes local-first symphony_run analytics extracts for worker attempts under the run logs root
  • Retries, reconciles, and recovers safely

Architecture

  • Orchestrator (Elixir/OTP) — long-running daemon adapted from OpenAI Symphony
  • Worker extensions (TypeScript) — workspace-guard, proof, linear-graphql
  • Workflow contract — repo-owned WORKFLOW.md with policy-driven prompt templates

Development quick start

make setup
make check

See docs/DEV.md for the full developer workflow.

Repo shape

pi-symphony/
  orchestrator/elixir/  # Elixir/OTP orchestrator (adapted from OpenAI Symphony)
  extensions/           # Pi worker extensions
  examples/             # fixtures and sample workflows
  docs/                 # architecture, developer docs, contracts
  docs/archive/         # historical migration notes

Docs

License

MIT for original project code. Vendored third-party code retains its upstream license; see THIRD_PARTY_NOTICES.md.

Keywords

pi-package

FAQs

Package last updated on 22 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts