From 41bcfa55f883d0fa44a0e75b8eceb2a4d9241c7d Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 4 Jun 2024 06:31:02 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/legacy/readme.md b/legacy/readme.md index bd84e47c..70bdc30c 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -113,12 +113,12 @@ The SDK-specific imports are all isolated to keep the main `@agentic/stdlib` as - common utility functions for LLM-based function calling should be exported for convenience - clients and AIFunctions should be composable via `AIFunctionSet` - clients must work with all major TS AI SDKs - - SDK adaptors should be as lightweight as possible and be optional peer dependencies of `@agentic/core` + - SDK adaptors should be as lightweight as possible and be optional peer dependencies of `@agentic/stdlib` - SDK adatptor entrypoints should all be isolated to their own top-level imports - - `@agentic/core/ai-sdk` - - `@agentic/core/dexter` - - `@agentic/core/genkit` - - `@agentic/core/langchain` + - `@agentic/stdlib/ai-sdk` + - `@agentic/stdlib/dexter` + - `@agentic/stdlib/genkit` + - `@agentic/stdlib/langchain` ## Services