Szymanski Consulting – Orchestrator for PM/vCISO/Quoting
Project description
sc-orchestrator
Control-only, package-first orchestrator for:
- Project management automation
- vCISO daily posture checks
- Quoting / lifecycle proposals
- Backup monitoring
Quick Start
Using the Reusable Workflow
For child repositories, use the reusable workflow to run the orchestrator:
# .github/workflows/orchestrator.yml
name: Run Orchestrator
on:
schedule:
- cron: '0 9 * * *' # Daily at 9 AM
workflow_dispatch:
jobs:
orchestrate:
uses: Szymanski-Consulting-Inc/Orchestrator/.github/workflows/run-orchestrator.yml@release/v0
with:
config_path: 'orchestrator.yaml'
outputs_dir: 'outputs'
state_dir: 'state'
logs_dir: 'logs'
upload_logs: true
orchestrator_version_range: '>=0.2,<0.3' # Optional: pin or constrain sc-orchestrator version
Note: The workflow automatically uploads logs as artifacts named logs-<repo>-<run-id> with 14-day retention.
Version Control: Use the orchestrator_version_range input to pin or constrain the sc-orchestrator package version (e.g., '==0.2.11', '>=0.2,<0.3'). If omitted, the latest pre-release version is installed.
Direct CLI Usage
sc-orchestrate --config config/policy.yaml --state-dir .bot/state --outputs-dir outputs --logs-dir logs
Extensibility
- Add new agents under
sc_orchestrator/agents/(exposerun(...)). - Add new connectors under
sc_orchestrator/connectors/(expose fetchers). - The orchestrator loads agents enabled in YAML, and fetches each connector once.
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
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
File details
Details for the file sc_orchestrator-0.2.14.tar.gz.
File metadata
- Download URL: sc_orchestrator-0.2.14.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e019cc0f04d1792fbb3d7feff29b497cb09333e8609c34461f6998018235d59
|
|
| MD5 |
ca2b4f3873b1b3230e26bea2a68bddd7
|
|
| BLAKE2b-256 |
b9b0a5dd19f89245261d9f65732ddb6c3f6e0d52f100f0da014fc467201b7bc1
|
File details
Details for the file sc_orchestrator-0.2.14-py3-none-any.whl.
File metadata
- Download URL: sc_orchestrator-0.2.14-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f498b243f2b6b88e84ee3264d8c58bb98150c1d86eb0dec710469b627685bb12
|
|
| MD5 |
8842457f4d3535d44ade982f71958736
|
|
| BLAKE2b-256 |
8046a39650b166e80e0eef2f3081c8bb0e9d35b2fe3c5d0898ffe1f52553e59b
|