Skip to main content

38 docs tagged with "agents"

View all tags

Adversarial Testing

Prompt injection, PEP bypass, manifest violations, and entitlement escalation tests for PGAR runtimes.

Agents Playbooks

Hub for Agents playbooks: intent routing, orchestration (session, memory, autonomy), and tool manifests.

Audit & Replay

Immutable verdict logs, examiner questions, and replaying authorization without chat transcripts.

Autonomy Shape

Run Pattern 0-3 from the pinned route: single inference, autonomous loop, fixed workflow, or guided hybrid inside Plane ②.

Eval Plane ⑤: Tool

How to evaluate the Tool plane — selection, arguments, idempotency, error handling, and schema compliance for agent tool calls.

Eval Plane ⑥: Memory

How to evaluate the Memory plane — session scope, TTL, consistency, and cross-session leakage in agent and copilot systems.

Eval Plane ⑦: Action

How to evaluate the Action plane — policy enforcement, authorization, side effects, and auditability before irreversible operations execute.

Further Reading

Curated third-party articles, guides, and tool docs on LLM and agent evaluation — mapped to the Eval Framework Blueprint series.

Further Reading

Curated third-party resources on PDP/PEP, OAuth, policy engines, and agent authorization, mapped to the PGAR playbook series.

Governance Playbooks

Two views, one G.A.I.N subject: estate operating how-to and PGAR runtime how-to.

Inference Handoff

Every plan or synthesize call goes through Plane ③, then validate proposals against the manifest and gate side effects at the PEP.

Intent Router Playbooks

Hub for intent routing playbooks: route contract reference, route table lifecycle, layered classification, agentic app wiring, and routing eval CI.

Layered Classifier

Implement intent classification: eligible routes, rules (channel and event), classifier, LLM fallback, safety veto, and outcomes before the agent loop.

Manifest Registry

Tool manifests, schema compliance, PEP gating per tool, and blocking proposals outside the registry.

MCP Playbooks

Hub for G.A.I.N MCP: MCP is transport. Tool contracts (manifests) live under Agents.

Memory

Session, working, loop, episodic, and long-term memory as route policy plus a partitioned store: isolation, TTL, retrieve_only, writes, and erase.

Orchestration Playbooks

Hub for Plane ② orchestration playbooks: session custody, memory, autonomy shape, and inference handoff after the intent router decides and the app pins the run.

PDP Policy Surfaces

ALLOW, DENY, and STEP_UP only — policy versioning, rule authoring, and deterministic authorization.

PEP Enforcement

The four steps every Policy Enforcement Point runs on every proposal: receive, ask PDP, audit, act.

PGAR Boundary Playbooks

The five PGAR trust boundaries in request order (ingress, agentic app, LLM proposal, PEP + PDP, downstream), including multi-agent workflows, with links to each implementation playbook.

PGAR Foundation Playbooks

Core PGAR building blocks in implementation order — SARAC contracts, token custody, PEP/PDP enforcement, step-up, and audit replay.

Policy Test Scenarios

Golden scenario libraries for PDP/PEP regression, representative, edge, adversarial, and incident replay cases.

RAG Retrieval

Retrieval as a PEP-gated tool, context pack logging, validation handoff, and PGAR applied to RAG.

Route Contract Reference

Field dictionary for route table rows: route, activation target (which agentic app to start), manifest, policy, retrieval, memory, workflow, and related artifact ids.

Route Table Lifecycle

Where route contracts live, how to version and promote them, entitlement requirements per row, and rollback in regulated environments.

Routing Eval CI

Golden intent sets, release gates, adversarial coverage, and incident replay for Plane ① routing — aligned with Eval Input plane.

Runtime Playbooks

Hub for Policy-Governed Agent Runtime playbooks (foundation, assurance, and boundary). PEP/PDP on the request path.

Session Custody

Two pins, durable run store, and when a checkpointer or Temporal is enough: loop bounds, credential stripping, restart by run_id.

Step-Up & Attestation

STEP_UP verdict handling, four-eyes approval, re-evaluation with context.approval, and UX ownership in the agentic app.

Wire Agentic App

Decide-only router: freeze the route, async-start the app, skip the loop on clarify/abstain. UI and event ingress.