Official JavaScript/TypeScript SDK for ABOV3 - AI-powered development assistant.
npm install @abov3/sdk
# or
yarn add @abov3/sdk
# or
pnpm add @abov3/sdkimport { 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();For full documentation, visit https://github.com/ABOV3AI/abov3-genesis-codeforger
MIT