agentskit.js
Packages

@agentskit/solid

Solid hook. Same contract as @agentskit/react.

#Install

npm install @agentskit/solid solid-js @agentskit/adapters

#Hello world

import { useChat } from '@agentskit/solid'
import { anthropic } from '@agentskit/adapters'

const chat = useChat({ adapter: anthropic({ apiKey, model: 'claude-sonnet-4-6' }) })

#Surface

  • useChat(config): ChatReturn β€” Solid hook backed by createStore + onCleanup.

#Siblings

React Β· Vue Β· Svelte Β· React Native Β· Angular Β· Ink

#Stability

  • Version: 0.2.0
  • Tier: alpha
  • Contract: evolving
  • Roadmap: see packages roadmap for what this package needs to reach v1.0.

#Source

npm: @agentskit/solid Β· repo: packages/solid

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page