Teaches agent harness engineering — the permissions, memory, persistence, and coordination layer that lets an LLM act — across 20 progressive lessons, each adding one mechanism with standalone runnable code. Chinese-first, plus English and Japanese.
Official, runnable examples for Amazon Bedrock AgentCore, AWS's framework- and model-agnostic platform for deploying AI agents. Spans Runtime, Memory, Gateway, Identity, and Observability through notebooks, code, and infrastructure templates.
Installs ready-made Claude Code configs — subagents, slash commands, MCP integrations, hooks, and settings — from a catalog of 100+ components via one CLI command. Includes a real-time dashboard to monitor live sessions and token usage.
Runs a six-month live experiment where ChatGPT manages a real-money micro-cap portfolio from $100, trading under strict rules with automated stop-losses. Each trade's rationale is logged; returns are benchmarked against the S&P 500 and Russell 2000.
Spec-driven agentic dev platform that turns a prompt into requirements, a design doc, and sequenced tasks before any code is written, then implements from the spec. Runs across IDE, CLI, web, and mobile; validates output with property-based tests.
An agentic framework that analyzes, plans, and executes multi-step video understanding and editing workflows using multimodal LLM-driven agents—features intent decomposition, graph-based workflow orchestration, and automated shot planning for long-form video tasks.
Unifies agentic tasks, reasoning, and coding in a single MoE model with 355B total / 32B active parameters and a switchable thinking mode. A lighter 106B-param Air variant trades scale for efficiency; both ship MIT-licensed.
Closes a learning loop most agents lack: turns experience into reusable skills, refines them mid-task, and full-text searches its own past sessions for recall. Runs from CLI or Telegram/Discord/Slack and schedules unattended cron jobs.
Modular marketplace of focused Claude Code plugins that composes specialized agents and progressive 'agent skills' to orchestrate multi-agent development workflows while minimizing token usage.
An open-source memory layer that turns agent runs and conversations into structured, persistent state recallable across sessions. Captures facts, events, preferences, and relationships automatically; LLM-agnostic with SDK and MCP integration.
Coordinates specialized AI agents — developer, browser, document, multimodal — running in parallel on your desktop to automate multi-step work. Runs fully local via Ollama, vLLM, or LM Studio, with built-in MCP tools and human-in-the-loop checkpoints.