export declare const deepagentsAgent: { readonly id: "deepagents"; readonly name: "Deep Agents"; readonly vendor: "LangChain"; readonly homepage: "https://docs.langchain.com/oss/python/deepagents/overview"; readonly interfaces: readonly ["cli"]; readonly family: null; readonly rootDir: null; readonly lifecycle: { readonly state: "active"; }; readonly detection: { readonly project: { readonly markers: readonly []; }; readonly user: { readonly markers: readonly [{ readonly kind: "dir"; readonly path: "~/.deepagents"; readonly signal: "definitive"; readonly note: null; }]; }; }; readonly docs: readonly [{ readonly label: "Deep Agents skills documentation"; readonly url: "https://docs.langchain.com/oss/python/deepagents/skills"; }]; readonly capabilities: { readonly skill: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Skill sources are layered built-in, then plugin, then user ~/.deepagents//skills and ~/.agents/skills, then project .deepagents/skills and .agents/skills.\n"; readonly docs: readonly []; readonly sources: readonly ["https://docs.langchain.com/oss/python/deepagents/skills", "https://github.com/langchain-ai/deepagents/blob/main/libs/code/deepagents_code/project_utils.py"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; readonly directory: ".agents/skills"; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: null; }; }; readonly "mcp-server": { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "The deepagents CLI natively supports MCP servers via 'mcp-servers add|list|tools|update|delete|connect' commands, project-level MCP config discovery/merge, per-server trust/approval, and MCP OAuth session management.\n"; readonly docs: readonly []; readonly sources: readonly ["https://reference.langchain.com/python/deepagents-cli", "https://pypi.org/project/deepagents-cli/"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "partial"; readonly convention: "vendor"; readonly transports: readonly ["stdio", "http"]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; readonly reason: "Deep Agents natively supports MCP servers, but the exact config file path, servers key, and serialization dialect are unverified; no AXM writer is defined to avoid fabricating an install path."; }; }; readonly subagent: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Each subagent is a folder holding an AGENTS.md with YAML frontmatter: .deepagents/agents//AGENTS.md for the project and ~/.deepagents//agents//AGENTS.md for the user. The name field is optional and defaults to the folder name."; readonly docs: readonly []; readonly sources: readonly ["https://github.com/langchain-ai/deepagents/blob/main/libs/code/deepagents_code/subagents.py"]; readonly scopes: readonly ["user", "project"]; readonly directory: ".deepagents/agents"; readonly layout: "directory"; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: null; }; }; readonly hook: { readonly native: { readonly availability: { readonly via: "none"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: null; readonly docs: readonly []; readonly sources: readonly []; }; readonly axm: { readonly status: "unsupported"; readonly writer: null; readonly lastVerified: null; }; }; }; readonly instructions: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Project instructions are auto-discovered from .deepagents/AGENTS.md first and the repository-root AGENTS.md second; both are loaded as memory. User-level instructions live at ~/.deepagents/AGENTS.md."; readonly docs: readonly []; readonly sources: readonly ["https://github.com/langchain-ai/deepagents/blob/main/libs/code/deepagents_code/project_utils.py", "https://docs.langchain.com/oss/python/deepagents/overview"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; readonly kind: "agents-md"; readonly files: readonly ["AGENTS.md"]; readonly nestedDiscovery: false; readonly importSyntax: null; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: null; }; }; readonly permissions: { readonly native: { readonly availability: { readonly via: "none"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: null; readonly docs: readonly []; readonly sources: readonly []; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; }; }; }; //# sourceMappingURL=deepagents.d.ts.map