agent-page
Installation
SKILL.md
Agent Page
AgentTabsPage (from @agent-native/core/client, source
packages/core/src/client/agent-page/) is the canonical full-page surface for
everything that can influence the agent. Design principles:
- The page answers "what can influence this agent, and why" — it is not a generic admin console.
- Capability and access stay separate: Connections is what this agent can reach; Access is who can reach this agent.
- It is a thin shell that re-hosts existing components (ResourcesPanel, MCP hooks, AgentsSection, context X-Ray, jobs actions) — do not re-implement those surfaces inside it.
- Context must be inspectable, attributable, and governable — provenance and governance tiers, not just a token meter.