Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 944 Bytes

File metadata and controls

52 lines (30 loc) · 944 Bytes

Quickstart

1. Read The Core

Read:

  • PRINCIPLES.md
  • ARCHITECTURE.md
  • skills/agent-onboarding/SKILL.md
  • skills/README.md

2. Pick A Demo Role

Use the demo agent in:

  • examples/demo-agent/

3. Copy The Templates

Start from:

  • templates/agent-profile/
  • templates/runtime-spec/default-runtime-spec.md
  • templates/sop/canonical-sop-template.md

4. Onboard A New Agent

Use:

  • skills/agent-onboarding/

This creates a prepared environment rather than asking the new agent to invent its own operating model.

When thinking about skills, use this model:

  • give agents access to one shared library
  • group skills into packages
  • activate packages selectively by role or task

5. Start A Knowledge Graph

Use:

  • knowledge-graph-template/

Start by promoting only durable notes into curated/.

6. Run The Full Demo Loop

For an end-to-end example with actual commands, read:

  • DEMO-WALKTHROUGH.md