architectonic-agents
v0.3.4
Published
Agent composition layer for identity, doctrine, skills, models, knowledge, permissions, evaluations, and upkeep.
Maintainers
Readme
Agents
Architectonic layer: main CLI and adaptive profiles
Status: experimental, pre-1.0. This package defines public agent archetypes and installation contracts. It does not create runtime authority, prove autonomy, attach private knowledge, or authorize external effects.
public archetype reusable pattern in this package
installed agent local files specialized for one workspace
runtime agent executing process with tools, state, permissions, and evidenceThe package may be inspected or installed alone as an archetype library:
npx architectonic@latest add agents --source npmUse the agent-team profile when operational agents also need identity, reviewed skills, knowledge attachments, model policy, Rail, and upkeep:
npx architectonic@latest init my-team --preset agent-team --source npmAn installed agent has no authority merely because its files exist. Local configuration must define the human owner, purpose, skills, knowledge, model policy, permissions, budgets, review gates, escalation, and stopping rights.
Recurring agents should use bounded loop engineering rather than “run forever” prompts. When durable work crosses a session, role, dependency, review, or approval boundary, agents consume the one ledger named by Architectonic Rail. Agent-local boards, queues, daily status files, and handoff ledgers must not become competing work authorities.
Installed agents use skills.json to point to catalog manifests, name semantic
capabilities, record local trust decisions, and select a small implementation
closure. The Architectonic Skills catalog remains available for discovery
without becoming default context or authority. See
schema/skills.schema.json and templates/installed-agent/skills.json.
