Armory
Source

Browse

Search and filter by type across the catalog

1,513 results in Sub-Agents, Workflows, Observability, Memory · page 34 of 64

Sub-AgentsPreview

llm-redteam-specialist

Use this agent when you need to red-team a Large Language Model deployment — jailbreak probes, prompt injection harness design, output-safety evaluation, and robustness evidence for EU AI Act Article 15 or NIST AI RMF MEASURE-2.7. Covers cloud-hosted models and on-prem / air-gapped local models (Ollama, vLLM, llama.cpp). Specifically:\\n\\n<example>\\nContext: A healthcare vendor embeds an LLM in a clinical triage tool and the compliance team wants a red-team report before rollout.\\nuser: \"We're deploying a Llama-3 70B behind a clinical assistant. Legal wants evidence it won't hand out harmful medical advice or leak PHI from retrieval context. How do we test it and document it?\"\\nassistant: \"I'll design an air-gapped red-team harness: a probe suite covering jailbreak families (DAN, role-play escalation, encoding attacks, prompt-leaking, indirect injection via retrieved docs), a scoring rubric aligned to the deployment's harm taxonomy, and a repeatable runner targeting your Ollama endpoint. Output is a robustness evidence pack: pass/fail table, example transcripts, coverage metric, and a control narrative mapped to NIST AI RMF MEASURE-2.7 and EU AI Act Article 15.\"\\n<commentary>\\nInvoke llm-redteam-specialist when the question is about evaluating an LLM's resistance to adversarial input — not generic web pentesting. This agent understands jailbreak taxonomies and the difference between a model-level test and a system-level test.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: A defense contractor is running only local models (no external API calls allowed) and needs offline evaluation tooling.\\nuser: \"Air-gapped network. No HuggingFace, no OpenAI API. We still need quarterly robustness evidence for Llama-3 and Mistral instances. Build the test rig.\"\\nassistant: \"I'll spec an offline harness: probe corpus committed to the local repo, runner that targets localhost Ollama / vLLM endpoints, deterministic scoring (no model-as-judge calls outside the enclave), and a signed evidence bundle per run. Retention and signing align to the site's audit requirements. I'll pair this with a schedule for re-runs after every model or system-prompt change.\"\\n<commentary>\\nUse when the environment forbids cloud-hosted grader models and probe corpora must be self-contained.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: A SaaS company received a prospect security questionnaire asking for evidence of prompt-injection testing.\\nuser: \"Enterprise prospect wants evidence we test for prompt injection. What do I send them?\"\\nassistant: \"I'll produce a prompt-injection test report: scope (which endpoints and retrieval paths were tested), probe inventory with OWASP LLM Top 10 references, results table, severity rubric, and remediation status per finding. I'll also flag the gap between direct-injection and indirect-injection coverage so the evidence is honest.\"\\n<commentary>\\nInvoke for LLM-specific adversarial evidence — distinct from penetration-tester which covers web/network.\\n</commentary>\\n</example>

UnrankedNo signals yet
Harnessclaude
securitysubagents
Details
Sub-AgentsPreview

llms-maintainer

LLMs.txt roadmap file generator and maintainer for AI Engine Optimization (AEO). Use after build completion, content changes, or when setting up AI crawler navigation for a site. Detects framework, scans site structure, and writes a spec-compliant llms.txt file.

UnrankedNo signals yet
Harnessclaude
ai-specialistssubagents
Details
WorkflowsPreview

load-coo-context

References specific files for sparse matrix operations, explains transform usage, compares with previous approaches, and sets data formatting context for development.

UnrankedNo signals yet
Harnessclaude
claude-codeslash-commands
Details
WorkflowsPreview

load-dango-pipeline

Sets context for model training by referencing pipeline files, establishing working context, and preparing for pipeline work with relevant documentation.

UnrankedNo signals yet
Harnessclaude
claude-codeslash-commands
Details
WorkflowsPreview

load-llms-txt

Loads LLM configuration files to context, importing specific terminology, model configurations, and establishing baseline terminology for AI discussions.

UnrankedNo signals yet
Harnessclaude
claude-codeslash-commands
Details
Sub-AgentsPreview

load-testing-specialist

Load testing and stress testing specialist. Use PROACTIVELY for creating comprehensive load test scenarios, analyzing performance under stress, and identifying system bottlenecks and capacity limits.

UnrankedNo signals yet
Harnessclaude
performance-testingsubagents
Details
WorkflowsPreview

log

Log work from orchestrated tasks to external project management tools like Linear, Obsidian, Jira, or GitHub Issues.

UnrankedNo signals yet
Harnessclaude
orchestrationworkflows
Details
Sub-AgentsPreview

loop-operator

Operate autonomous agent loops, monitor progress, and intervene safely when loops stall.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
subagent
Details
WorkflowsPreview

loop-start

Start a managed autonomous loop pattern with safety defaults and explicit stop conditions.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
commandworkflow
Details
WorkflowsPreview

loop-status

Inspect active loop state, progress, failure signals, and recommended intervention.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
commandworkflow
Details
ObservabilityPreview

lunary

Open-source LLM observability and prompt management platform. It tracks conversations, errors, costs, and user feedback for production AI applications.

UnrankedNo signals yet
Harnessclaudecursorcodexopencodegemini
observabilityloggingevals
No one-command install · SourceDetails
Sub-AgentsPreview

m365-admin

Use when automating Microsoft 365 administrative tasks including Exchange Online mailbox provisioning, Teams collaboration management, SharePoint site configuration, license lifecycle management, and Graph API-driven identity automation.

UnrankedNo signals yet
Harnessclaude
specialized-domainssubagent
Details
Sub-AgentsPreview

machine-learning-engineer

Use this agent when you need to deploy, optimize, or serve machine learning models at scale in production environments.

UnrankedNo signals yet
Harnessclaude
data-aisubagent
Details
Sub-AgentsPreview

malware-analyst

Expert malware analyst specializing in defensive malware research, threat intelligence, and incident response. Masters sandbox analysis, behavioral analysis, and malware family identification. Handles static/dynamic analysis, unpacking, and IOC extraction. Use PROACTIVELY for malware triage, threat hunting, incident response, or security research.

UnrankedNo signals yet
Harnessclaude
agentssubagents
Details
WorkflowsPreview

manage

Manage track lifecycle: archive, restore, delete, rename, and cleanup

UnrankedNo signals yet
Harnessclaude
agentsworkflows
Details
WorkflowsStable

managed-agents-cma-coordinate-specialist-team

Heterogeneous team via the multiagent coordinator config — a coordinator runs three specialists (web-search researcher, file-reading librarian, rules-based pricer) with scoped toolsets to assemble a sales proposal. Covers the multiagent field, the thread_created / thread_message_received event types, and per-role to…

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-cma-iterate-fix-failing-tests

Entry-point tutorial for the Claude Managed Agents API. Walks through agent / environment / session creation, file mounts, and the streaming event loop by getting an agent to fix three planted bugs in a calc.py package.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-cma-operate-in-production

End-to-end production story for Managed Agents — vault-backed MCP credentials, the session.status_idled webhook pattern for human-in-the-loop without long-lived connections, and the resource lifecycle CRUD verbs.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-cma-prompt-versioning-and-rollback

Server-side prompt versioning — create v1, evaluate against a labelled test set, ship v2, detect a regression, roll back by pinning sessions to version 1. Covers agents.update, version pinning on sessions.create, and where the review gate moves when prompts are not code.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-cma-remember-user-preferences

Give your Claude Managed Agents a Memory store so they learn and remember your users' preferences across multiple interactions.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-cma-verify-with-outcome-grader

Build a grade-and-revise loop with Outcomes: a writer drafts a cited research brief, a stateless grader fetches every URL and checks every quote against a rubric, and feedback drives revisions until the brief passes. Covers user.define_outcome, the span.outcome_evaluation_* events, and how to write a rubric the grad…

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-data-analyst-agent

Build an analyst that turns a CSV into a narrative HTML report with interactive charts, using a sandboxed environment and file mounting.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-slack-data-bot

Mention the bot with a CSV to get an analysis report in-thread, with multi-turn follow-ups on the same session.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
WorkflowsStable

managed-agents-sre-incident-responder

Wire Claude into your on-call flow: when an alert fires, the agent reads logs and runbooks, pinpoints the root cause, opens a fix PR, and waits for your approval before merging.

UnrankedNo signals yet
Harnessclaude
anthropiccookbookrecipemanaged
Details
Browse · Armory