feat: add Telegram bot example documentation demonstrating kagent A2A…#335
Open
ProfessorSeb wants to merge 7 commits intomainfrom
Open
feat: add Telegram bot example documentation demonstrating kagent A2A…#335ProfessorSeb wants to merge 7 commits intomainfrom
ProfessorSeb wants to merge 7 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new kagent documentation example showing how to integrate a Telegram bot with a kagent Agent via the A2A protocol, and links it from the Examples index.
Changes:
- Added a new MDX doc page: Telegram bot architecture, agent manifest, Python bot code, and Kubernetes deployment steps.
- Linked the new Telegram Bot example from the kagent examples landing page.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/app/docs/kagent/examples/telegram-bot/page.mdx | New end-to-end Telegram bot + A2A integration guide (agent YAML, bot code, deployment). |
| src/app/docs/kagent/examples/page.mdx | Adds a QuickLink entry pointing to the new Telegram bot example. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
… integration. Signed-off-by: Sebastian Maniak <sebastian@maniak.io>
e7422e5 to
50a4e9d
Compare
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sebastian Maniak <sebastian@maniak.io>
Rewrote the page to lead with screenshots, cut design-doc tone, and speak directly to platform/k8s engineers. Added image references for real Telegram conversation screenshots. Signed-off-by: Sebastian Maniak <sebastian@maniak.io> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7112be0 to
4928e69
Compare
Updated the introduction to provide a clearer overview of the Telegram bot's capabilities and architecture, emphasizing its AI integration and operational features. Signed-off-by: Sebastian Maniak <sebastian@maniak.io>
Signed-off-by: Sebastian Maniak <sebastian@maniak.io>
Signed-off-by: Sebastian Maniak <sebastian@maniak.io>
Signed-off-by: Sebastian Maniak <sebastian@maniak.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… integration.