Robuta

https://deepwiki.directory/ DeepWiki Directory - AI-Powered GitHub Repository Encyclopedia Welcome to DeepWiki Directory, your AI-powered GitHub repository encyclopedia. Discover, explore, and understand open source projects with the help of AI. ai poweredgithub repositorydeepwikidirectoryencyclopedia https://deepwiki.com/ryoppippi/ccusage ryoppippi/ccusage | DeepWiki This document provides a comprehensive overview of the ccusage monorepo, its architecture, and the family of CLI tools it contains for analyzing AI coding... ccusagedeepwiki https://deepwiki.com/Phala-Network Phala-Network | DeepWiki DeepWiki provides up-to-date documentation you can talk to, for Phala-Network. Think Deep Research for GitHub - powered by Devin. phala networkdeepwiki https://deepwiki.com/search/how-do-i-setup-the-vault_f3aed139-6118-40aa-a066-55b9b90d6775 Search | DeepWiki DeepWiki provides up-to-date documentation you can talk to, for every repo in the world. Think Deep Research for GitHub - powered by Devin. searchdeepwiki https://deepwiki.com/google/adk-kotlin/6.1-session-service Session Service | google/adk-kotlin | DeepWiki Jun 1, 2026 - The Session Service is the persistence layer responsible for managing conversation history and agent state. It provides the mechanism for storing `Event`... google adksessionservicekotlindeepwiki https://deepwiki.com/google/adk-kotlin/6.3-memory-service-and-event-summarizer Memory Service and Event Summarizer | google/adk-kotlin | DeepWiki Jun 1, 2026 - The ADK provides a robust mechanism for managing long-term user memory and short-term conversation context. The Memory Service handles persistent storage and... service andgoogle adkmemoryeventsummarizer https://docs.devin.ai/work-with-devin/deepwiki DeepWiki - Devin Docs Mar 18, 2026 - Architecture diagrams, documentation, links to sources, and more for all your repos deepwikidevindocs https://deepwiki.com/google/adk-kotlin/10-cicd-and-release-pipeline CI/CD and Release Pipeline | google/adk-kotlin | DeepWiki Jun 1, 2026 - The Google ADK for Kotlin utilizes GitHub Actions to maintain code quality and automate the software release lifecycle. The pipeline is split into two primary... ci cdrelease pipelinegoogle adkkotlindeepwiki https://deepwiki.com/google/adk-kotlin/8.1-a2a-agent-implementation A2A Agent Implementation | google/adk-kotlin | DeepWiki Jun 1, 2026 - The Agent-to-Agent (A2A) module allows ADK agents to communicate with remote agents that implement the A2A protocol. This implementation bridges the internal... google adkagentimplementationkotlindeepwiki https://deepwiki.com/google/adk-kotlin/3-model-integration Model Integration | google/adk-kotlin | DeepWiki Jun 1, 2026 - Model integration in the ADK is centered around the `Model` interface, which abstracts the underlying Large Language Model (LLM) backend. This allows the core... model integrationgoogle adkkotlindeepwiki https://deepwiki.com/google/adk-kotlin/11-glossary Glossary | google/adk-kotlin | DeepWiki Jun 1, 2026 - This glossary defines the core concepts, terminology, and domain-specific abstractions used within the Google ADK for Kotlin. It serves as a technical... google adkglossarykotlindeepwiki https://docs.devin.ai/work-with-devin/deepwiki-mcp DeepWiki MCP - Devin Docs Jun 29, 2026 - How to use the official DeepWiki MCP server deepwiki mcpdevindocs https://deepwiki.com/google/adk-kotlin/10.2-validation-and-testing-infrastructure Validation and Testing Infrastructure | google/adk-kotlin | DeepWiki Jun 1, 2026 - The ADK Kotlin project employs a robust multi-platform testing strategy to ensure reliability across JVM and Android environments. This infrastructure includes... validation and testinggoogle adkinfrastructurekotlindeepwiki https://deepwiki.com/google/adk-kotlin/2.1-agents Agents | google/adk-kotlin | DeepWiki Jun 1, 2026 - The ADK defines a hierarchical agent system where complex behaviors are composed from simple, specialized units. Agents are the primary entities responsible... google adkagentskotlindeepwiki https://deepwiki.com/google/adk-kotlin/8.2-a2a-converters-and-event-mapping A2A Converters and Event Mapping | google/adk-kotlin | DeepWiki Jun 1, 2026 - The Agent-to-Agent (A2A) protocol facilitates communication between ADK-based agents and other A2A-compliant remote agents. This requires a robust mapping... event mappinggoogle adkconverterskotlindeepwiki https://deepwiki.com/google/adk-kotlin/6.2-artifact-service Artifact Service | google/adk-kotlin | DeepWiki Jun 1, 2026 - The Artifact Service is a specialized persistence layer designed to handle binary data and large files (referred to as google adkartifactservicekotlindeepwiki https://deepwiki.org/ DeepWiki | AI documentation you can talk to, for every repo DeepWiki provides up-to-date documentation you can talk to, for every repo in the world. Think Deep Research for GitHub - powered by Devin. ai documentationyou cantalk todeepwikievery https://deepwiki.com/google/adk-kotlin/5.3-callbacks:-human-in-the-loop-and-agent-transfer Callbacks: Human-in-the-Loop and Agent Transfer | google/adk-kotlin | DeepWiki Jun 1, 2026 - This page describes the implementation of advanced interaction patterns in the Google ADK for Kotlin. It covers Human-in-the-Loop (HITL) workflows for gated... human in the loop https://deepwiki.com/google/adk-kotlin/2.2-runner-and-execution-lifecycle Runner and Execution Lifecycle | google/adk-kotlin | DeepWiki Jun 1, 2026 - The Runner is the primary orchestration engine of the ADK. It manages the end-to-end lifecycle of an agent invocation, including session resolution, event... google adkrunnerexecutionlifecyclekotlin https://deepwiki.com/google/adk-kotlin/7-web-server-and-development-ui Web Server and Development UI | google/adk-kotlin | DeepWiki Jun 1, 2026 - The `google-adk-kotlin-webserver` module provides a production-ready Ktor-based server and a browser-based Development UI. This module serves as the primary... web servergoogle adkdevelopmentuikotlin https://deepwiki.com/google/adk-kotlin/5.2-built-in-plugins:-logging-and-telemetry Built-in Plugins: Logging and Telemetry | google/adk-kotlin | DeepWiki Jun 1, 2026 - This page covers the core observability features of the Google ADK for Kotlin. It details the `LoggingPlugin`, which provides human-readable console output of... built ingoogle adkpluginsloggingtelemetry https://deepwiki.com/google/adk-kotlin/6-services:-sessions-artifacts-and-memory Services: Sessions, Artifacts, and Memory | google/adk-kotlin | DeepWiki Jun 1, 2026 - The ADK for Kotlin provides three primary service abstractions to manage agent state, conversation history, and binary data. These services are orchestrated by... google adkservicessessionsartifactsmemory https://deepwiki.com/google/adk-kotlin/9-examples-and-patterns Examples and Patterns | google/adk-kotlin | DeepWiki Jun 1, 2026 - The `examples` module serves as a reference implementation for the various architectural patterns supported by the Google ADK for Kotlin. It demonstrates how... google adkexamplespatternskotlindeepwiki https://deepwiki.com/google/adk-kotlin/2-core-architecture Core Architecture | google/adk-kotlin | DeepWiki Jun 1, 2026 - This page provides a high-level overview of the fundamental building blocks of the Google ADK for Kotlin. The framework is designed around a modular,... core architecturegoogle adkkotlindeepwiki https://deepwiki.com/google/adk-kotlin/5-callbacks-and-plugins Callbacks and Plugins | google/adk-kotlin | DeepWiki Jun 1, 2026 - The Google ADK for Kotlin provides a robust extensibility system that allows developers to hook into the agent execution lifecycle. This system is powered by... google adkcallbackspluginskotlindeepwiki