pull/643/head^2
Travis Fischer 2024-06-04 06:31:02 -05:00
rodzic 52fe2db156
commit 7f098d1ec3
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -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