Skip to content

JavaScript/TypeScript SDK for building agents, evaluators, pipelines, and AI-native workflows using the SprintLoop Enterprise OS.

License

Notifications You must be signed in to change notification settings

sprintloop/sprintloop-sdk-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

README.md

# SprintLoop JS SDK

Official JavaScript/TypeScript SDK for integrating apps, agents, and workflows with the **SprintLoop Enterprise OS**.

## Install
```bash
npm install @sprintloop/sdk
from sprintloop import SprintLoopClient

client = SprintLoopClient(api_key="YOUR_KEY")

result = client.agents.invoke(
    agent_id="claims-intake-agent",
    input={"utterance": "Check my claim", "channel": "voice"}
)

print(result["output"])

About

JavaScript/TypeScript SDK for building agents, evaluators, pipelines, and AI-native workflows using the SprintLoop Enterprise OS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published