Toolkits

Toolkits Sections

    Summary

    A technical guide to the Claude Agent SDK, which enables LLMs to function as tool-using software agents. Details the core 'agentic feedback loop' (Gather, Act, Verify), and key architectural components including context management via a filesystem, the use of subagents for parallelism, and the design of effective tools (Bash, Code, MCP). Emphasizes building reliable agents through verification loops and provides best practices for production-grade systems.

  • Key Concepts: Claude Agent SDK Agentic Feedback Loop Subagents Model Context Protocol (MCP) Verification Loops Tool Design Context Management

    A practical guide to developing AI agents with the Claude Agent SDK, covering core principles like the agentic feedback loop, subagents, tool design, and verification.

  • Key Concepts
    • Claude Agent SDK
    • Agentic Feedback Loop
    • Subagents
    • Model Context Protocol (MCP)
    • Verification Loops
    • Tool Design
    • Context Management
    Summary

    A step-by-step tutorial on advancing beyond basic Claude Code usage. Covers setting up and using Claude Code within an IDE like VS Code or Cursor, creating and invoking custom 'Skills' to standardize repeatable workflows, connecting to third-party MCP servers (like Hugging Face) to grant the agent new capabilities, and extending its power with compatible open-source models like SERA.

  • Key Concepts: Claude Code AI Agents Claude Skills Model Context Protocol (MCP) Integrated Development Environment (IDE) VS Code Extension Agentic Workflows SERA

    Go beyond the basics with this guide to advanced Claude Code skills and MCP. Learn to integrate Claude into your IDE, create custom skills for repeatable tasks, and connect to external tools.

  • Key Concepts
    • Claude Code
    • AI Agents
    • Claude Skills
    • Model Context Protocol (MCP)
    • Integrated Development Environment (IDE)
    • VS Code Extension
    • Agentic Workflows
    • SERA
    Summary

    Gemini CLI is an open-source AI agent from Google that operates directly in your terminal, featuring built-in tools for file operations, web search, code execution, and extensibility through MCP servers. Covers installation, configuration, tool usage, MCP server setup (GitHub, Cloud Run), and practical use cases from code generation to database operations and automation.

  • Key Concepts: Gemini CLI AI terminal agent MCP servers GitHub MCP integration Cloud Run deployment Built-in tools Shell mode Extensions system Autonomous workflows Tool permissions

    Learn how to harness the power of Google's Gemini CLI - an open-source AI agent that brings autonomous intelligence directly to your terminal with built-in tools, MCP server support, and extensibility for real-world automation workflows.

  • Key Concepts
    • Gemini CLI
    • AI terminal agent
    • MCP servers
    • GitHub MCP integration
    • Cloud Run deployment
    • Built-in tools
    • Shell mode
    • Extensions system
    • Autonomous workflows
    • Tool permissions
    Summary

    This document provides a comprehensive guide to AutoGPT, an open-source platform for building and running autonomous AI agents. It covers the core components (Frontend, Server), self-hosting requirements using Docker, and the classic toolset including Forge for agent creation and Benchmark for performance evaluation. The licensing model, which combines Polyform Shield and MIT licenses, is also explained.

  • Key Concepts: AutoGPT Autonomous AI Agents Agent Framework Self-Hosting Docker AutoGPT Forge Agent Benchmark Agent Protocol

    Explore the AutoGPT platform, an open-source framework for creating autonomous AI agents. This guide covers self-hosting, core components like Forge and Benchmark, and how to get started building complex workflows.

  • Key Concepts
    • AutoGPT
    • Autonomous AI Agents
    • Agent Framework
    • Self-Hosting
    • Docker
    • AutoGPT Forge
    • Agent Benchmark
    • Agent Protocol
    Summary

    A guide to the AutoGPT platform, an open-source tool for creating and deploying autonomous AI agents. Details system requirements for self-hosting, explains the roles of the AutoGPT Frontend and Server, and introduces associated projects like Forge for building custom agents and agbenchmark for performance testing.

  • Key Concepts: AutoGPT Agent Builder Self-Hosting Forge agbenchmark Agent Protocol

    A complete guide to the AutoGPT platform, an open-source tool for creating autonomous AI agents. Learn how to self-host, build with Forge, and benchmark performance.

  • Key Concepts
    • AutoGPT
    • Agent Builder
    • Self-Hosting
    • Forge
    • agbenchmark
    • Agent Protocol
    Summary

    n8n is a visual, node-based workflow automation platform that enables developers and technical users to build complex, multi-step automations. While fundamentally a deterministic automation platform, its AI Agent node enables agentic capabilities, bridging rule-based processes and dynamic AI-driven reasoning. Covers core architectural concepts (node-based canvas, trigger nodes, AI Agent node, standard nodes, data flow with expressions) for building AI-powered workflows.

  • n8n is a visual, node-based workflow automation platform that enables developers and technical users to build complex, multi-step automations. With the integration of AI-native features, n8n can be used to create sophisticated workflows that leverage Large Language Models (LLMs.

  • Summary

    OpenAI AgentKit is a comprehensive framework for designing, visualizing, and deploying multi-step AI agents. Combines drag-and-drop simplicity of low-code platforms with the power of LLM-driven decision-making and autonomy. Emphasizes visual workflow design, integration management, and safety governance, allowing for adaptive and scalable AI deployments inside the OpenAI ecosystem.

  • Explore OpenAI's AgentKit, a comprehensive framework that enables developers to design, visualize, and deploy multi-step AI agents. Learn about its architecture, key features, integrations, and how it complements OpenAI's broader ecosystem.

  • Summary

    OpenAI's GPTs (custom GPTs) provide a no-code or low-code interface for creating specialized versions of ChatGPT that function as simple AI agents. Combines custom instructions (defining purpose and goal), proprietary knowledge files, and a set of predefined tools (web browsing, image generation, custom Actions). Unlike pro-code frameworks like Microsoft Agent Framework, GPTs offer an accessible entry point for building task-oriented agents directly within the ChatGPT ecosystem.

  • OpenAI's GPTs (often referred to as custom GPTs) provide a no-code or low-code interface for creating specialized versions of ChatGPT that can function as simple AI agents.

Toolkits Categories