Skip to content

Editor Setup

Download these config files to get Agentkit support in your AI code editor — autocomplete, context-aware suggestions, and SDK best practices out of the box.

Configs cover the Agent SDK and the companion elsai-agents-tools package. Install only what you use, then add the matching editor files.

Agent SDK

Install first:

bash
pip install --extra-index-url https://elsai-agents.elsai.ai/root/ elsai-agents==0.3.1
pip install --extra-index-url https://core-packages.elsai.ai/root/elsai-model/ elsai-model==2.1.0
# Provider extras as needed, e.g. "elsai-model[openai]==2.1.0"

Prefer the LLM / Provider factory for models — see Model Providers.

Cursor

Cursor Rules.cursorrules

Global Cursor rules file for the Agentkit SDK. Teaches Cursor about the full SDK API surface — agents, tools, model providers, multi-agent patterns, hooks, streaming, structured output, and filesystem/execution permissions.

Place at.cursorrules (project root)
Download .cursorrules
Cursor MDCelsai-agents.mdc

Modular Cursor rule (.mdc format) for the Agentkit SDK. Can be scoped to specific file globs or applied project-wide via Cursor's rules panel.

Place at.cursor/rules/elsai-agents.mdc
Download elsai-agents.mdc

GitHub Copilot

Copilotcopilot-instructions.md

Custom instructions for GitHub Copilot Chat. Teaches Copilot about the Agentkit SDK — core imports, tool patterns, multi-agent orchestration, hooks, sessions, structured output, and permissions.

Place at.github/copilot-instructions.md
Download copilot-instructions.md

Claude Code

Claude CodeCLAUDE.md

Project-level instructions for Claude Code (the Anthropic CLI). Add to your project root so Claude Code understands Agentkit SDK patterns — including filesystem and execution permissions — when you ask it to write agent code.

Place atCLAUDE.md (project root)
Download CLAUDE.md
Claude SkillSKILL.md

Reusable Claude Code skill for the Agentkit SDK. Install into your global Claude skills directory to make the skill available across all your projects.

Place at~/.claude/skills/elsai-agent-sdk/SKILL.md
Download SKILL.md

Prebuilt Tools (elsai-agents-tools)

Install the package first:

bash
pip install --extra-index-url https://elsai-agents.elsai.ai/root/ elsai-agents-tools==0.3.0

Requires elsai-agents>=0.3.1 for sandbox execution and elsai-agents[a2a]>=0.3.1 for A2A client tools.

Then add the matching editor config so your AI assistant imports from elsai_tools instead of generating mock @tool stubs.

Cursor

Cursor Ruleselsai-agents-tools.cursorrules

Global Cursor rules file for elsai-agents-tools. Teaches Cursor about elsai_tools imports, registration, class-based providers, optional extras, plugin integration, and AgentConfig permissions for file/shell tools.

Place atelsai-agents-tools.cursorrules (project root, or merge into .cursorrules)
Download elsai-agents-tools.cursorrules
Cursor MDCelsai-agents-tools.mdc

Modular Cursor rule (.mdc format) for elsai-agents-tools. Can be scoped to specific file globs or applied project-wide via Cursor's rules panel.

Place at.cursor/rules/elsai-agents-tools.mdc
Download elsai-agents-tools.mdc

GitHub Copilot

Copilotelsai-agents-tools-copilot.md

Custom instructions for GitHub Copilot Chat. Teaches Copilot about elsai-agents-tools — core imports, registration, class-based providers, optional extras, plugin integration, and permissions.

Place at.github/elsai-agents-tools-copilot.md (or merge into copilot-instructions.md)
Download elsai-agents-tools-copilot.md

Claude Code

Claude Codeelsai-agents-tools-CLAUDE.md

Project-level instructions for Claude Code. Add alongside CLAUDE.md so Claude Code imports real prebuilt tools, knows which pip extras to use, and applies filesystem/execution permissions.

Place atelsai-agents-tools-CLAUDE.md (project root, or merge into CLAUDE.md)
Download elsai-agents-tools-CLAUDE.md
Claude Skillelsai-agents-tools-SKILL.md

Reusable Claude Code skill for elsai-agents-tools. Install into your global Claude skills directory to make prebuilt tool patterns available across all projects.

Place at~/.claude/skills/elsai-agents-tools/SKILL.md
Download elsai-agents-tools-SKILL.md

Copyright © 2026 elsai foundry.