Runtime inventory
Exact model IDs are listed in Bedrock models.
SourceAnalysis is the host-bound persisted analysis, not the raw semantic model result.
Preloaded method guidance
The host compiles method text into each invocation and bootstraps activation provenance. The runtime does not register
load_skill or load_skill_resource. Shared handoff/recovery instructions accompany every specialist. Method files and their hashes are not factual source evidence.
Nova exposes fetch_trend_signals, search_trend_signals, get_engagement_insights, get_operator_feed, get_job_status and suggest_posting_windows. The host validates returned evidence and permits only a bounded retry of the same transient read.
Request and tool enforcement
build_agent_team() creates SpecialistDefinition values. HarmoniaCoordinator.select() chooses the exact allowed definition from host state. LocalStrandsTeamRuntime constructs a fresh strands.Agent using BedrockModel, structured_output_model, AuthorityHooks, callback_handler=None and retry_strategy=None, then calls invoke_async().
BeforeModelCallEvent records hashes of the actual request and enforces the paid-operation gate. BeforeToolCallEvent validates tool membership and the exact research request, consuming one-shot research authority before dispatch. AfterToolCallEvent records typed evidence. The native structured-output tool is a cognition contract, not permission for an external action.
Gateway Web Search and Bedrock Knowledge Base retrieval use native AWS transports. Provider evidence is normalized at the host boundary. No Google built-in grounding tool is registered, and Noni has no public-web search registration.
Persistence and evidence status
The runtime returns state keys; worker code validates and persists accepted results. DynamoDB operations, approval digests, effect claims and independent readback own execution truth. A model cannot authorize an effect or create an execution receipt. The registrations and request contracts have local tests. Authenticated AgentCore, Bedrock, Gateway and Memory execution in this AWS edition remains unverified. Seeagent/harmonia_agent/agents.py, team_runtime.py, agentcore_app.py and runtime_instructions.py.