You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-5Lines changed: 32 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -449,12 +449,39 @@ This monadic approach allows AStack to maintain both the flexibility of function
449
449
450
450
## 📦 Packages
451
451
452
-
AStack is organized into several packages:
452
+
AStack is organized into several packages, all published on npm:
453
+
454
+
| Package | Version | Description |
455
+
|---------|---------|-------------|
456
+
|[@astack-tech/core](https://www.npmjs.com/package/@astack-tech/core)|[](https://www.npmjs.com/package/@astack-tech/core)| Core functionality and pipeline execution engine |
457
+
|[@astack-tech/components](https://www.npmjs.com/package/@astack-tech/components)|[](https://www.npmjs.com/package/@astack-tech/components)| Reusable AI components like Agents and Memories |
458
+
|[@astack-tech/tools](https://www.npmjs.com/package/@astack-tech/tools)|[](https://www.npmjs.com/package/@astack-tech/tools)| Tool definitions and implementations |
459
+
|[@astack-tech/integrations](https://www.npmjs.com/package/@astack-tech/integrations)|[](https://www.npmjs.com/package/@astack-tech/integrations)| Integrations with external services and model providers |
460
+
461
+
### Installation
462
+
463
+
Install the packages you need:
464
+
465
+
```bash
466
+
# Core package (required)
467
+
npm install @astack-tech/core
468
+
469
+
# Components package (for Agents, Memory, etc.)
470
+
npm install @astack-tech/components
471
+
472
+
# Tools package (for tool implementations)
473
+
npm install @astack-tech/tools
474
+
475
+
# Integrations package (for model providers like OpenAI, Deepseek, etc.)
|[@astack-tech/components](https://www.npmjs.com/package/@astack-tech/components)|[](https://www.npmjs.com/package/@astack-tech/components)| 可重用的 AI 组件,如代理和内存 |
0 commit comments