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

Tool 2.0 API Draft #642

Open
wants to merge 75 commits into
base: main
Choose a base branch
from
Open

Tool 2.0 API Draft #642

wants to merge 75 commits into from

Commits on Nov 6, 2024

  1. Tool 2.0 API Draft

    acedward committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2ebed25 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    c0d9083 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into agallardol/cargo-deps-tests

    # Conflicts:
    #	shinkai-bin/shinkai-node/Cargo.toml
    #	shinkai-libs/shinkai-lancedb/Cargo.toml
    #	shinkai-libs/shinkai-tools-primitives/Cargo.toml
    agallardol committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0fe580c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. tool endpoints update

    acedward committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    445019a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    4df00a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e5669f View commit details
    Browse the repository at this point in the history
  3. Prompt Fix

    acedward committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5a8e32f View commit details
    Browse the repository at this point in the history
  4. Structure Fixes

    acedward committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    67676c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4aea934 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bc2f4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4610ff3 View commit details
    Browse the repository at this point in the history
  8. - fix: removed unused deps

    agallardol committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3e06720 View commit details
    Browse the repository at this point in the history
  9. Stable DenoTool Format

    acedward committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8921bdc View commit details
    Browse the repository at this point in the history
  10. remove dsl

    nicarq committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6e6a579 View commit details
    Browse the repository at this point in the history
  11. remove wasm pyo3

    nicarq committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fb4fdc5 View commit details
    Browse the repository at this point in the history
  12. Update Deno Tools

    acedward committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    16a9dd9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1969669 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Fix for Execution

    acedward committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6eb81c1 View commit details
    Browse the repository at this point in the history
  2. sql lite with prompts

    nicarq committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4c41253 View commit details
    Browse the repository at this point in the history
  3. update prompt impl

    nicarq committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e52f46c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into agallardol/cargo-deps-tests

    # Conflicts:
    #	shinkai-bin/shinkai-node/Cargo.toml
    agallardol committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    611ae7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    203c2aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    704768f View commit details
    Browse the repository at this point in the history
  7. Revert "- fix: remove workspace deps from wasm"

    This reverts commit 203c2aa.
    agallardol committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    18134fa View commit details
    Browse the repository at this point in the history
  8. Revert "- fix: missing lock file for wasm"

    This reverts commit 704768f.
    agallardol committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    811b8d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e7bc47 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into agallardol/cargo-deps-tests

    # Conflicts:
    #	shinkai-bin/shinkai-node/Cargo.toml
    #	shinkai-libs/shinkai-lancedb/Cargo.toml
    #	shinkai-libs/shinkai-tools-primitives/Cargo.toml
    agallardol committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8537719 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #653 from dcSpark/nico/remove_wasm_pyo3

    remove wasm pyo3
    nicarq authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a1086bb View commit details
    Browse the repository at this point in the history
  12. add tools working

    nicarq committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a7490c7 View commit details
    Browse the repository at this point in the history
  13. tool fix

    nicarq committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    54f896e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0e7e6ef View commit details
    Browse the repository at this point in the history
  15. Merge branch 'feature/tools-def-exec' of github.com:dcSpark/shinkai-n…

    …ode into feature/tools-def-exec
    acedward committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2d5f673 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix for function output

    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9382fdf View commit details
    Browse the repository at this point in the history
  2. Removed print

    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    006003d View commit details
    Browse the repository at this point in the history
  3. fix main-run

    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6a382f5 View commit details
    Browse the repository at this point in the history
  4. fixes

    nicarq committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    63f5a70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dacc102 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74fc7b3 View commit details
    Browse the repository at this point in the history
  7. compiling

    not working yet though
    nicarq committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    be72540 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #657 from dcSpark/agallardol/fix-missing-v2-search…

    …-tool
    
    - fix: missing v2 search tool
    nicarq authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    11fc902 View commit details
    Browse the repository at this point in the history
  9. Better execution

    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    cf453f2 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'feature/tools-def-exec' of github.com:dcSpark/shinkai-n…

    …ode into feature/tools-def-exec
    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    04439e4 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/agallardol/cargo-deps-tests' int…

    …o feature/tools-def-exec
    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0f57c87 View commit details
    Browse the repository at this point in the history
  12. Better prompting

    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b0843bd View commit details
    Browse the repository at this point in the history
  13. Prompt Update

    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e611b66 View commit details
    Browse the repository at this point in the history
  14. Fixed execution

    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    01f0f59 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bb601f1 View commit details
    Browse the repository at this point in the history
  16. fixed function name

    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    59ff8c5 View commit details
    Browse the repository at this point in the history
  17. removed sample tools

    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1ac46c8 View commit details
    Browse the repository at this point in the history
  18. more fixes

    nicarq committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dce10c2 View commit details
    Browse the repository at this point in the history
  19. merge

    nicarq committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9c71a14 View commit details
    Browse the repository at this point in the history
  20. prompt fix

    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bd96e7c View commit details
    Browse the repository at this point in the history
  21. fixes

    nicarq committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7115d5b View commit details
    Browse the repository at this point in the history
  22. remove remaining files

    nicarq committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b423bf0 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #654 from dcSpark/nico/remove_lancedb

    Nico/remove lancedb
    nicarq authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f278595 View commit details
    Browse the repository at this point in the history
  24. Update Prompts

    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d31f14a View commit details
    Browse the repository at this point in the history
  25. Merge branch 'feature/tools-def-exec' of github.com:dcSpark/shinkai-n…

    …ode into feature/tools-def-exec
    acedward committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    abf35a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    2d389e0 View commit details
    Browse the repository at this point in the history
  2. minor prompt updates

    paulclindo committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1c2ea96 View commit details
    Browse the repository at this point in the history
  3. clean up

    acedward committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b235d2e View commit details
    Browse the repository at this point in the history
  4. Many Warning Fixes

    acedward committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fbb7391 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. new endpoint to update data

    nicarq committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e1466c3 View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    nicarq committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2c5ced5 View commit details
    Browse the repository at this point in the history
  3. missing fixes

    nicarq committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0986a62 View commit details
    Browse the repository at this point in the history
  4. add the other methods

    nicarq committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c14b396 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5beb28 View commit details
    Browse the repository at this point in the history
  6. add metadata

    nicarq committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    6a3bc07 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feature/tools-def-exec' of github.com:dcSpark/shinkai-n…

    …ode into feature/tools-def-exec
    nicarq committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2045ab0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. patch execution

    acedward committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    4de88b0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/tools-def-exec' of github.com:dcSpark/shinkai-n…

    …ode into feature/tools-def-exec
    acedward committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9da729c View commit details
    Browse the repository at this point in the history
  3. refactor

    nicarq committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    5a43fe9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/tools-def-exec' of github.com:dcSpark/shinkai-n…

    …ode into feature/tools-def-exec
    nicarq committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    75a99cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d7af09 View commit details
    Browse the repository at this point in the history
  6. fix tool key

    nicarq committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c1acccf View commit details
    Browse the repository at this point in the history
  7. TS Function name handling

    acedward committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    613d1a3 View commit details
    Browse the repository at this point in the history