Skip to content

ABOV3AI/abov3-sdk-js

Repository files navigation

@abov3/sdk

Official JavaScript/TypeScript SDK for ABOV3 - AI-powered development assistant.

Installation

npm install @abov3/sdk
# or
yarn add @abov3/sdk
# or
pnpm add @abov3/sdk

Usage

import { createAbov3Client } from '@abov3/sdk';

const client = createAbov3Client({
  baseUrl: 'http://localhost:4096',
  // Add your configuration here
});

// Use the client to interact with ABOV3 API
const sessions = await client.sessions.list();

Documentation

For full documentation, visit https://github.com/ABOV3AI/abov3-genesis-codeforger

License

MIT

About

JavaScript/TypeScript SDK for ABOV3 AI Coding Agent

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages