agent-ts
v0.0.1-alpha.1
Published
A TypeScript SDK for building AI agents
Maintainers
Readme
AgentSDK
A simple TypeScript SDK package.
Installation
npm install @inkeep/agentsdkQuick Start
import { helloAgentSDK } from '@inkeep/agentsdk';
// Call the hello function
helloAgentSDK(); // Logs: "hello agent sdk"API Reference
helloAgentSDK(): void
A simple function that logs "hello agent sdk" to the console.
Development
# Install dependencies
npm install
# Build the project
npm run build
# Run tests
npm test
# Run linting
npm run lint
# Fix linting issues
npm run lint:fixPublishing
This package is ready for publishing to npm. Before publishing:
- Update the version in
package.json - Update the author, repository, and homepage URLs
- Run
npm run buildto ensure everything builds correctly - Run
npm publish
License
MIT
