Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 353 Bytes

File metadata and controls

21 lines (15 loc) · 353 Bytes

Contributing

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"

Test

pytest -q tests/unit

Standards

  • Keep CLI output machine-readable where --json is supported.
  • Never print secrets in logs or command output.
  • Keep auth model API-key/profile based (AGENTICFLOW_PUBLIC_API_KEY).