feat: Publish new blog post and documentation example on kagent human…#325
feat: Publish new blog post and documentation example on kagent human…#325ProfessorSeb merged 4 commits intomainfrom
Conversation
…-in-the-loop capabilities. Signed-off-by: Sebastian Maniak <sebastian@maniak.io>
26c37fc to
396d33d
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new “Human-in-the-Loop” blog post and a matching documentation example to help users build kagent agents that pause for approvals before executing destructive Kubernetes actions.
Changes:
- Added a new blog post covering HITL concepts and a step-by-step walkthrough.
- Added a new docs example page and linked it from the docs examples index.
- Registered a new blog author and author headshot; added the post to the blog index.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/blogContent/human-in-the-loop-kagent.mdx | New blog post content and tutorial steps for HITL. |
| src/app/docs/kagent/examples/page.mdx | Adds a new QuickLink to the HITL example. |
| src/app/docs/kagent/examples/human-in-the-loop/page.mdx | New docs tutorial mirroring the HITL walkthrough. |
| src/app/blog/page.tsx | Adds the new post to the internal blog index list. |
| src/app/blog/authors.ts | Registers the new author used by the post. |
| public/images/authors/sebastianmaniak.png | Adds the author profile image referenced by authors.ts. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 6 changed files in this pull request and generated no new comments.
💡 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.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sebastian Maniak <sebastian@maniak.io>
|
@ProfessorSeb I've opened a new pull request, #327, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sebastian Maniak <sebastian@maniak.io>
|
@ProfessorSeb I've opened a new pull request, #328, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sebastian Maniak <sebastian@maniak.io>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@ProfessorSeb I've opened a new pull request, #329, to work on those changes. Once the pull request is ready, I'll request review from you. |
…-in-the-loop capabilities.