iiRecord
Agentic AI Atlas · regression-testing-agent
lib-process:ai-agents-conversational--regression-testing-agenta5c.ai
II.
LibraryProcess JSON

lib-process:ai-agents-conversational--regression-testing-agent

Structured · live

regression-testing-agent json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:ai-agents-conversational--regression-testing-agent",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "regression-testing-agent",
    "description": "Regression Testing for Agent Behavior - Process for implementing regression testing to ensure agent behavior\nremains consistent across updates including test case management and automated validation.",
    "libraryPath": "library/specializations/ai-agents-conversational/regression-testing-agent.js",
    "specialization": "ai-agents-conversational",
    "references": [
      "- pytest: https://docs.pytest.org/\n- LangSmith Testing: https://docs.smith.langchain.com/concepts/evaluation/testing"
    ],
    "example": "const result = await orchestrate('specializations/ai-agents-conversational/regression-testing-agent', {\n  agentName: 'production-agent',\n  testCasesPath: './test-cases',\n  cicdIntegration: true\n});",
    "usesAgents": [
      "agent-evaluator",
      "golden-test-creator",
      "snapshot-developer",
      "validation-developer",
      "cicd-developer",
      "reporting-developer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:ai-agents-conversational--regression-testing-agent",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:ai-agents-conversational--regression-testing-agent",
      "to": "workflow:code-review",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:ai-agents-conversational--regression-testing-agent",
      "to": "workflow:agent-evaluation-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:ai-agents-conversational--regression-testing-agent",
      "to": "specialization:ai-agents-conversational",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    },
    {
      "from": "lib-process:ai-agents-conversational--regression-testing-agent",
      "to": "lib-agent:ai-agents-conversational--agent-evaluator",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}