agentskit.js
Examples

Embedded (CLI / Raycast / VS Code)

Same agent runs from anywhere. Three host integrations of the identical runtime — Node CLI, Raycast script command, VS Code task.

Same createRuntime({ adapter }) shape, three hosts:

HostWrapperTry it
Node CLIsrc/index.tspnpm --filter @agentskit/example-embedded dev "Why is the sky blue?"
Raycast Script Commandraycast/agentskit-ask.tsCopy into ~/.config/raycast/scripts/agentskit/, install, type "Ask AgentsKit".
VS Code Taskvscode/tasks.jsonCopy into .vscode/tasks.json, then Cmd+Shift+P → Tasks: Run Task → AgentsKit · Ask.

The runtime is identical across hosts — only invocation glue differs.

Explore nearby

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page