Skip to main content

fast-connection-executors

Rules for touching packages/agensis-cli/src/connectionExecutors.mjs or executor.mjs — the pooled Claude Agent SDK / codex app-server connections that keep one warm session per silo alive across jobs instead of spawning a subprocess per turn. Use this before adding a new option that affects how a session is opened (cwd, model, permissionMode, hostFolders, leanCli, mcp config), before touching the SDK pump loop or the codex JSON-RPC message handler, before changing idle-timeout or session-close logic, and before changing the "confirmedUnavailable" fallback-to-subprocess detection in createPrimaryExecutor. This subsystem pools long-lived state keyed by silo, so bugs here are stale-session or leaked-process bugs that only show up on a SECOND job, not the first.

Aller à l'installation

Informations de source

Dépôt
jasonkneen/agensis-agent
Dernière activité de la source
24 juillet 2026 à 09:16
Langue détectée de SKILL.md
anglais
Étoiles
14
Forks
4

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.