Files
adk-python/contributing/samples/live_bidi_streaming_single_agent
GoodnightandCopybara-Service 322dd1827a docs: Fix typos, broken links, and grammar across documentation
Merge https://github.com/google/adk-python/pull/3937

**Please ensure you have read the [contribution guide](https://github.com/google/adk-python/blob/main/CONTRIBUTING.md) before creating a pull request.**

### Link to Issue or Description of Change
Not applicable

**Problem:**
Several markdown files contained typos, grammatical errors (e.g., "search youtubes"), and awkward phrasing.
**Solution:**
Performed a comprehensive quality assurance pass on the documentation.
- Fixed typos in README.md and AGENTS.md.
- Improved grammar and phrasing in CONTRIBUTING.md and sample READMEs.

### Testing Plan

This is a documentation and typo fix PR.

**Unit Tests:**

- [ ] I have added or updated unit tests for my change.
- [ ] All unit tests pass locally.
N/A - Documentation changes only.

**Manual End-to-End (E2E) Tests:**

This is a documentation and typo fix PR.

### Checklist

- [x] I have read the [CONTRIBUTING.md](https://github.com/google/adk-python/blob/main/CONTRIBUTING.md) document.
- [x] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] New and existing unit tests pass locally with my changes.
- [x] I have manually tested my changes end-to-end.
- [ ] Any dependent changes have been merged and published in downstream modules.

Co-authored-by: Xiang (Sean) Zhou <seanzhougoogle@google.com>
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/3937 from Goodnight77:docs/fix-typos a0cf4db6741f19c77eeb0746c9db524dd02121ac
PiperOrigin-RevId: 845599254
2025-12-16 22:45:02 -08:00
..

Simplistic Live (Bidi-Streaming) Agent

This project provides a basic example of a live, bidirectional streaming agent designed for testing and experimentation.

Getting Started

Follow these steps to get the agent up and running:

  1. Start the ADK Web Server Open your terminal, navigate to the root directory that contains the live_bidi_streaming_single_agent folder, and execute the following command:

    adk web
    
  2. Access the ADK Web UI Once the server is running, open your web browser and navigate to the URL provided in the terminal (it will typically be http://localhost:8000).

  3. Select the Agent In the top-left corner of the ADK Web UI, use the dropdown menu to select this agent.

  4. Start Streaming Click on either the Audio or Video icon located near the chat input box to begin the streaming session.

  5. Interact with the Agent You can now begin talking to the agent, and it will respond in real-time.

Usage Notes

  • You only need to click the Audio or Video button once to initiate the stream. The current version does not support stopping and restarting the stream by clicking the button again during a session.