Skip to content

Hardening/r shell coordination#58

Open
rkboyce wants to merge 18 commits into
mainfrom
hardening/r-shell-coordination
Open

Hardening/r shell coordination#58
rkboyce wants to merge 18 commits into
mainfrom
hardening/r-shell-coordination

Conversation

@rkboyce

@rkboyce rkboyce commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

Major revision to add runner and exploration features to the R shells that use Study Agent

if path.endswith(".csv"):
import csv

with open(path, "r", encoding="utf-8") as handle:
raise IndexError(f"row_index_out_of_bounds:{row_index}")
return reader[idx]

with open(path, "r", encoding="utf-8") as handle:

def _load_keeper_concept_sets_from_path(path: str):
path = _resolve_safe_local_request_path(path)
with open(path, "r", encoding="utf-8") as handle:
if not protocol_text and protocol_path:
try:
with open(protocol_path, "r", encoding="utf-8") as handle:
with open(_resolve_safe_local_request_path(protocol_path), "r", encoding="utf-8") as handle:
for path in cohort_paths:
try:
with open(path, "r", encoding="utf-8") as handle:
with open(_resolve_safe_local_request_path(path), "r", encoding="utf-8") as handle:
if concept_set is None and concept_set_path:
try:
with open(concept_set_path, "r", encoding="utf-8") as handle:
with open(_resolve_safe_local_request_path(concept_set_path), "r", encoding="utf-8") as handle:
if (not cohort or cohort == {}) and cohort_path:
try:
with open(cohort_path, "r", encoding="utf-8") as handle:
with open(_resolve_safe_local_request_path(cohort_path), "r", encoding="utf-8") as handle:
rkboyce added 4 commits June 22, 2026 09:12
Updated video links in README to include 'VIDEO:' prefix for clarity.
Add 'VIDEO:' prefix to video links in README
Update video link for part 5 in README.md
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