AI Agents
AI agent frameworks, automation tools, and orchestration
Tools (5)
Autogpt
Autonomous AI agent that decomposes complex goals into actionable sub-tasks, leveraging tools and internet access for self-directed execution.
Coze
ByteDance's AI agent builder platform supporting custom bot creation, plugin ecosystems, and multi-channel deployment for conversational AI applications.
Crewai
Multi-agent orchestration framework that coordinates role-playing LLM agents through structured task decomposition and inter-agent communication.
Dify
Visual workflow platform for building LLM-powered applications with drag-and-drop pipeline design, RAG integration, and one-click deployment.
Langchain
Production framework for building context-aware LLM applications with composable chains, agent orchestration, RAG pipelines, and tool-use abstractions.
Articles (7)
Beyond Autocomplete: Transition to Autonomous Software Engineers
Explore the evolution of AI-powered development, comparing autocomplete tools like Cursor with autonomous coding agents like Google Antigravity 2.0.
Writing Custom Rules: Tuning Agent Behavior via Rules and Directives
Learn how to configure custom rules and directives in Google Antigravity 2.0 to enforce coding conventions, tech stacks, and security boundaries.
Test-Driven AI Coding: Automating the Code-Test-Fix Loop in Sandboxes
Learn how Google Antigravity 2.0 uses closed-loop TDD to automate writing unit tests, running them in sandboxes, and self-correcting buggy code.
Prompt Caching: Reducing Agent Token Cost by 90% in Large Repositories
Discover how Google Antigravity 2.0 leverages Gemini's Context Caching to make codebase analysis highly cost-effective by caching static contexts.
Orchestrating Subagents: Running Parallel Background Threads Safely
Learn how Google Antigravity 2.0 coordinates specialized subagents to tackle complex repository research and automated testing tasks in parallel.
Multi-file Refactoring: How AI Agents Manage Cross-Module Consistency
Learn how Google Antigravity 2.0 uses AST parsing and compiled feedback loops to safely apply multi-file refactoring tasks across complex codebases.
Deep Dive: How Google Antigravity 2.0's Zero-Trust Sandbox Protects Your Local System
An in-depth look at Google Antigravity's zero-trust permission architecture, sandbox execution, and how it prevents LLM hallucinations from damaging your local filesystem.