Skip to content

Adding DemoTime and Code Tour for NDC talk#312

Merged
willvelida merged 2 commits intomainfrom
feature/ndc-sydney-2026
Apr 23, 2026
Merged

Adding DemoTime and Code Tour for NDC talk#312
willvelida merged 2 commits intomainfrom
feature/ndc-sydney-2026

Conversation

@willvelida
Copy link
Copy Markdown
Owner

This pull request introduces two new guided walkthrough files for demos and code tours related to responsible AI agent architecture and security controls in the Biotrackr system. These files are structured to help users and developers understand how responsible AI and security boundaries are enforced, with step-by-step instructions and context for each architectural feature.

Key additions:

Demo walkthrough for security controls:

  • Added .demo/demo.json to provide a four-step interactive demo showing real-time security controls in action, including prompt injection rejection, code validation, a report generation kill switch, and KQL-based security event auditing. Each step includes file highlights and terminal commands to demonstrate the controls live.

Code tour for responsible agent architecture:

  • Added .tours/ndc-responsible-agents.tour containing a detailed, step-by-step code tour of Biotrackr's responsible AI agent design. The tour covers middleware pipelines, code validation gates, agent identity, independent review, and observability, with direct code references and architectural explanations mapped to OWASP controls.

Signed-off-by: Will Velida <willvelida@hotmail.co.uk>
Copilot AI review requested due to automatic review settings April 23, 2026 01:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds guided walkthrough artifacts for the NDC Sydney talk, documenting Biotrackr’s responsible agent architecture and demonstrating OWASP-aligned security boundaries via a DemoTime script and a VS Code CodeTour.

Changes:

  • Added a CodeTour detailing Chat/Reporting agent architecture, middleware pipeline, identity, review, and observability.
  • Added a DemoTime demo script with four live steps: prompt-injection rejection, code validation, kill switch, and KQL auditing.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
.tours/ndc-responsible-agents.tour New CodeTour describing responsible agent architecture and OWASP control mappings with deep links into code.
.demo/demo.json New DemoTime script for a live security-controls walkthrough (prompt injection, code validation, kill switch, and KQL audit trail).

Comment thread .tours/ndc-responsible-agents.tour Outdated
Comment thread .demo/demo.json Outdated
Comment thread .tours/ndc-responsible-agents.tour Outdated
@willvelida willvelida merged commit 86c30a1 into main Apr 23, 2026
7 checks passed
@willvelida willvelida deleted the feature/ndc-sydney-2026 branch April 23, 2026 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants