Skip to content

Commit

Permalink
Link to external AgentKit docs. Add redirect. (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly authored Dec 13, 2024
1 parent 0c6b9fc commit 74b2450
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 665 deletions.
11 changes: 7 additions & 4 deletions app/ai/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default function Page() {
text="Define complex AI workflows in code, including agentic orchestration, and let the AgentKit handle the heavy lifting of managing dependencies, retries, and failures with ease."
ctas={[
{
href: `/docs/agent-kit/overview?ref=${ref}`,
href: `https://agentkit.inngest.com/?ref=${ref}`,
text: "Get started",
},
]}
Expand Down Expand Up @@ -325,7 +325,7 @@ export default inngest.createFunction(
title: "AgentKit",
description:
"Learn how to use AgentKit to build, test and deploy reliable AI workflows.",
url: `/docs/agent-kit/overview?ref=${ref}`,
url: `https://agentkit.inngest.com/?ref=${ref}`,
},
{
type: "blog",
Expand Down Expand Up @@ -386,10 +386,13 @@ function Hero() {
backend complexity.
</p>
<div className="flex flex-row flex-wrap gap-4 justify-center md:justify-start">
<Button variant="primary" href={`ai/early-access?ref=${ref}`}>
<Button variant="primary" href={`/ai/early-access?ref=${ref}`}>
Sign up for early access
</Button>
<Button variant="link" href={`ai/early-access?ref=${ref}`}>
<Button
variant="link"
href={`/docs/features/inngest-functions/steps-workflows/step-ai-orchestration?ref=${ref}`}
>
Explore the docs <RiArrowRightLine className="h-4 w-4" />
</Button>
</div>
Expand Down
2 changes: 2 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ const permanentRedirects = [
"/docs/features/middleware/encryption-middleware?guide=python",
],
["/blog/nextjs-openai-o1", "/blog/agentic-workflow-example"],

["/docs/agent-kit/overview", "https://agentkit.inngest.com"],
];

async function redirects() {
Expand Down
4 changes: 2 additions & 2 deletions pages/blog/_posts/ai-orchestration-with-agentkit-step-ai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Building AI applications that actually work in production is surprisingly comple

Today, we're excited to announce two new AI-native features:

- [AgentKit](/docs/agent-kit/overview), the fastest way to develop, test, and ship complex AI workflows to production, in early access
- [AgentKit](https://agentkit.inngest.com), the fastest way to develop, test, and ship complex AI workflows to production, in early access
- A new set of core APIs in our platform: [step.ai](/docs/features/inngest-functions/steps-workflows/step-ai-orchestration), which brings the same world-class developer experience from our existing product to AI-native applications.

Just as Inngest manages your background jobs, webhooks, and scheduled tasks with built-in retries and state management, [step.ai](/docs/features/inngest-functions/steps-workflows/step-ai-orchestration) now handles your AI model calls with the same production-ready infrastructure — with built in observability and support for agentic workflows out of the box.
Expand Down Expand Up @@ -49,7 +49,7 @@ export default inngest.createFunction(
);
```

<a href="/docs/agent-kit/overview">You can read the docs here</a>, and [see the code on GitHub](https://github.com/inngest/agent-kit). We cannot wait to see how you work with AgentKit. We're iterating daily, and to speak with us or give feedback <a href="https://www.inngest.com/discord?ref=agentkit-blog"> join us in our #ai discord</a>
<a href="https://agentkit.inngest.com">You can read the docs here</a>, and [see the code on GitHub](https://github.com/inngest/agent-kit). We cannot wait to see how you work with AgentKit. We're iterating daily, and to speak with us or give feedback <a href="https://www.inngest.com/discord?ref=agentkit-blog"> join us in our #ai discord</a>


## New step APIs - now available for early access: `step.ai.wrap` and `step.ai.infer`
Expand Down
279 changes: 0 additions & 279 deletions pages/docs/agent-kit/ai-agent-network-state-routing.mdx

This file was deleted.

Loading

0 comments on commit 74b2450

Please sign in to comment.