Agentic orchestration.
Project description
porki
Agentic orchestration.
porki is an orchestration runtime designed to run with
systemg.
Dependencies
python3.10+systemg(sysgCLI available on PATH)redis(server reachable by--redis-url)- an LLM CLI:
claudeorcodex
Workspace Setup (uv)
uv sync
Run
uv run porki --help
Tests
uv run pytest
Package Install
pip install porki
CLI
porki --help
usage: porki [-h] --role {agent,orchestrator} --instructions INSTRUCTIONS
[--redis-url REDIS_URL] [--log-level LOG_LEVEL]
[--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]
Porki agent/orchestrator entrypoint
options:
-h, --help show this help message and exit
--role {agent,orchestrator}
Process role
--instructions INSTRUCTIONS
Primary instructions file
--redis-url REDIS_URL
Redis connection URL
--log-level LOG_LEVEL
Python logging level
--agent-name AGENT_NAME
Agent identifier when running in agent mode
--agent-role AGENT_ROLE
Agent role identifier when running in agent mode
--goal-id GOAL_ID Goal identifier for the active DAG
--heartbeat HEARTBEAT
Heartbeat file path for agent role
--loop-interval LOOP_INTERVAL
Agent loop interval in seconds
--lease-ttl LEASE_TTL
Lease TTL in seconds
--poll-interval POLL_INTERVAL
Orchestrator poll interval in seconds
--heartbeat-interval HEARTBEAT_INTERVAL
Agent heartbeat file read interval in seconds
--instruction-interval INSTRUCTION_INTERVAL
Agent instructions reload interval in seconds
--claude-cli CLAUDE_CLI
Path to the Claude CLI executable
--claude-extra-arg CLAUDE_EXTRA_ARG
Additional arguments for the Claude CLI
--claude-use-sysg Invoke Claude through `sysg spawn --ttl` to capture
stdout/stderr
--llm-provider {claude,codex}
LLM provider used for orchestration and agents
--llm-cli LLM_CLI Path to provider CLI executable
--llm-extra-arg LLM_EXTRA_ARG
Additional arguments for the selected LLM CLI
--llm-use-sysg Invoke LLM CLI through `sysg spawn` for output capture
Project details
Release history Release notifications | RSS feed
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.1.0.tar.gz
(45.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
porki-0.1.0-py3-none-any.whl
(34.6 kB
view details)
File details
Details for the file porki-0.1.0.tar.gz.
File metadata
- Download URL: porki-0.1.0.tar.gz
- Upload date:
- Size: 45.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73c8ced857c9e41ed9c8fa8f34fcd34b9322934925ba00a67e821344c641fc3f
|
|
| MD5 |
1800f3360991ff160cb73c61f6a89eba
|
|
| BLAKE2b-256 |
9388bab2cb19c04cf094d19a78d52710ca9d382ddea8a23387fcb9ba7b37168f
|
File details
Details for the file porki-0.1.0-py3-none-any.whl.
File metadata
- Download URL: porki-0.1.0-py3-none-any.whl
- Upload date:
- Size: 34.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ea870e0481e7066dcb1fd5ec7c61b92cb022b412c2720065d603ed99aa80d8b
|
|
| MD5 |
cd9e68e7619ba1cdc02831aa0ad930f1
|
|
| BLAKE2b-256 |
dfece9873d6c0eeb923e24ea1d4101915857d286be59e659534c2b7e2a956265
|