PIG — Prime Intellect Growth Copyright 2026 The PIG Authors This product includes software developed by The PIG Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --- ACKNOWLEDGEMENTS One architectural idea in this project was studied from, and is gratefully credited to, the following open-source project. No source code was copied from it; the debt is one of design. Buzz (https://github.com/block/buzz) — Apache License 2.0. The agent-as-workspace-member model that informed PIG's treatment of agents as first-class principals with their own identity and audit trail. --- BUNDLED THIRD-PARTY SOFTWARE Piggy, PIG's assistant, runs on Prime Intellect's own coding-agent harness, embedded as a library rather than invoked as a tool. It is a direct runtime dependency of a distributed artefact and is named here for that reason; the rest of the dependency tree is declared in the lockfile and carries its own licences. @earendil-works/pi-coding-agent — MIT License. Copyright (c) Earendil Works. Together with its sibling packages @earendil-works/pi-ai and @earendil-works/pi-agent-core, also MIT. Full licence text ships inside each package under node_modules. PIG configures the harness with no shell, filesystem or code-execution tools; see AGENTS.md for how that boundary is imposed and tested. --- DATA PROVENANCE PIG ships with seed data describing publicly documented people and companies. Every seeded person record carries a `confidence` grade and a `source_url` citing where the claim came from. No email addresses are included, inferred, or generated: none were published by the subjects, and guessing them would be both unreliable and inappropriate. Seed data reflects public sources as of August 2026 and will go stale. It is provided to make the application legible on first run, not as an assertion of fact about any individual. See docs/seed-data.md.