Skip to main content

Agentic orchestration.

Project description

porki

Table of Contents

  1. Description
  2. Quickstart
  3. Installation
  4. Test
  5. CLI Reference

Description

porki is an agentic orchestration runtime for multi-agent workflows. It coordinates orchestrator and agent processes, persists shared state in Redis, and uses an LLM CLI (claude or codex) to plan and execute tasks.

It leverages markdown-based control files: a primary INSTRUCTIONS.md for orchestrator/agent directives and per-agent heartbeat markdown files for live control signals (for example pause/resume-style runtime directives).

Example usage: Systemg Orchestrator

[!WARNING] Designed to run with systemg.

Quickstart

Install

pip install porki

Simple Command

porki --help
porki run --help
porki instructions --help

Minimal runtime example (orchestrator + agent) with bundled test assets:

porki run \
  --role orchestrator \
  --instructions tests/assets/INSTRUCTIONS.md \
  --llm-provider codex \
  --llm-cli codex
porki run \
  --role agent \
  --instructions tests/assets/instructions/agent-research.md \
  --heartbeat tests/assets/instructions/heartbeat/agent-research.md \
  --agent-name agent-research \
  --goal-id goal-demo \
  --llm-provider codex \
  --llm-cli codex

One-shot prompt mode:

porki run --prompt "Draft a concise architecture summary for this repo."

Enable colored logging output (similar to cargo):

porki run --role orchestrator --instructions INSTRUCTIONS.md --color

The --color flag enables ANSI color codes for log levels:

  • INFO: Green
  • DEBUG: Light Blue (Cyan)
  • WARNING: Yellow
  • ERROR: Red

The --log-style flag controls log verbosity:

  • concise (default): human-first logs with only meaningful context keys.
  • event: full structured key/value event suffix on each line.

Create a template instruction file:

porki instructions create --name "Core infra dev" --path ./instructions

Generated templates now include canonical JSON schema examples for goals, DAG tasks, task state, finished tasks, and LLM response payloads. Each generated file also includes explicit version metadata (porki_instruction_template_version and porki_schema_version) so upgrades are trackable.

Example output path from the command above:

./instructions/CORE_INFRA_DEV.md

By default, --redis-url is fakeredis:// for local/demo usage.

Installation

Prerequisites

  • python 3.10+
  • systemg (sysg CLI available on PATH)
  • redis (server reachable by --redis-url)
  • an LLM CLI: claude or codex

PyPI

pip install porki

From Source

git clone https://github.com/ra0x3/porki.git
cd porki
pip install -e .

Development Only (uv)

uv commands are for development workflows (not required for normal runtime use):

uv sync

Test

From repository checkout:

uv run pytest

Without uv:

python -m pip install pytest
python -m pytest

CLI Reference

usage: porki [-h] [--version] {run,instructions} ...

Porki agent/orchestrator entrypoint (version X.Y.Z)

positional arguments:
  {run,instructions}
    run               Run orchestrator/agent loops or submit a one-shot prompt
                      to the configured LLM
    instructions      Instruction file utilities

options:
  -h, --help          show this help message and exit
  --version           Show version and exit
usage: porki run [-h] [--role {agent,orchestrator}]
                 [--instructions INSTRUCTIONS] [-p [PROMPT]]
                 [--redis-url REDIS_URL] [--log-level LOG_LEVEL]
                 [--log-style {concise,event}] [--color]
                 [--agent-name AGENT_NAME] [--agent-role AGENT_ROLE]
                 [--goal-id GOAL_ID] [--heartbeat HEARTBEAT]
                 [--loop-interval LOOP_INTERVAL] [--lease-ttl LEASE_TTL]
                 [--poll-interval POLL_INTERVAL]
                 [--heartbeat-interval HEARTBEAT_INTERVAL]
                 [--instruction-interval INSTRUCTION_INTERVAL]
                 [--claude-cli CLAUDE_CLI]
                 [--claude-extra-arg CLAUDE_EXTRA_ARG] [--claude-use-sysg]
                 [--llm-provider {claude,codex}] [--llm-cli LLM_CLI]
                 [--llm-extra-arg LLM_EXTRA_ARG] [--llm-use-sysg]
usage: porki instructions [-h] [--log-level LOG_LEVEL]
                          [--log-style {concise,event}] [--color] {create} ...
usage: porki instructions create [-h] -n NAME -p PATH [--force]
                                 [--log-level LOG_LEVEL]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

porki-0.7.1.tar.gz (64.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

porki-0.7.1-py3-none-any.whl (48.3 kB view details)

Uploaded Python 3

File details

Details for the file porki-0.7.1.tar.gz.

File metadata

  • Download URL: porki-0.7.1.tar.gz
  • Upload date:
  • Size: 64.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for porki-0.7.1.tar.gz
Algorithm Hash digest
SHA256 3ad8110defe87230c06720b92eb95a3689fdea57560fd8c5e73cc3600b067efe
MD5 72e998f30bf92bc485acf05efd12357a
BLAKE2b-256 cdce4446685319a71979408739de2f252b457118a37aa89976195b2ec9ffc93d

See more details on using hashes here.

File details

Details for the file porki-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: porki-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 48.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for porki-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1ed1ea4a58518eeeb56808cc918fd7b527c09bcab72c693557ed83516971e468
MD5 b2cb4c426326c82acba2b408696eb50c
BLAKE2b-256 9d4f6fc116545f303c8f80ab8845b80037a95d6b03578eec165e8c038619f2ca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page