-
Notifications
You must be signed in to change notification settings - Fork 328
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
feat: Add showcase page. #892
base: main
Are you sure you want to change the base?
Conversation
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.
PR Summary
Added a new showcase section highlighting community projects, featuring GibberLink and Talk to Santa examples with detailed implementation guides and demos.
- Fix spelling errors in
/fern/docs/pages/showcase/gibberlink.mdx
: "modiefied" → "modified", "Projec" → "Project", and inconsistent capitalization of "English" - Fix typo in
/fern/docs/pages/showcase/talk-to-santa.mdx
: "Projec" → "Project" in Card title - Consider adding
.cursorrules
to enforce consistent formatting across showcase pages - Ensure all external links in showcase pages use HTTPS where available (e.g., gbrl.ai)
- Add alt text to iframe elements in showcase pages for better accessibility
💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!
6 file(s) reviewed, 12 comment(s)
Edit PR Review Bot Settings | Greptile
path: docs/pages/showcase.mdx | ||
contents: | ||
- page: Gibberlink | ||
path: docs/pages/showcase/gibberlink.mdx |
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.
style: Missing icon property for Gibberlink page entry - consider adding for consistency with other pages
contents: | ||
- page: Gibberlink | ||
path: docs/pages/showcase/gibberlink.mdx | ||
- page: Talk to Santa |
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.
style: Missing icon property for Talk to Santa page entry - consider adding for consistency with other pages
|
||
GibberLink is an example of two conversational AI agents switching from English to sound-level protocol after confirming they are both AI agents, which was built during our [worldwide hackathon](/blog/announcing-the-winners-of-the-elevenlabs-worldwide-hackathon#0-global-top-prize). | ||
|
||
The project is open source and can be inspected on modiefied [on GitHub](https://github.com/PennyroyalTea/gibberlink). |
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.
syntax: 'modiefied' is misspelled and 'on' is redundant
The project is open source and can be inspected on modiefied [on GitHub](https://github.com/PennyroyalTea/gibberlink). | |
The project is open source and can be inspected [on GitHub](https://github.com/PennyroyalTea/gibberlink). |
<Card title="Projec code" icon="brands github" href="https://github.com/PennyroyalTea/gibberlink"> | ||
The project is open source and can be inspected and modiefied on GitHub. | ||
</Card> |
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.
syntax: 'Projec' is misspelled and 'modiefied' is misspelled
<Card title="Projec code" icon="brands github" href="https://github.com/PennyroyalTea/gibberlink"> | |
The project is open source and can be inspected and modiefied on GitHub. | |
</Card> | |
<Card title="Project code" icon="brands github" href="https://github.com/PennyroyalTea/gibberlink"> | |
The project is open source and can be inspected and modified on GitHub. | |
</Card> |
|
||
[gbrl.ai](https://www.gbrl.ai/) — Agent2Agent conversation in your browser (use two devices) | ||
|
||
[youtube](https://www.youtube.com/watch?v=EtNagNezo8w) — Agents switching from english to ggwave, video: |
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.
syntax: 'english' should be capitalized
[youtube](https://www.youtube.com/watch?v=EtNagNezo8w) — Agents switching from english to ggwave, video: | |
[youtube](https://www.youtube.com/watch?v=EtNagNezo8w) — Agents switching from English to ggwave, video: |
--- | ||
|
||
<Card | ||
title="Projec code" |
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.
syntax: 'Projec code' is misspelled
title="Projec code" | |
title="Project code" |
icon="brands github" | ||
href="https://github.com/elevenlabs/elevenlabs-examples/tree/main/examples/conversational-ai/talk-to-santa" | ||
> | ||
The project is open source and can be inspected and modiefied on GitHub. |
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.
syntax: 'modiefied' is misspelled
The project is open source and can be inspected and modiefied on GitHub. | |
The project is open source and can be inspected and modified on GitHub. |
|
||
## Setting up the Agent | ||
|
||
1. Set-up a Conversational AI agent in ElevenLabs [Guide](https://elevenlabs.io/docs/conversational-ai/docs/agent-setup). |
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.
syntax: The guide URL contains a duplicate 'docs' segment
1. Set-up a Conversational AI agent in ElevenLabs [Guide](https://elevenlabs.io/docs/conversational-ai/docs/agent-setup). | |
1. Set-up a Conversational AI agent in ElevenLabs [Guide](https://elevenlabs.io/docs/conversational-ai/agent-setup). |
|
||
Be sure to maintain the conversation in the user's selected language. | ||
|
||
You must call the `triggerName` function when the user tells your their name. |
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.
syntax: 'your' should be 'you'
You must call the `triggerName` function when the user tells your their name. | |
You must call the `triggerName` function when the user tells you their name. |
- Parameter 1: | ||
1. Data type: String | ||
2. Identifier: itemKey | ||
3. Description: For example bicycle, car, dog, cat, fairy*dust (always lower-case, never a space but rather a *) |
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.
logic: Inconsistent use of underscore vs asterisk in example
3. Description: For example bicycle, car, dog, cat, fairy*dust (always lower-case, never a space but rather a *) | |
3. Description: For example bicycle, car, dog, cat, fairy_dust (always lower-case, never a space but rather an underscore) |
speedy |
Preview: https://elevenlabs-preview-f344a19b-8a95-43eb-af71-9e97d1f2364d.docs.buildwithfern.com/docs/showcase