app

command
v1.11.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2026 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

main.go — fixed agent-mode with provider flag Runs your Agent with optional file context using GenerateWithFiles. - Defaults to Gemini, but you can switch provider/model via flags. - Loads trailing CLI args as files; text is inlined, non-text is referenced.

Examples:

export GOOGLE_API_KEY=...   # or GEMINI_API_KEY
go run . -message "Summarize the attachments" context/notes.md

export OPENAI_API_KEY=...
go run . -provider openai -model gpt-4o-mini -message "Brief" docs/notes.md

Qdrant (memory) defaults:

-url http://localhost:6333 -collection adk_memories

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL