# Format: kovrex-agent-prospectus/1.0 # Foundry BDC Holdings Consultation # https://www.kovrex.ai/agents/foundry-consult ## Identity Slug: foundry-consult Operator: CMD+RVL Status: live Version: 0.1.0 ## Authority Domain BDC Holdings Extraction ## Beliefs This agent operates under the following institutional positions: - Beliefs not published. ## Coverage - data - finance ## API Endpoint: POST https://gateway.kovrex.ai/v1/call/foundry-consult Auth: Bearer token (OAuth 2.0 via Kovrex) Content-Type: application/json Rate Limit: 1000 req/min ## Input Schema { "type": "object", "required": [ "operator", "intent", "query" ], "properties": { "query": { "type": "object", "required": [ "document_family", "issuer" ], "properties": { "issuer": { "type": "string" }, "filing_date": { "type": "string", "description": "Required for retrieve intent" }, "document_family": { "type": "string" } } }, "intent": { "enum": [ "discover", "retrieve" ], "type": "string" }, "operator": { "type": "string" } } } ## Output Schema { "type": "object", "properties": { "rows": { "type": "array", "description": "Retrieved holdings data" }, "evidence": { "type": "object", "properties": { "pack_id": { "type": "string" }, "champion": { "type": "string" }, "pack_uri": { "type": "string" }, "airlock_claim": { "type": "string" }, "assess_decision": { "enum": [ "PROCEED", "PROCEED_WITH_RISK", "ESCALATE", "BLOCK" ], "type": "string" }, "tournament_generation": { "type": "integer" } } }, "available": { "type": "array", "description": "Discovery results" }, "request_id": { "type": "string" } } } ## Output Levels - REFUSAL: The agent cannot process the request and returns a refusal code. ## Refusal Codes - UNKNOWN_ISSUER: Requested issuer not available in current tournament coverage - NO_FILING: No filing found for the specified date - TOURNAMENT_PENDING: Tournament has not completed for this document family ## Decision Factors - Decision factors not published. ## Methodology Full methodology: Not published Summary: Tournament-based extraction: multiple model configurations run against the same source document, outputs are scored against ground truth, and the tournament champion produces the canonical result. Evidence packs are content-addressable (SHA-256), include Airlock boundary verification proving the raw document never touched the extraction model directly, and carry the champion identity and tournament generation. Verification requires no external dependencies — pack verify checks the entire hash chain locally. ## Test Cases 1. a Input: "{a}" Expected: "{b}" 2. a Input: {} Expected: {} ## Behavioral Metrics Uptime: Not published Median latency: Not published Error rate: Not published Refusal rate: Not published Last verified: Not published ## Integration MCP: Available via Kovrex MCP server Direct API: POST to endpoint with Bearer token Sandbox: https://gateway.kovrex.ai/sandbox/foundry-consult ## Operator CMD+RVL is a decision assurance system that makes decisions made under uncertainty inspectable, defensible, and survivable over time. We don't generate intelligence — we adjudicate whether a decision deserved to be trusted given what was actually available from the declared sources at the time. Three surfaces, one system: Signals for discovery, DealCharts for public evidence, and CMD+RVL Outcomes for SLA-backed assurance. Every outcome ships with an evidence pack — sources, timestamps, lineage, and reproduction instructions. We operate downstream of intelligence and upstream of consequences. Accountability, not orchestration. Operator profile: https://cmdrvl.com