[GH-ISSUE #381] Bug: Incorrect working directory specified for OpenAI agent test command #2079

Closed
opened 2026-04-21 08:18:12 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @lushaorong on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/381

Description

The documentation provides incorrect instructions for running the OpenAI agent test, specifying the wrong working directory. This causes the command to fail because it cannot locate the agent configuration files properly.

Location

Current Behavior

The docs instruct users to:

cd 2_1_openai_adk_agent
adk web

Expected Behavior

# From the 2_model_agnostic_agent directory
adk web
# Then select the 2_1_openai_adk_agent agent in the ADK web UI
Originally created by @lushaorong on GitHub (Nov 13, 2025). Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/381 ## Description The documentation provides incorrect instructions for running the OpenAI agent test, specifying the wrong working directory. This causes the command to fail because it cannot locate the agent configuration files properly. ## Location - **File**: [`ai_agent_framework_crash_course/google_adk_crash_course/2_model_agnostic_agent/README.md`](https://github.com/Shubhamsaboo/awesome-llm-apps/blob/main/ai_agent_framework_crash_course/google_adk_crash_course/2_model_agnostic_agent/README.md#4-test-openai-agent) - **Section**: 4. Test OpenAI Agent ## Current Behavior The docs instruct users to: ```bash cd 2_1_openai_adk_agent adk web ``` ## Expected Behavior ```bash # From the 2_model_agnostic_agent directory adk web # Then select the 2_1_openai_adk_agent agent in the ADK web UI ```
Author
Owner

@Shubhamsaboo commented on GitHub (Nov 13, 2025):

Thanks. Fixed in this commit: 6ac9fd3f98

<!-- gh-comment-id:3525209434 --> @Shubhamsaboo commented on GitHub (Nov 13, 2025): Thanks. Fixed in this commit: https://github.com/Shubhamsaboo/awesome-llm-apps/commit/6ac9fd3f989001388ed542be01ea6dccf3e15539
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#2079