Enables agents to autonomously operate GUIs and complete complex computer tasks — includes the Agent S papers and the gui-agents SDK, grounding-model support, and runnable S3 agent implementations for Windows/macOS/Linux.
Agentive operating system for physical robots that lets developers compose agent-native modules in Python to connect perception, spatial memory, and control across humanoids, quadrupeds, drones, and simulators.
Reference architectures and microservices for building GPU-accelerated vision agents that enable natural-language video search, long-video summarization, visual Q&A, and alert verification. Integrates NVIDIA NIM models, embeddings, VLMs/LLMs, and agent workflows for deployable video-analytics stacks.
Turns any website into a structured, text-like interface that LLM agents can read and act on, handling clicks, forms, scraping, anti-detection and CAPTCHAs. Ships as an open-source Python library plus a hosted cloud API for running browser agents at scale.
Framework for building and orchestrating multi-agent LLM systems, with agent types, tool integration, and human-in-the-loop workflows. Supports multi-agent conversation patterns, multiple LLM providers, and RAG-style tooling for research and prototyping agentic workflows.
Brings an agentic chat experience to the terminal: describe a task in natural language and it plans, edits files, and runs commands to build the app. Written in Rust, ships on macOS and Linux. Now succeeded by the closed-source Kiro CLI.
Terminal-native AI coding agent that brings conversational, multi-model code assistance into your shell. Integrates with 300+ models and providers, offers an interactive TUI, Zsh ':' plugin, semantic workspace search, and Git-oriented workflows for in-terminal edits, commits, and command suggestions.
A library of specialized AI agents that automate data science steps: loading, cleaning, wrangling, feature engineering, SQL queries, EDA, and ML modeling via H2O and MLflow. Higher-level analyst workflows chain these under a supervisor agent.
Elixir-native autonomous agent framework that models state changes as pure cmd/2 operations and describes side effects with typed directives; integrates with OTP supervision and optional LLM plugins for AI-driven agents.
A 100-line LLM framework built on one graph abstraction of nodes and flows, with zero dependencies and no vendor wrappers. The tiny core composes agents, workflows, and RAG, and is small enough for a coding agent to read and extend on its own.
Provides a shared runtime that composes, extends, and observes services in real time by modeling capabilities as discoverable workers, functions, and triggers. It collapses separate integration surfaces (queues, cron, HTTP, observability) into one live catalog so agents and services can call and trace each other immediately.