Skip to content

Feature Request: Multi-Platform File/Folder Creation Instructions in Google ADK Documentation #44

@vimleshkumarkanaujiya

Description

@vimleshkumarkanaujiya

Summary
The current Google ADK (Agent Development Kit) documentation primarily uses Linux command (touch) for file creation in examples. This creates friction for developers on Windows who may not be familiar with these commands. We request expanding the documentation to include equivalent methods for all major platforms (Windows, macOS, Linux).

Proposed Solution
Add platform-agnostic file/folder creation instructions in all relevant documentation sections. Each example should show:

  1. The Linux commands (current approach)
  2. Windows equivalent (CMD)
  3. macOS is similar to Linux commands in many ways

Example Implementation

  1. Create an empty file agent.py
    type nul > multi_tool_agent\agent.py

Additional context

Everything works except creation of a file using touch command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions