Skip to content

Ants Platform JS/TS SDKs - Instrument your LLM app and get detailed tracing/observability. Works with any LLM or framework

License

Notifications You must be signed in to change notification settings

ants-platform/ants-platform-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ants Platform Logo

Ants Platform JS/TS SDK

MIT License npm version

Modular mono repo for the Ants Platform JS/TS client libraries.

Packages

Package NPM Description Environments
@antsplatform/client NPM Ants Platform API client for universal JavaScript environments Universal JS
@antsplatform/tracing NPM Ants Platform instrumentation methods based on OpenTelemetry Node.js 20+
@antsplatform/otel NPM Ants Platform OpenTelemetry export helpers Node.js 20+
@antsplatform/openai NPM Ants Platform integration for OpenAI SDK Universal JS
@antsplatform/langchain NPM Ants Platform integration for LangChain Universal JS

Installation

npm install antsplatform
# or
yarn add antsplatform
# or
pnpm add antsplatform

Quick Start

import { AntsPlatformClient } from "antsplatform";

const client = new AntsPlatformClient({
  publicKey: "your-public-key",
  secretKey: "your-secret-key",
  baseUrl: "https://api.ants-platform.com", // optional
});

Documentation

Development

This is a monorepo managed with pnpm. See CONTRIBUTING.md for detailed development instructions.

Quick start:

pnpm install    # Install dependencies
pnpm build      # Build all packages
pnpm test       # Run tests
pnpm ci         # Run full CI suite

License

MIT

About

Ants Platform JS/TS SDKs - Instrument your LLM app and get detailed tracing/observability. Works with any LLM or framework

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%