@zea.cl/soma-sdk

ZEA Soma AgentHub SDK — React components for AI chat, files, skills, and workspaces

Packages

Package details

package

Install @zea.cl/soma-sdk from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@zea.cl/soma-sdk
Package
@zea.cl/soma-sdk
Version
0.2.1
Published
Jul 22, 2026
Downloads
706/mo · 65/wk
Author
chinostroza
License
MIT
Types
package
Size
824.4 KB
Dependencies
1 dependency · 2 peers

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@zea.cl/soma-sdk

React SDK for ZEA Soma AgentHub — chat, files, skills, workspaces.

Install

npm install @zea.cl/soma-sdk

Quick Start

import { SomaChat } from '@zea.cl/soma-sdk'
import '@zea.cl/soma-sdk/styles/base.css'

<SomaChat
  agentId="my-agent"
  apiKey="zs_live_..."
  baseUrl="https://soma.zea.cl"
/>

Dev

npm install
npm run build   # tsup → dist/
npm test        # vitest