AI студия Владимира Ломтева
УСЛУГИПРОЕКТЫСТАТЬИБАЗА ЗНАНИЙМаркетплейсПолезные сервисы

Оставьте заявку,
чтобы обсудить проект

Напишите ваш вопрос, не забудьте указать телефон. Мы перезвоним и все расскажем.

Контакты

Москва

Работаем по всей России
и миру (онлайн)

+7 (999) 760-24-41

Ежедневно с 9:00 до 21:00

lamooof@gmail.com

По вопросам сотрудничества

TelegramWhatsApp

Есть предложение?

Напишите нам в мессенджеры

© 2025 AI студия Владимира Ломтева

Политика конфиденциальностиСогласие на обработку ПДн|ИНН 623412173261
    Google Agents Cli Adk Code — Скилл для ИИ-агентов | AI Рассвет

    Google Agents Cli Adk Code

    This skill should be used when the user wants to "write agent code", "build an agent with ADK", "add a tool", "create a callback", "define an agent", "use state management", or needs ADK (Agent Development Kit) Python API patterns and code examples. Part of the Google ADK skills suite. It provides a quick reference for agent types, tool definitions, orchestration patterns, callbacks, state management, and reference recipes to study. Do NOT use for scaffolding (use google agents cli scaffold) or deployment (use google agents cli deploy).

    Скиллы для разработки#GitHub#google/agents-cli#skills.sh
    Скачивания
    0
    В избранном
    0
    Комментарии
    0
    Просмотры
    2

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add google/agents-cli --skill google-agents-cli-adk-code
    Скачать ZIP
    Версия
    1.0.0+ef7808f33fc3
    Автор
    Владимир Ломтев
    Репозиторий
    google/agents-cli
    GitHub: google/agents-cli

    Как установить

    1. 1Скопируйте команду из блока установки.
    2. 2Запустите её в терминале из каталога проекта.

    Документация

    ADK Code Reference

    Activate /google-agents-cli-workflow first for required development phases and scaffolding steps.

    1. Study Recipes (No Project Needed)

    Read the topic index in references/samples.md before answering "how do I build X". Worked implementations exist for: sandboxed/per-user code execution, agent-loadable SKILL.md skills, cross-session memory, approval gates before risky actions, tool guardrails, per-user credentials, and scheduled/event-driven runs.

    The index only gives you a name; the recipe is the code. Clone it and read its AGENTS.md before you implement anything it covers. Hand-writing a Docker or E2B sandbox wrapper, a skill loader, a moderation callback or a memory store — for a capability the index lists — means you stopped at the name.

    2. Prerequisites for Writing Code

    Do NOT write agent code until a project is scaffolded.

    1. Verify project: run agents-cli info (proceed if config exists).
    2. New project: run agents-cli scaffold create <name>.
    3. Existing code: run agents-cli scaffold enhance ..

    Language Support: This reference covers the Python ADK SDK. Support for other languages coming soon.

    Quick Reference — Most Common Patterns

    from google.adk.agents import Agent
    
    def get_weather(city: str) -> dict:
        """Get current weather for a city."""
        return {"city": city, "temp": "22°C", "condition": "sunny"}
    
    root_agent = Agent(
        name="my_agent",
        model="gemini-3.7-flash",
        instruction="You are a helpful assistant that ...",
        tools=[get_weather],
    )
    

    References

    Use cheatsheets for common patterns. For deep knowledge, fetch the docs index or inspect the installed package.

    Reference When to read
    references/samples.md Topic-indexed catalog of ADK reference recipes. Read in workflow Phase 1 — before scaffolding and before writing code — maps a capability to the recipe that implements it.
    references/adk-python.md Core ADK API: Agent, tools, callbacks, plugins, state, artifacts, multi-agent systems, SequentialAgent / ParallelAgent / LoopAgent, custom BaseAgent, ManagedAgent (server-hosted first-party agents), A2A protocol, A2UI. Default for most agents.
    references/adk-workflows.md Graph-based Workflow API (ADK 2.0): nodes, edges, fan-out/fan-in, HITL, parallel processing. Use when you need explicit graph topology.
    curl https://adk.dev/llms.txt Docs index (every page title + URL). Fetch it, then WebFetch the specific page for anything beyond the cheatsheets.
    Installed ADK package Exact signatures and symbols — inspect the source (see "Inspecting ADK Source Code" in references/adk-python.md).

    Related Skills

    • /google-agents-cli-workflow — Development workflow, coding guidelines, and operational rules
    • /google-agents-cli-scaffold — Project creation and enhancement with agents-cli scaffold create / scaffold enhance
    • /google-agents-cli-eval — Evaluation methodology, dataset schema, and the eval-fix loop
    • /google-agents-cli-deploy — Deployment targets, CI/CD pipelines, and production workflows

    Требования и возможности

    Источник пакета
    https://github.com/google/agents-cli/tree/ef7808f33fc3038112b69d4ad488ce33b72699b1/skills/google-agents-cli-adk-code

    Файлы версии

    ПутьРазмерSHA256
    SKILL.md39374f3d2a57989b3ac5...
    references/adk-python.md37236e692199af6894af9...
    references/adk-workflows.md17344fffbbcc3263bc42a...
    references/samples.md84471179dd749304bc98...

    Частые вопросы

    Как установить Google Agents Cli Adk Code?
    Используйте команду npx skills add google/agents-cli --skill google-agents-cli-adk-code или скачайте ZIP-архив.
    Можно ли скачать Google Agents Cli Adk Code бесплатно?
    Да, опубликованную версию можно скачать из маркетплейса бесплатно.

    Похожие инструменты

    Смотреть все
    React DoctorUse when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook.Argent Android Emulator SetupSet up and connect to an Android emulator using argent MCP tools. Use when starting a new session on Android, booting an emulator, getting a device serial, or before any UI interaction task.Fireworks Tech GraphCreate technical diagrams such as software architecture, data flow, flowcharts, sequence diagrams, C4 reviews, cloud deployments, event streams, observability investigations, agent/memory systems, UML, ER, network topology, timelines, and technical concept maps, then export SVG, PNG, focused semantic SVG-to-GIF motion, or offline interactive HTML. Treat direct requests such as "Generate a GIF", "生成 GIF", or "制作 GIF" as motion requests, and use this skill when the user asks to visualize a system or engineering concept. Do not use for photos, raster artwork, or quantitative data charts.
    Комментарии

    Войдите, чтобы оставить комментарий.

    Комментариев пока нет.

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add google/agents-cli --skill google-agents-cli-adk-code
    Скачать ZIP
    Версия
    1.0.0+ef7808f33fc3
    Автор
    Владимир Ломтев
    Репозиторий
    google/agents-cli
    GitHub: google/agents-cli
    Modern Web GuidanceSearch tool for modern web development best practices. MANDATORY: Execute FIRST for all HTML/CSS and clientside JS tasks. Do NOT skip — web APIs evolve rapidly and training weights contain obsolete patterns.