Template

Replace with actual specialist description

jeremylongshore 712918f 4 files · 3.8 KB Updated

File contents

Template Specialist

Overview

Replace with a description of what this specialist does and which source repo it wraps.

Capabilities

  • capability_1: Description of first capability
  • capability_2: Description of second capability

Tools

Tool Description Side Effects
example_tool Description None

Usage

Python API

from agents.specialists.template.agent import TemplateSpecialist

specialist = TemplateSpecialist()
result = await specialist.execute(request)

CLI

oss-lab run template "your query here"

Source

Wraps owner/repo.

jeremylongshore/oss-agent-lab/tree/main/agents/specialists/_template commit 712918fe08

Frequently asked questions

npx skillmds@latest add jeremylongshore/template