packages/continue-sdk/README.md
⚠️ EXPERIMENTAL: This package is in early development and subject to frequent breaking changes without notice.
This SDK provides programmatic access to Continue's Hub APIs and functionality.
The Continue SDK is structured into separate language-specific packages, currently with implementations for TypeScript and Python, with more languages planned for the future:
/typescript directory, providing a drop-in replacement for OpenAI's TypeScript client libraries/python directory, providing a drop-in replacement for OpenAI's Python client librariesEach package includes:
Continue.from() method to easily initialize and use Continue assistants with an OpenAI-compatible interfaceEnd users should install the published packages directly:
npm install @continuedev/sdkpip install continuedevEach published package includes its own documentation.
# Install dependencies
npm install
# Generate API clients
npm run generate-client:ALL
# Start Swagger UI for API exploration
npm run swagger-ui