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

refactor: use goroutinue instead of mutex to sync messages #842

Merged
merged 25 commits into from
Jun 28, 2024

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    8adff0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69ef241 View commit details
    Browse the repository at this point in the history
  3. fix: channel block bug

    woorui committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    73befb2 View commit details
    Browse the repository at this point in the history
  4. fix: remove unnecessary sleep

    woorui committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f1c8dcb View commit details
    Browse the repository at this point in the history
  5. fix: caller call timeout bug

    woorui committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7004fc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. fix: omit memory leak

    woorui committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    556791f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 19, 2024

  1. update

    woorui committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c27af89 View commit details
    Browse the repository at this point in the history
  2. feat: enrich mock provider

    woorui committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ba85a5d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. test: add invoke unittest

    woorui committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6427c26 View commit details
    Browse the repository at this point in the history
  2. test: add caller unittest

    woorui committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b5c6868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77fd30f View commit details
    Browse the repository at this point in the history
  4. remove debug log

    woorui committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    17a6e5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8352637 View commit details
    Browse the repository at this point in the history
  6. merge master

    woorui committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a9f5d31 View commit details
    Browse the repository at this point in the history
  7. feat: /invoke use ToolMessage

    woorui committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    33bd0fa View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    fff1ef2 View commit details
    Browse the repository at this point in the history
  2. style: fix some lint problem

    woorui committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    65d9122 View commit details
    Browse the repository at this point in the history
  3. readd provider md params

    woorui committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    becb292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    883e10b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. better var name

    woorui committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    daad91a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fix typo

    woorui committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ba3fe3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    720f54d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. remove default provider logic

    woorui committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ceccc47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68a4399 View commit details
    Browse the repository at this point in the history