create_skill_architect_agent: Create a SkillArchitect Agent

View source: R/stdlib_agents.R

create_skill_architect_agentR Documentation

Create a SkillArchitect Agent

Description

Creates an advanced agent specialized in creating, testing, and refining new skills. It follows a rigorous "Ingest -> Design -> Implement -> Verify" workflow.

Usage

create_skill_architect_agent(
  name = "SkillArchitect",
  registry = NULL,
  model = NULL
)

Arguments

name

Agent name. Default "SkillArchitect".

registry

Optional SkillRegistry object (defaults to creating one from inst/skills).

model

The model object to use for verification (spawning a tester agent).

Value

An Agent object configured for skill architecture.


aisdk documentation built on May 29, 2026, 9:07 a.m.