CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/opencode-toolkit

Complete toolkit for configuring and extending OpenCode: agent creation, custom slash commands, configuration management, plugin development, and SDK usage.

98

Quality

98%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

task.mdbuild-tool/evals/scenario-2/

evals task.md

A developer wants to create a tool that runs a long-running Python analysis script on a file. The tool should:

  1. Accept a file argument
  2. Execute a Python script: python3 analyze.py <file>
  3. Properly handle cancellation if the user aborts the operation
  4. Return the output as a string

Implement the tool with proper abort signal handling.

build-tool

tile.json