@uptiqai/integrations-sdk
v1.0.6
Published
SDK for UPTIQ integrations
Readme
Samuel Agent Types SDK
A TypeScript SDK for Agent Builder types, providing type-safe interfaces and utilities.
Features
- 🎯 TypeScript First: Built with TypeScript for excellent developer experience
- 🔧 Modern Tooling: ESLint and Prettier for code quality and formatting
- 📦 Ready to Publish: Configured for npm package distribution
- 🚀 Zero Config: Minimal setup required
Installation
npm install uptiq-v2-integrations-sdk
# or
yarn add uptiq-v2-integrations-sdkDevelopment
Prerequisites
- Node.js (v16 or higher)
- Yarn
Setup
- Clone the repository
- Install dependencies:
yarn install
Available Scripts
yarn build- Build the TypeScript codeyarn dev- Watch mode for developmentyarn lint- Run ESLintyarn lint:fix- Fix ESLint issues automaticallyyarn format- Format code with Prettieryarn format:check- Check code formattingyarn clean- Clean build artifacts
Project Structure
samuel-agent-types-sdk/
├── src/
│ └── index.ts # Main SDK entry point
├── dist/ # Compiled output (generated)
├── eslint.config.js # ESLint configuration
├── .prettierrc # Prettier configuration
├── tsconfig.json # TypeScript configuration
├── package.json # Package configuration
└── README.md # This fileContributing
- Fork the repository
- Create a feature branch
- Make your changes
- Run linting and formatting:
yarn lint && yarn format - Submit a pull request
License
MIT License - see LICENSE file for details.
