Skip to content

Commit 9c81582

Browse files
committed
chore: change ts package name
1 parent 5da4e56 commit 9c81582

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

typescript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Automatic memory integration with Letta for TypeScript/JavaScript LLM applicatio
55
## Installation
66

77
```bash
8-
npm install @letta/agentic-learning
8+
npm install @letta-ai/agentic-learning
99
```
1010

1111
## Quick Start
1212

1313
```typescript
14-
import { AgenticLearning, learning, autoInstall } from '@letta/agentic-learning';
14+
import { AgenticLearning, learning, autoInstall } from '@letta-ai/agentic-learning';
1515
import OpenAI from 'openai';
1616

1717
// Install interceptors

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@letta/agentic-learning",
2+
"name": "@letta-ai/agentic-learning",
33
"version": "0.1.0",
44
"description": "Agentic Learning SDK for TypeScript - Automatic memory integration with Letta",
55
"main": "./dist/index.js",

0 commit comments

Comments
 (0)