Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use loop.create_task() for agent tasks #598

Merged
merged 9 commits into from
Jan 3, 2024

Commits on Sep 29, 2023

  1. Update agent.py to call loop.create_task rather than asyncio.Task

    Credit goes to @samtx for finding this solution for faust-streaming#175 (comment)
    wbarnha committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    144cb5f View commit details
    Browse the repository at this point in the history
  2. Update agent.py

    Co-authored-by: Sam Friedman <[email protected]>
    wbarnha and samtx committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1d9400b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a1580b View commit details
    Browse the repository at this point in the history
  4. Fix linting in agent.py

    wbarnha committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    166cb07 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    550a432 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    9669c0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    214c792 View commit details
    Browse the repository at this point in the history
  3. Linting and formatting

    sam89173 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8ee21b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    a95ee93 View commit details
    Browse the repository at this point in the history