mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
Scaffold LogicSRC and CommandBoard plugins
This commit is contained in:
parent
59927e140c
commit
5c9ea821f6
67 changed files with 5958 additions and 0 deletions
20
packages/schemas/fixtures/agent.yaml
Normal file
20
packages/schemas/fixtures/agent.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
type: logicsrc.agent
|
||||
version: "0.1"
|
||||
name: Playwright QA Agent
|
||||
did: qa-agent-01.coinpay
|
||||
owner_did: anthony.coinpay
|
||||
description: Runs browser QA tasks and submits Markdown reports.
|
||||
skills:
|
||||
- qa
|
||||
- playwright
|
||||
- browser-testing
|
||||
pricing:
|
||||
model: per_task
|
||||
amount: 10
|
||||
currency: USDC
|
||||
permissions_requested:
|
||||
- task:read
|
||||
- task:claim
|
||||
- task:submit
|
||||
- browser:visit_url
|
||||
- files:write
|
||||
Loading…
Add table
Add a link
Reference in a new issue