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

feat(AI Agent Node): Implement Tool calling agent #9339

Merged
merged 16 commits into from
May 15, 2024

Commits on May 6, 2024

  1. refactor: Implement LLM tracing callback to improve parsing of usage …

    …stats
    
    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2df58d6 View commit details
    Browse the repository at this point in the history
  2. Add logs for LLM start/end

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed May 6, 2024
    Configuration menu
    Copy the full SHA
    68ed6c0 View commit details
    Browse the repository at this point in the history
  3. Do not trigger workflowExecuteAfter in onCancel

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b81c075 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3384c4 View commit details
    Browse the repository at this point in the history
  5. Linter fixes

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed May 6, 2024
    Configuration menu
    Copy the full SHA
    313f20e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    f2bbb6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92e39d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fde523 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. feat(AI Agent Node): Implement Tool calling agent

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    53737ad View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    49ec4c1 View commit details
    Browse the repository at this point in the history
  2. Add LLM error event to log-streaming

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9b5e1f0 View commit details
    Browse the repository at this point in the history
  3. Fix linting issues

    Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
    OlegIvaniv committed May 10, 2024
    Configuration menu
    Copy the full SHA
    28fea6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99c7bd1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    5b7ed47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e3ed8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ee023d View commit details
    Browse the repository at this point in the history