pull/659/head
Travis Fischer 2024-08-04 08:51:37 -05:00
rodzic d2b48c999e
commit 772f1cc695
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -33,7 +33,7 @@
## Intro ## Intro
Agentic is a **standard library of AI functions / tools** which are **optimized for both normal TS-usage as well as LLM-based apps** and work with all of the major TS AI SDKs (LangChain, LlamaIndex, Vercel AI SDK, OpenAI SDK, etc). Agentic is a **standard library of AI functions / tools** which are **optimized for both normal TS-usage as well as LLM-based usage**. Agentic works with all of the major TS AI SDKs (LangChain, LlamaIndex, Vercel AI SDK, OpenAI SDK, etc).
Agentic clients like `WeatherClient` can be used as normal TS classes: Agentic clients like `WeatherClient` can be used as normal TS classes:
@ -343,7 +343,6 @@ Note that you can import any of these AI tools from `@agentic/stdlib` OR from th
- valtown - valtown
- replicate - replicate
- huggingface - huggingface
- [skyvern](https://github.com/Skyvern-AI/skyvern)
- pull from [clay](https://www.clay.com/integrations) - pull from [clay](https://www.clay.com/integrations)
- pull from [langchain](https://github.com/langchain-ai/langchainjs/tree/main/langchain) - pull from [langchain](https://github.com/langchain-ai/langchainjs/tree/main/langchain)
- provide a converter for langchain `DynamicStructuredTool` - provide a converter for langchain `DynamicStructuredTool`
@ -352,7 +351,6 @@ Note that you can import any of these AI tools from `@agentic/stdlib` OR from th
- general openapi support ala [workgpt](https://github.com/team-openpm/workgpt) - general openapi support ala [workgpt](https://github.com/team-openpm/workgpt)
- compound tools / chains / flows / runnables - compound tools / chains / flows / runnables
- market maps - market maps
- incorporate [zod-validation-error](https://github.com/causaly/zod-validation-error)
- investigate [autotool](https://github.com/run-llama/LlamaIndexTS/tree/main/packages/autotool) - investigate [autotool](https://github.com/run-llama/LlamaIndexTS/tree/main/packages/autotool)
- investigate [alt search engines](https://seirdy.one/posts/2021/03/10/search-engines-with-own-indexes/) - investigate [alt search engines](https://seirdy.one/posts/2021/03/10/search-engines-with-own-indexes/)
- investigate [data connectors](https://github.com/mendableai/data-connectors) - investigate [data connectors](https://github.com/mendableai/data-connectors)