View source: R/stdlib_agents.R
| create_skill_architect_agent | R Documentation |
Creates an advanced agent specialized in creating, testing, and refining new skills. It follows a rigorous "Ingest -> Design -> Implement -> Verify" workflow.
create_skill_architect_agent(
name = "SkillArchitect",
registry = NULL,
model = NULL
)
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). |
An Agent object configured for skill architecture.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.