diff --git a/pages/docs/examples/ai-agents.mdx b/pages/docs/examples/ai-agents.mdx new file mode 100644 index 00000000..223136e6 --- /dev/null +++ b/pages/docs/examples/ai-agents.mdx @@ -0,0 +1,75 @@ +import { ResourceGrid, Resource } from 'src/shared/Docs/Resources'; +import { Example } from 'src/shared/Docs/Examples'; + +import { RobotIcon } from "@heroicons/react/24/outline"; + +export const description = "Learn how to use Inngest with AI agents for automated workflows." + +# AI Agents + +AI agents are software entities that perform tasks autonomously or semi-autonomously based on predefined rules or machine learning models. These agents can be used in various scenarios, such as customer support, data analysis, and process automation, to enhance efficiency and productivity. + +With Inngest, you can orchestrate and manage AI agents to create robust workflows that leverage AI capabilities seamlessly. + +## Code examples +Here are apps that use Inngest to power AI agent workflows. + + + +## More context +Check the resources below to learn more about working with AI agents using Inngest. + + + + + + + + + + + + + +## Related concepts + +- [Concurrency](/docs/guides/concurrency) +- [Debouncing](/docs/guides/debounce) +- [Prioritization](/docs/guides/priority) +- [Rate limiting](/docs/guides/rate-limiting) +- [Steps](/docs/reference/functions/step-run) +- [Throttling](/docs/guides/throttling) \ No newline at end of file diff --git a/pages/docs/examples/index.mdx b/pages/docs/examples/index.mdx index 1967a98b..cb447e8f 100644 --- a/pages/docs/examples/index.mdx +++ b/pages/docs/examples/index.mdx @@ -10,6 +10,14 @@ Explore the features built with Inngest: + +