Show HN: Agentic is an OSS AI functions stdlib (github.com)
The goal of Agentic is to create a set of standard AI functions / tools which are optimized for both normal TS-usage as well as LLM-based apps.
It's designed to work with all of the major TS AI SDKs (LangChain, LlamaIndex, Vercel AI SDK, OpenAI SDK, Firebase Genkit, etc) via adaptors.
Would love feedback from the HN community :)
1 comment
[ 4.9 ms ] story [ 12.6 ms ] threadOne question for our use case - what if a standard function requires bi-directional communication (as opposed to a single call to `generateText`)?
For one standard function, our envisioned interaction loop is: Agent --> SSE to browser --> browser processes --> browser sends results back to server --> server sends to Agent --> Agent returns result