kin: KIN-BIZ-006 Проверить промпт sysadmin.md на поддержку сценария env_scan

This commit is contained in:
Gros Frumos 2026-03-16 19:26:51 +02:00
parent 531275e4ce
commit a58578bb9d
14 changed files with 1619 additions and 13 deletions

View file

@ -7,7 +7,7 @@ name = "kin"
version = "0.1.0"
description = "Multi-agent project orchestrator"
requires-python = ">=3.11"
dependencies = ["click>=8.0", "fastapi>=0.110", "uvicorn>=0.29"]
dependencies = ["click>=8.0", "fastapi>=0.110", "uvicorn>=0.29", "cryptography>=41.0"]
[project.scripts]
kin = "cli.main:cli"