From 6f45444d972a9f3ed98a532f891818c4e9aafc63 Mon Sep 17 00:00:00 2001 From: Helena Date: Wed, 27 May 2026 03:30:14 +0000 Subject: [PATCH] doc fixes --- docs/docs/infrastructure/agentic_plan.md | 9 ++------- docs/mkdocs.yml | 1 + 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/docs/infrastructure/agentic_plan.md b/docs/docs/infrastructure/agentic_plan.md index e309b41c..3894ba8d 100644 --- a/docs/docs/infrastructure/agentic_plan.md +++ b/docs/docs/infrastructure/agentic_plan.md @@ -361,10 +361,7 @@ To ensure our security architecture functions as expected, a variety of tests, m - Data access for the CHELL is restricted to protect against improper leakage of credentials, experiment results, and other sensitive information. To test this, walk through a full experiment creation process using an agent, with one walk through being happy path and another with a purposefully-thrown crash. Then monitor all generated telemetry streams for sensitive data to see if any such information was logged by the agent. - The audit log collection is intended to record mutable actions taken by agents interacting with the system (full schema of the collection included in the architecture section). To test this, execute a series of mutable actions (running a new experiment, updating experiment information, deleting experiment information, or any other mutable actions that are implemented), and confirm that the collection writes that occurred to log these actions properly record each. To ensure full coverage beyond just the happy path testing, temporarily scale down the MongoDB pods (which should cause the health check associated with the audit log to fail), and then attempt to make the same mutable actions. Each action should be denied, with degraded-mode error returned as its reason. - -## 9. Unresolved decisions - -## 10. References +## 9. References - [Utilizing Ollama](https://www.mindstudio.ai/blog/ollama-run-ai-models-locally-claude-code-workflows) - [RFC7662](https://www.rfc-editor.org/rfc/rfc7662) @@ -373,6 +370,4 @@ To ensure our security architecture functions as expected, a variety of tests, m - [Github API Request Limit](https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2026-03-10) - [Logging in Python](https://realpython.com/python-logging/) - [Audit Logs in MongoDB](https://oneuptime.com/blog/post/2026-03-31-mongodb-how-to-implement-audit-logging-in-mongodb/view) -- [Audit Logs with Agentic Systems](https://www.loginradius.com/blog/engineering/auditing-and-logging-ai-agent-activity) - - +- [Audit Logs with Agentic Systems](https://www.loginradius.com/blog/engineering/auditing-and-logging-ai-agent-activity) \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0950a288..f0688e03 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -23,6 +23,7 @@ nav: - VMs: infrastructure/vms.md - Cluster Upgrade: infrastructure/cluster_update.md - Used Technologies: infrastructure/used_technologies.md + - Agentic Implementation Plan: infrastructure/agentic_plan.md - Developer Help: - Developer Setup: developerhelp/setup.md - Helpful Commands: developerhelp/helpful_commands.md