transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
MIT License
16.07k stars 2.11k forks source link

Examples of plugin usage for a Chatbot #603

Closed scarolan closed 6 months ago

scarolan commented 12 months ago

Describe the feature

We have a Slackbot built on the Bolt JS framework. This client is working great for providing ChatGPT powered responses for users! One request was that we enable it with a plugin that could crawl web content and include it in the prompt. For example, 'look at this webpage and summarize it for me' or 'parse this youtube video for relevant content', etc.

Does anyone have examples of how to do this in the context of a chat bot?