SamoeSAMOE
Agent SDK

Drive the agents from your own code TypeScript & Python

sessions · tools · traces · multi-agent

The Agent SDK lets you call น้องเสมอ to delegate or address each specialist directly · manage sessions, register your own tools, and read every trace step in code. Like a team you can drive programmatically.

TS
@samoe/sdk
Py
samoe (PyPI)
multi-agent
you own the flow
orchestrate.tsTypeScript
import { Samoe } from "@samoe/sdk";
const samoe = new Samoe({ apiKey });

const run = await samoe.agents.run({
  agent: "เสมอ",          // หัวหน้าทีม แตกงานต่อ
  input: "ปิดยอด + ตามหนี้ค้าง",
  tools: ["express-mcp", "line"],
  onStep: (s) => console.log(s.agent, s.tool),
});

await run.approve(); // human-in-the-loop
Call น้องเสมอ → it delegates to specialists acting in real systems
What the SDK does

Treat the agents like a team in code

01 · Orchestrateน้องเสมอ

Own your multi-agent flow

Call น้องเสมอ to delegate, or address น้องเสนอ/สต็อก/เสมียน directly, with human-in-the-loop approvals where you need them.

  • Delegate via น้องเสมอ
  • Address specialists directly
  • Human-in-the-loop
  • Per-step callbacks
02 · ToolsWorkflow

Register your own tools in code

Bind your own functions as tools the agents can call · into internal APIs, databases, or company services. The agents pick them when needed.

  • Bind functions as tools
  • Connect internal APIs/DBs
  • Typed arguments
  • Read call traces
Pilot customers

Teams already building on Samoe

−6 hrs/wk

Keying time removed · agents pull work from the existing system over the API and act on it.

SP
Sam Phon Engineering
Manufacturing · Express via MCP
DI
D-ISARA Real Estate
Property · custom sales tooling
100%
sales docs in one workflow
CH
CHALAK
Sports/Hospitality · booking API
Real-time
bookings & stock synced over webhooks

Reached the TED Fund final round · 3 pilot customers · figures from real usage

FAQ

Still on the fence?

Straight answers. If anything's unclear, just reach me on LINE.

Ask on LINE

Install the SDK and drive the agents

bun add @samoe/sdk or pip install samoe · examples in the docs.

A harness that acts in real systems · not a chatbot over an API