AI Agent Hub

Blog

In-depth articles on AI agents, LLM engineering, servers, Python and software development.

📝
《Cursor Docs》-Subagents
Aug 26, 2026 · Cursor Docs

Subagents are specialized AI assistants that Cursor's agent can delegate tasks to. Each subagent operates in its own context window, handles specific types of work, and returns its result to the paren

# Cursor # Subagents 34 views
📝
《Cursor Docs》-Agent Skills
Aug 26, 2026 · Cursor Docs

Agent Skills is an open standard for extending AI agents with specialized capabilities. Skills package domain specific knowledge and workflows that agents can use to perform specific tasks.

# Cursor # Skills 30 views
📝
《Cursor Docs》-Security Agents
Aug 26, 2026 · Cursor Docs

Security Agents scan your code for security bugs, risky patterns, and vulnerabilities.

# Cursor # Security Agents 26 views
📝
《Cursor Docs》-Cursor TypeScript SDK
Aug 26, 2026 · Cursor Docs

The @cursor/sdk package lets you call Cursor's agent from your own code. The same agent that runs in the Cursor IDE, CLI, and web app is now scriptable from TypeScript. Run the /sdk skill inside Curso

# Cursor # SDK 36 views
📝
《Cursor Docs》-Cursor Python SDK
Aug 26, 2026 · Cursor Docs

The cursor sdk package lets you call Cursor's agent from your own Python code. The same agent that runs in the Cursor IDE, CLI, and web app is scriptable from Python with sync and async clients, typed

# Cursor # SDK 26 views
📝
《Cursor Docs》-SDK Changelog
Aug 26, 2026 · Cursor Docs

The latest features, improvements, and fixes shipping to the Cursor SDK, covering @cursor/sdk on npm and cursor sdk on PyPI.

# Cursor # SDK 24 views
📝
《Cursor Docs》-Cursor SDK Bridge
Aug 26, 2026 · Cursor Docs

The SDK Bridge is a small local server that embeds the TypeScript SDK and exposes the same agent surface over a stable Connect/protobuf protocol. Use it to script Cursor agents from languages without

# Cursor # SDK 24 views
📝
《Cursor Docs》-Rules
Aug 26, 2026 · Cursor Docs

Rules provide system level instructions to Agent. They bundle prompts, scripts, and more together, making it easy to manage and share workflows across your team.

# Cursor # Rules 34 views
📝
《Cursor Docs》-Third Party Hooks
Aug 26, 2026 · Cursor Docs

Cursor supports loading hooks from third party tools, enabling compatibility with existing hook configurations from other AI coding assistants.

# Cursor # Reference 22 views
📝
《Cursor Docs》-sandbox.json reference
Aug 26, 2026 · Cursor Docs

Configure sandbox behavior with a sandbox.json file to control network access, filesystem paths, and more.

# Cursor # Reference 27 views