We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cd138 commit 589fad6Copy full SHA for 589fad6
README.md
@@ -85,8 +85,15 @@ export default {
85
86
## SDK: Run agents in production
87
88
+Install the [SDK package](https://www.npmjs.com/package/@codebuff/sdk) -- note this is different than the CLI codebuff package.
89
+```bash
90
+npm install @codebuff/sdk
91
+```
92
+
93
+Import the client and run agents!
94
95
```typescript
-import { CodebuffClient } from 'codebuff'
96
+import { CodebuffClient } from '@codebuff/sdk'
97
98
// 1. Initialize the client
99
const client = new CodebuffClient({
0 commit comments