Skip to content

Commit 511ed77

Browse files
committed
u
1 parent 7c2412f commit 511ed77

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/agentic-kit/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ A unified, streaming-capable interface for multiple LLM providers. Plug in any s
2020
npm install agentic-kit
2121
```
2222

23+
2324
## Quick Start
2425

2526
```typescript

packages/anthropic/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ Anthropic (Claude) adapter for agentic-kit with SSE streaming support.
1919
```bash
2020
npm install @agentic-kit/anthropic
2121
```
22+

packages/ollama/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ A JavaScript/TypeScript client for the Ollama LLM server, supporting model listi
2020
npm install @agentic-kit/ollama
2121
```
2222

23+
2324
## Usage
2425

2526
```typescript

packages/openai/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ OpenAI (and OpenAI-compatible) adapter for agentic-kit. Works with GPT models, L
1919
```bash
2020
npm install @agentic-kit/openai
2121
```
22+

0 commit comments

Comments
 (0)