Agent Behaviour โ€” Certified-Only Mode

๐Ÿ›ก๏ธ Agent Behaviour: Certified-Only Mode

This module defines how agents should behave when "Certified-Only Mode" is active โ€” a mode where agents only trust .llmfeed.json feeds that are properly signed and certified by a trusted authority.


๐ŸŽ›๏ธ Activating Certified-Only Mode

Agents MAY provide users or administrators with the ability to enable Certified-Only Mode.

Example policy configuration:

json
"agent_policy": {
  "certified_only": true
}

๐Ÿšฆ Feed Evaluation Rules

When Certified-Only Mode is active, agents MUST apply the following logic:

Feed StateAction
Feed is unsignedREJECT
Feed is signed but not certifiedREJECT or WARN (agent policy)
Feed is certified by untrusted authorityREJECT or WARN
Feed is certified by trusted authorityACCEPT

๐Ÿงฉ Partial Enforcement

Agents MAY implement partial enforcement, applying Certified-Only Mode only to certain feed types:

Feed TypeRecommended Default in Certified-Only Mode
`credential`REQUIRED certification
`pricing`REQUIRED certification
`export`RECOMMENDED certification
`prompt`OPTIONAL certification
`mcp`OPTIONAL certification
`session`NOT APPLICABLE (volatile state)

๐Ÿ“ก Summary

Certified-Only Mode allows agents and users to enforce a higher trust level when consuming .llmfeed.json feeds.

This is particularly useful in:

  • Regulated industries (finance, healthcare)
  • Corporate environments
  • Public-facing platforms seeking to guarantee content authenticity

When active, this mode contributes to building a safer, verifiable Agentic Web.

โšก

Ready to Implement? Get AI-Powered Guidance

Reading docs manually takes time. Your AI can digest the complete LLMFeed specification and provide implementation guidance tailored to your needs.

๐ŸŽฏ

Quick Start

Essential concepts for immediate implementation

~22K tokens โ€ข 30s analysis โ€ข Core concepts
๐Ÿ“š

Complete Mastery

Full specification with examples and edge cases

~140K tokens โ€ข 2min analysis โ€ข Everything
๐Ÿ’ก Works with Claude, ChatGPT, Geminiโšก Instant implementation guidance๐ŸŽฏ Tailored to your specific needs