Skip to content

MadKangYu/ai-agent-landscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

AI Agent Landscape 2026

AI Agent Landscape 2026

A curated reference of major AI agent platforms, orchestrators, and tools.

Overview Β· Platforms Β· Comparison Β· Use Cases

6 platforms 490K+ stars Updated April 2026 MIT


Overview

Platform Stars Stack Role Latest
OpenClaw stars TS Personal AI Assistant release
Paperclip stars TS Zero-Human Company Orchestration release
MiroFish stars Py Swarm Intelligence Prediction release
Scrapling stars Py Adaptive Web Scraping Framework release
Hermes Agent stars Py Self-Improving Agent release
KatmerCode stars TS Claude Code in Obsidian release

Platforms

1. OpenClaw

Your own personal AI assistant. Any OS. Any Platform. 🦞

stars docs MIT

Feature Detail
Gateway WebSocket daemon β€” always-on (LaunchAgent / systemd)
Channels 20+ (WhatsApp, Telegram, Slack, Discord, iMessage, Signal, etc.)
Agents Multi-agent via agents.list β€” per-agent models, skills, memory
Skills 217+ eligible, workspace-based skill system
Memory Vector + FTS, 3-tier (HOT/WARM/COLD)
Scheduling Cron + heartbeat
Models Any provider β€” failover with auth profile rotation
Sponsors OpenAI, NVIDIA, Vercel, Blacksmith, Convex
npm install -g openclaw@latest
openclaw onboard --install-daemon

2. Paperclip

"If OpenClaw is an employee, Paperclip is the company."

stars docs MIT

Feature Detail
Org Charts Roles, reporting lines, titles, hierarchies
Goal Alignment Every task traces back to company mission
Budgets Per-agent monthly limits with auto-throttle
Tickets Full tool-call tracing + immutable audit log
Multi-Company One deployment, many companies, complete data isolation
Heartbeats Scheduled delegation up and down the org chart
Compatible OpenClaw, Claude Code, Codex, Cursor, Bash, HTTP
npx paperclipai onboard --yes
# localhost:3100, embedded PostgreSQL

Coming Soon: Clipmart β€” Download and run entire company templates with one click.


3. MiroFish

A Simple and Universal Swarm Intelligence Engine, Predicting Anything.

stars demo

Feature Detail
Seed Real-world data (news, policies, financial signals)
Simulation Thousands of agents with independent personalities & memory
God's Eye Dynamically inject variables, observe emergent behavior
GraphRAG Knowledge graph construction for entity/relation extraction
Reports ReportAgent generates detailed prediction reports
Interactive Converse with any simulated agent post-simulation

Use Cases: Public opinion prediction, financial scenarios, novel ending inference, policy impact analysis

cp .env.example .env  # Configure LLM API (OpenAI SDK compatible)
uv venv && uv pip install -r requirements.txt

4. Scrapling

Effortless Web Scraping for the Modern Web.

stars docs pypi BSD

Feature Detail
Adaptive Parser Learns from website changes, auto-relocates elements
Anti-Bot Bypass Cloudflare Turnstile out of the box
Fetchers Fetcher, AsyncFetcher, StealthyFetcher, DynamicFetcher
Spiders Full-scale concurrent crawls with pause/resume
Proxy Rotation Automatic proxy rotation for multi-session crawls
MCP Server AI agent integration via MCP protocol
OpenClaw Skill Available on ClawHub
CLI Built-in command line interface
from scrapling.fetchers import StealthyFetcher
p = StealthyFetcher.fetch('https://example.com', headless=True)
products = p.css('.product', auto_save=True)  # Survives website changes!

5. Hermes Agent

The agent that grows with you.

stars docs MIT

Feature Detail
Learning Loop Auto-creates skills from experience, self-improves during use
Memory Agent-curated + periodic nudges, FTS5 session search
User Modeling Honcho dialectic modeling β€” deepens understanding over sessions
Backends Local, Docker, SSH, Daytona, Singularity, Modal
Serverless Hibernates when idle (~$0), wakes on demand
Channels Telegram, Discord, Slack, WhatsApp, Signal
Models 200+ via OpenRouter, Nous Portal, z.ai, Kimi, MiniMax
Migration hermes claw migrate β€” imports OpenClaw settings
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
source ~/.bashrc && hermes

6. KatmerCode

Claude Code inside Obsidian β€” academic research skills, inline diff editing, MCP support.

stars desktop MIT

Feature Detail
Integration Claude Code as Obsidian sidebar chat panel (via Agent SDK)
Inline Diff Word-level track changes β€” accept/undo in editor
Research Skills 7 academic slash commands
MCP Auto-reads ~/.claude.json server configs
Reports HTML research reports viewable inside Obsidian

Academic Skills:

Command Description
/peer-review 8-criteria manuscript evaluation with radar chart
/cite-verify Cross-check references against CrossRef, Semantic Scholar, OpenAlex
/lit-search Parallel search: arXiv, Semantic Scholar, PubMed, OpenAlex
/citation-network Interactive citation graph with timeline
/research-gap Temporal, methodological, thematic gap identification
/journal-match Target journal suggestions based on reference profile
/abstract Generate abstracts in 5 formats
git clone https://github.com/hkcanan/katmer-code.git
cd katmer-code && npm install && npm run build
# Copy to <vault>/.obsidian/plugins/katmer-code/

Comparison

Feature OpenClaw Paperclip MiroFish Scrapling Hermes KatmerCode
Multi-agent 12-bot Org chart Thousands - Subagent Single
Learning Memory - Agent mem Adaptive Self-improve -
Channels 20+ Dashboard Web CLI/MCP 5+ Obsidian
Cost control Per-model Per-agent - - Usage -
Scheduling Cron Heartbeat - Spider Cron -
Governance Approval Board - - Approval -
Self-hosted Yes Yes Yes Yes Yes Plugin

Use Cases

Scenario Recommended
Daily AI assistant OpenClaw
Multi-agent business automation Paperclip + OpenClaw
OpenClaw alternative with learning Hermes Agent
Market/opinion prediction MiroFish
Web scraping & data collection Scrapling
Academic writing in Obsidian KatmerCode

License

This curation is MIT licensed. Each referenced project has its own license.

Curated by @MadKangYu β€” April 2026

About

Curated reference map of major AI agent platforms, tools, and infrastructure in 2026.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors