All Tutorials

82 tutorials

agentscope logo
Advanced agentscope 7 min

Advanced State and Memory Management in AgentScope

Give your agents a persistent memory. Explore advanced techniques for state management and integrating external memory sources in AgentScope.

#AgentScope #Memory #State Management
agentscope logo
Advanced agentscope 6 min

Building a Web Research Agent with AgentScope: An Advanced Tutorial

A complete project-based guide to building an autonomous web researcher agent using AgentScope, including tool use and information synthesis.

#AgentScope #Project #RAG
agentscope logo
Intermediate agentscope 7 min

Empowering AgentScope Agents with Custom Tools

Unlock the true potential of your agents. Learn to create and register custom tools in AgentScope to perform specialized tasks and interact with any API.

#AgentScope #Custom Tools #API Integration
agentscope logo
Advanced agentscope 6 min

From Dev to Prod: How to Deploy AgentScope Applications

Take your AgentScope project live. A guide to packaging, containerizing with Docker, and deploying your multi-agent application for production use.

#AgentScope #Deployment #Production
agentscope logo
Beginner agentscope 7 min

Getting Started with AgentScope: Build Your First Multi-Agent App

Your first step into AgentScope. A beginner-friendly tutorial on installation and building a simple, functional multi-agent application from scratch.

#AgentScope #Python #Getting Started
agentscope logo
Intermediate agentscope 8 min

Implementing Human-in-the-Loop for AgentScope Workflows

Add crucial human oversight to your AI systems. Learn to integrate user feedback and approval steps within your AgentScope agent interactions.

#AgentScope #Human-in-the-loop #HIL
agentscope logo
Intermediate agentscope 7 min

Orchestrating Complex Workflows in AgentScope with Pipelines

Master agent collaboration. This guide covers designing and implementing complex, multi-step workflows using AgentScope's powerful pipeline features.

#AgentScope #Workflows #Pipelines
agentscope logo
Beginner agentscope 7 min

Understanding AgentScope Core Concepts: A Beginner's Guide

Learn the fundamental building blocks of AgentScope. We break down agents, models, and communication paradigms for new developers.

#AgentScope #Architecture #AI Concepts
crewai logo
Intermediate crewai 5 min

From Dev to Prod: Deploying CrewAI Applications with FastAPI and Docker

Learn to containerize CrewAI agents and expose them as a scalable web service using FastAPI and Docker for production-ready AI applications.

#crewai #deployment #fastapi
autogen logo
Intermediate autogen 4 min

AutoGen Code Execution: Build Agents That Write and Run Code

Learn how AutoGen agents write, execute, and debug code autonomously. Covers LocalCommandLineCodeExecutor, Docker sandbox, and iterative code refinement.

#autogen #code-execution #testing
autogen logo
Intermediate autogen 3 min

AutoGen Human-in-the-Loop: Keep Humans in Control of AI Agents

Build AutoGen workflows where humans review and approve AI actions before execution. Covers UserProxyAgent, approval gates, and interrupt-based oversight.

#autogen #human-in-the-loop #approval
autogpt logo
Advanced autogpt 3 min

AutoGPT Forge: Build Custom Agents from Scratch

Build custom AI agents with AutoGPT Forge. Learn the agent protocol, implement custom abilities, and create specialized agents using the Forge SDK.

#autogpt #forge #custom-agents
autogpt logo
Beginner autogpt 4 min

AutoGPT Plugins and Community Ecosystem

Extend AutoGPT with community plugins and integrations. Covers the plugin system, popular extensions, the AutoGPT marketplace, and how to contribute.

#autogpt #plugins #community
autogpt logo
Intermediate autogpt 5 min

AutoGPT Use Cases: What Autonomous Agents Can Do for You

Explore real-world AutoGPT use cases: market research, content pipelines, code review, competitor analysis, and more. Includes prompts and configuration tips.

#autogpt #use-cases #autonomous-agent
crewai logo
Intermediate crewai 2 min

CrewAI Custom Tools: Connect Agents to Any API or Service

Build custom CrewAI tools to connect agents to databases, APIs, and external services. Covers @tool decorator, StructuredTool, BaseTool, and crewai-tools.

#crewai #tools #integrations
crewai logo
Advanced crewai 3 min

CrewAI Flows: Event-Driven Pipelines for Complex AI Workflows

Build complex AI workflows with CrewAI Flows. Covers @start, @listen, @router decorators, conditional branching, and combining multiple crews in one pipeline.

#crewai #flows #pipelines
crewai logo
Intermediate crewai 3 min

CrewAI Memory and Knowledge: Agents That Learn and Remember

Master CrewAI memory systems and knowledge bases. Covers short-term, long-term, entity memory, and knowledge sources for agents that learn across runs.

#crewai #memory #knowledge
crewai logo
Intermediate crewai 4 min

CrewAI Multi-Agent Workflows: Sequential and Hierarchical Crews

Learn how to build multi-agent workflows with CrewAI using sequential and hierarchical processes. Includes role definition, task delegation, and crew execution.

#crewai #multi-agent #workflows
gstack logo
Advanced gstack 21 min

gstack Gears and Personas: Role-Based AI Development

Deep dive into gstack's gear system: Founder, Engineering Manager, and QA Engineer personas. Understand prompt design and customization.

#gstack #gears #personas
gstack logo
Beginner gstack 19 min

gstack Tips, Tricks, and Community: Getting the Most from Claude Code Skills

Maximize gstack with power-user tips, common pitfalls, community resources, and guidance on building your own Claude Code skill collections.

#gstack #tips #community
gstack logo
Intermediate gstack 17 min

gstack Use Cases: Structured Dev Workflows with Claude Code

Use gstack for structured planning, code review, QA testing, shipping, and browser automation. Real workflow examples with each persona and command.

#gstack #use-cases #claude-code
gstack logo
Beginner gstack 13 min

How to Install gstack: Add Pro Workflows to Claude Code

Install gstack into your Claude Code skills directory in under a minute. Covers cloning, directory structure, verifying commands, and first use.

#gstack #installation #claude-code
gstack logo
Beginner gstack 14 min

What Is gstack? Claude Code Workflow Skills by Garry Tan

gstack is a collection of 13 Claude Code slash commands by Garry Tan. Switch between Founder, Engineer, and QA personas for structured workflows.

#gstack #claude-code #skills
langchain logo
Intermediate langchain 3 min

LangChain Agents and Tools: Build Agents That Take Action

Build LangChain agents that use tools to search the web, run code, and call APIs. Covers the @tool decorator, create_react_agent, and AgentExecutor.

#langchain #agents #tools
langchain logo
Intermediate langchain 4 min

LangChain Memory Management: Build Chatbots That Remember

Master LangChain memory management to build chatbots that remember conversation history. Covers in-memory, Redis, and LangGraph checkpointer approaches.

#langchain #memory #chatbot
langchain logo
Intermediate langchain 2 min

LangChain Structured Output: Extract Data with Pydantic

Use LangChain structured output to extract typed data from LLMs. Covers with_structured_output, Pydantic models, JSON mode, and data extraction pipelines.

#langchain #structured-output #pydantic
letta logo
Advanced letta 2 min

Letta Deployment and Production: Hosting Persistent Agents at Scale

Deploy Letta agents in production with Docker, configure the server for scale, and integrate with web applications via the REST API and Python SDK.

#letta #deployment #production
letta logo
Intermediate letta 5 min

Letta Memory Architecture: How Stateful Agents Remember

Deep dive into Letta's three-tier memory: core memory, archival memory, and recall memory. Build agents that remember across unlimited conversations.

#letta #memgpt #memory
letta logo
Advanced letta 3 min

Letta Multi-Agent Collaboration: Build Agent Networks

Build collaborative multi-agent systems with Letta. Connect agents via message passing, share memory blocks, and orchestrate agent networks for complex tasks.

#letta #multi-agent #agent-networks
letta logo
Intermediate letta 3 min

Letta Tool Use: Equip Agents with External Capabilities

Add tools and external integrations to Letta agents. Build custom functions, connect to APIs and databases, and give your agents persistent tool-use memory.

#letta #tools #function-calling
llamaindex logo
Beginner llamaindex 4 min

Getting Started with LlamaIndex: Build Your First RAG Pipeline

Learn how to build a RAG pipeline with LlamaIndex from scratch. Covers installation, SimpleDirectoryReader, VectorStoreIndex, and your first query engine.

#llamaindex #rag #vector-index
llamaindex logo
Intermediate llamaindex 3 min

LlamaIndex Advanced Retrieval: Improve RAG Answer Quality

Improve LlamaIndex RAG quality with hybrid search, reranking, HyDE, sub-questions, and recursive retrieval. Practical techniques for production RAG pipelines.

#llamaindex #rag #retrieval
llamaindex logo
Intermediate llamaindex 2 min

LlamaIndex Agents: Build Tool-Using Agents Over Your Data

Build LlamaIndex agents that use tools to query your data, call APIs, and execute code. Covers FunctionCallingAgent, ReActAgent, and query engine tools.

#llamaindex #agents #tools
llamaindex logo
Beginner llamaindex 2 min

LlamaIndex Document Parsing: Load Any File into Your RAG Pipeline

Master LlamaIndex document ingestion: load PDFs, Word docs, web pages, and databases into your RAG pipeline with SimpleDirectoryReader and LlamaParse.

#llamaindex #document-parsing #pdf
llamaindex logo
Advanced llamaindex 2 min

LlamaIndex Workflows: Event-Driven AI Pipelines

Build production AI pipelines with LlamaIndex Workflows. Covers @step decorator, events, async execution, and multi-step RAG orchestration.

#llamaindex #workflows #event-driven
metagpt logo
Beginner metagpt 3 min

How to Install MetaGPT: Complete Setup Guide

Step-by-step guide to install MetaGPT on Windows, macOS, and Linux. Configure OpenAI or local LLMs and run your first software company simulation.

#metagpt #installation #setup
metagpt logo
Advanced metagpt 2 min

MetaGPT Custom Roles and Actions: Build Your Own Software Team

Build custom MetaGPT roles and actions to create specialized AI teams. Define agent behavior, communication protocols, and multi-role workflows for your domain.

#metagpt #custom-roles #actions
metagpt logo
Intermediate metagpt 3 min

MetaGPT Data Interpreter: AI-Powered Data Analysis Agent

Use MetaGPT's Data Interpreter to analyze datasets, generate visualizations, and solve complex data problems through autonomous code execution.

#metagpt #data-interpreter #data-analysis
metagpt logo
Intermediate metagpt 3 min

MetaGPT Use Cases: Real-World Applications and Examples

Explore real-world MetaGPT use cases: code generation, documentation, data analysis, content creation, and research automation with working examples.

#metagpt #use-cases #examples
metagpt logo
Intermediate metagpt 5 min

What Is MetaGPT? A Multi-Agent Software Company in Code

MetaGPT simulates a software company with AI agents as Product Manager, Engineer, and QA Engineer. Learn how it works, how to install it, and when to use it.

#metagpt #multi-agent #software-company
n8n logo
Beginner n8n 6 min

Building AI Workflows with n8n: No-Code Agent Automation

Learn how to build AI-powered automation workflows with n8n. Covers installation, AI Agent node, HTTP requests, and a complete email-to-summary workflow.

#n8n #workflow-automation #no-code
n8n logo
Beginner n8n 4 min

Build an AI Chatbot with Memory in n8n

Build a stateful AI chatbot in n8n with conversation memory. Step-by-step guide covering the AI Agent node, memory buffer, and webhook trigger.

#n8n #chatbot #memory
n8n logo
Intermediate n8n 5 min

Build a RAG Pipeline in n8n with a Vector Database

Build a RAG pipeline in n8n: ingest documents into a vector store, retrieve relevant chunks, and generate grounded answers with no code required.

#n8n #rag #vector-database
n8n logo
Intermediate n8n 3 min

n8n Self-Hosting: Production Deployment Guide

Deploy n8n in production with Docker, PostgreSQL, and proper configuration. Covers environment setup, database persistence, reverse proxy, and monitoring.

#n8n #self-hosting #docker
n8n logo
Intermediate n8n 4 min

n8n Webhook and API Automation: Connect AI to Any Service

Connect your n8n AI workflows to external services using webhooks and HTTP requests. Build real-world integrations with Slack, GitHub, Notion, and REST APIs.

#n8n #webhook #api
openclaw logo
Beginner openclaw 14 min

Getting Started with OpenClaw: Server Setup and First Conversation

Set up OpenClaw on a VPS or local machine. Install the daemon, configure your LLM provider, and have your first AI assistant conversation.

#openclaw #setup #installation
openclaw logo
Beginner openclaw 11 min

How to Install OpenClaw: macOS, Windows, and npm Setup Guide

Install OpenClaw via curl, npm, or PowerShell. Covers macOS, Windows, and Linux setup, first-run configuration, and connecting your first platform.

#openclaw #installation #setup
openclaw logo
Intermediate openclaw 21 min

OpenClaw Cron Jobs: Schedule Your AI to Work While You Sleep

Automate recurring tasks with OpenClaw Cron. Build a morning briefing, email triage system, and scheduled reports with Zapier MCP integration.

#openclaw #cron #automation
openclaw logo
Intermediate openclaw 14 min

Build Custom OpenClaw Skills: From SKILL.md to ClawHub

Write a custom SKILL.md file, understand the 6-level load priority, and publish your skill to ClawHub for the community to use.

#openclaw #skills #skill-md
openclaw logo
Beginner openclaw 14 min

OpenClaw Integrations and Community: Connecting Your Digital Life

Connect OpenClaw to WhatsApp, Telegram, Slack, Discord, iMessage, and more. Explore the community, contribution guide, and platform ecosystem.

#openclaw #integrations #community
openclaw logo
Advanced openclaw 15 min

OpenClaw Multi-Agent System: Run a Team of Specialized AIs

Build a multi-agent OpenClaw system with specialized roles. Distribute agents across devices, isolate workspaces, and manage progressive trust.

#openclaw #multi-agent #distributed
openclaw logo
Intermediate openclaw 17 min

OpenClaw Multi-Channel Routing: One AI, Many Platforms

Set up multi-channel routing in OpenClaw. Route Telegram to a coding agent, Slack to a work agent, and keep contexts isolated per workspace.

#openclaw #multi-channel #routing
openclaw logo
Intermediate openclaw 15 min

OpenClaw Persistent Memory: Build an AI That Remembers

Give OpenClaw persistent memory with Mem9.ai. Configure soul.md for agent personality and decision.md for permanent knowledge across sessions.

#openclaw #memory #mem9
openclaw logo
Advanced openclaw 15 min

OpenClaw Security: Docker Sandbox, VirusTotal, and Hardening

Harden your OpenClaw setup with Docker sandboxing, VirusTotal skill scanning, firewall rules, and prompt injection mitigation strategies.

#openclaw #security #docker
openclaw logo
Advanced openclaw 15 min

OpenClaw Skills and Nodes: Extending Your AI with Custom Tools

Build custom OpenClaw Skills and wire them with Nodes for complex workflows. Covers the skill API, Canvas node editor, and session management.

#openclaw #skills #nodes
openclaw logo
Beginner openclaw 11 min

OpenClaw Telegram Bot: Connect Your AI to Messaging

Connect OpenClaw to Telegram step by step. Create a bot with BotFather, configure pairing security, and chat with your AI from your phone.

#openclaw #telegram #bot
openclaw logo
Intermediate openclaw 19 min

OpenClaw Use Cases: Personal AI Across 50+ Platforms

Explore real-world OpenClaw use cases: unified messaging, voice assistants, scheduled tasks with Cron, browser automation, and Canvas workflows.

#openclaw #use-cases #messaging
openclaw logo
Beginner openclaw 14 min

What Is OpenClaw? The Privacy-First Personal AI Assistant

OpenClaw is a privacy-first personal AI assistant that runs locally and connects to 50+ messaging platforms. Learn what it does and why it matters.

#openclaw #personal-ai #privacy
opendevin logo
Beginner opendevin 4 min

How to Install OpenDevin (OpenHands): Complete Setup Guide

Step-by-step guide to installing OpenDevin (OpenHands) locally using Docker. Covers prerequisites, LLM configuration, and running your first task.

#opendevin #openhands #installation
opendevin logo
Advanced opendevin 3 min

OpenHands Advanced Configuration: Agents, Models, and Runtime

Configure OpenHands (OpenDevin) for production: choose the right agent, configure LLMs, customize the runtime sandbox, and tune performance settings.

#opendevin #openhands #configuration
opendevin logo
Intermediate opendevin 3 min

OpenHands (OpenDevin) Use Cases: Real-World Examples

Explore practical OpenHands (OpenDevin) use cases: automated debugging, code refactoring, feature development, research tasks, and DevOps automation.

#opendevin #openhands #use-cases
opendevin logo
Advanced opendevin 3 min

OpenHands with GitHub and CI: Automate PR Workflows

Integrate OpenHands (OpenDevin) with GitHub and CI pipelines. Automate code review, PR creation, issue resolution, and continuous integration workflows.

#opendevin #openhands #github
opendevin logo
Beginner opendevin 6 min

What Is OpenDevin? The AI Software Engineer Agent Explained

OpenDevin (now OpenHands) is an open-source AI software engineer that writes code, runs commands, and browses the web autonomously. Learn what it does.

#opendevin #openhands #ai-agent
openjarvis logo
Beginner openjarvis 9 min

How to Install OpenJarvis: CLI and Python SDK Setup

Install OpenJarvis with pip, configure config.toml, connect an inference engine like Ollama, and run your first local AI agent task.

#openjarvis #installation #setup
openjarvis logo
Advanced openjarvis 16 min

OpenJarvis Engine and Learning: Multi-Backend AI with Memory

Deep dive into OpenJarvis Engine and Learning modules. Configure Ollama, vLLM, and SGLang backends. Build persistent knowledge with RAG and memory.

#openjarvis #engine #learning
openjarvis logo
Intermediate openjarvis 17 min

OpenJarvis Tools and Ecosystem: Extending Your Local Agent

Extend OpenJarvis with custom tools, explore the CLI and Python SDK patterns, and learn how the community contributes to the local-first ecosystem.

#openjarvis #tools #ecosystem
openjarvis logo
Intermediate openjarvis 17 min

OpenJarvis Use Cases: Local AI Agents for Privacy-Sensitive Tasks

Explore OpenJarvis use cases: private document Q&A, local code assistance, energy-efficient batch tasks, RAG knowledge bases, and offline agents.

#openjarvis #use-cases #local-ai
openjarvis logo
Beginner openjarvis 13 min

What Is OpenJarvis? The Local-First AI Agent Framework

OpenJarvis is a local-first AI agent framework with five modular components. Run agents with Ollama, vLLM, or cloud APIs. Learn the architecture.

#openjarvis #local-first #ai-agent
paperclip logo
Beginner paperclip 10 min

How to Install Paperclip: Server, Dashboard, and First Company

Install the Paperclip server and React dashboard. Create your first company, define agent roles, and run a task through the heartbeat protocol.

#paperclip #installation #setup
paperclip logo
Intermediate paperclip 16 min

ClipHub and the Paperclip Ecosystem: Templates, Plugins, and Community

Browse ClipHub for agent templates, install community plugins, and learn how Paperclip integrates external agents like Claude, Codex, and Cursor.

#paperclip #cliphub #marketplace
paperclip logo
Advanced paperclip 15 min

Paperclip Governance and REST API: Control, Budgets, and Isolation

Master Paperclip governance: budget controls, role permissions, multi-company isolation, and the full REST API for programmatic agent management.

#paperclip #governance #rest-api
paperclip logo
Intermediate paperclip 14 min

Paperclip Use Cases: Running AI Teams Like a Business

Explore Paperclip use cases: software dev teams, content ops, research squads, customer support orgs, and cross-agent coordination with budgets.

#paperclip #use-cases #multi-agent
paperclip logo
Beginner paperclip 14 min

What Is Paperclip? The AI Agent Team Orchestration Platform

Paperclip orchestrates AI agent teams like a company: roles, org charts, budgets, and governance. Learn how this Company OS manages agent workflows.

#paperclip #orchestration #multi-agent
autogen logo
Advanced autogen 6 min

Advanced AutoGen: Empowering Agents with Custom Tools and Functions

Unlock AutoGen's full potential by integrating custom Python functions and APIs as tools, enabling agents to perform complex, real-world tasks.

#AutoGen #Tool Use #Function Calling
autogen logo
Beginner autogen 6 min

Getting Started with AutoGen: Build Your First Multi-Agent System

Learn the fundamentals of Microsoft's AutoGen framework. A step-by-step tutorial to build a simple multi-agent system from scratch.

#AutoGen #Multi-Agent Systems #Python
autogen logo
Intermediate autogen 5 min

Mastering AutoGen Group Chat for Collaborative AI Workflows

Leverage AutoGen's GroupChat to orchestrate complex workflows between multiple specialized AI agents for advanced problem-solving.

#AutoGen #GroupChat #Collaborative AI
autogpt logo
Beginner autogpt 3 min

How to Install AutoGPT: Docker and Local Setup Guide

Install AutoGPT with Docker or local Python. Covers configuration, API key setup, and running your first autonomous agent task.

#autogpt #installation #docker
autogpt logo
Beginner autogpt 4 min

What Is AutoGPT? The Autonomous AI Agent Explained

AutoGPT is an open-source autonomous agent that breaks goals into tasks and executes them without human input. Learn what it is and when to use it.

#autogpt #autonomous-agents #gpt4
crewai logo
Beginner crewai 3 min

Getting Started with CrewAI: Multi-Agent Workflows in Python

Build multi-agent workflows with CrewAI. Covers installation, creating role-based agents, assigning tasks, and running your first crew.

#crewai #multi-agent #python
langchain logo
Beginner langchain 3 min

Introduction to LangChain: Build Your First AI Agent

Learn how to build your first AI agent with LangChain. This beginner guide covers installation, core concepts, and a working hello-world example.

#langchain #ai-agents #python
langchain logo
Intermediate langchain 3 min

Build a RAG Pipeline with LangChain and Pinecone

Build a production-ready RAG pipeline using LangChain and Pinecone. Learn to embed documents, store vectors, and retrieve context for accurate LLM responses.

#langchain #rag #pinecone
letta logo
Beginner letta 7 min

Getting Started with Letta: A Beginner's Guide to Building AI Agents

Kickstart your AI development journey. Learn to install Letta and create your first autonomous agent with our easy-to-follow, step-by-step guide.

#letta #ai agents #python