-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: updating examples on the home page #292
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
type: "llms", | ||
title: "Composable and Reusable", | ||
mobileTitle: "LLMs", | ||
description: | ||
"Install or publish components on npm and use throughout your workflows.", | ||
title: "Use any LLM", | ||
mobileTitle: "Use any LLM", | ||
description: "Easily swap between models and providers.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another option for this one could be one around showing how to use components from a fictional package to demonstrate that you can use components from npm and publish them there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or could be a 5th example if we wanted
const result = WriteBlogWorkflow.run({ prompt: "Write a blog post about AI developer tools." }); | ||
`, | ||
agents: `import { Swarm, Agent, Tool } from 'ai-agent-sdk'; | ||
export const WriteBlog = gsx.StreamComponent<BlogWriterProps>( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we make this a regular component to simplify things?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big improvement. Let's ship it and we can iterate. Much more to do before the night is done!
Updates examples for the home page