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

Add ToolKit for new interface #340

Merged
merged 37 commits into from
Jun 21, 2024

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    f586fbf View commit details
    Browse the repository at this point in the history
  2. Update BaseTool import

    koxudaxi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    83ce746 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cff7f84 View commit details
    Browse the repository at this point in the history
  4. implement create_tool

    koxudaxi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d2afc1d View commit details
    Browse the repository at this point in the history
  5. Fix the order in __all__

    koxudaxi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1c8d0cb View commit details
    Browse the repository at this point in the history
  6. fix toolkit_tool decorator

    koxudaxi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    30cdb19 View commit details
    Browse the repository at this point in the history
  7. Add unittest

    koxudaxi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    aee68bc View commit details
    Browse the repository at this point in the history
  8. Fix toolkit logic

    koxudaxi committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    32f592b View commit details
    Browse the repository at this point in the history
  9. Update unittest

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

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    4386a4a View commit details
    Browse the repository at this point in the history
  2. Fix unittest

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b6425b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baf5cf7 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3781a3e View commit details
    Browse the repository at this point in the history
  5. Improve error message

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fc95385 View commit details
    Browse the repository at this point in the history
  6. Fix unittest name

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a34fed5 View commit details
    Browse the repository at this point in the history
  7. Apply list comprehension

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    850ed69 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ff6883 View commit details
    Browse the repository at this point in the history
  9. Improve typing

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    35716fd View commit details
    Browse the repository at this point in the history
  10. Fix name

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    dbc6876 View commit details
    Browse the repository at this point in the history
  11. Small fixes

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    569f687 View commit details
    Browse the repository at this point in the history
  12. Apply format

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    85d61f2 View commit details
    Browse the repository at this point in the history
  13. Add namespace

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f213943 View commit details
    Browse the repository at this point in the history
  14. Add testcase

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c5a3eb3 View commit details
    Browse the repository at this point in the history
  15. Add testcase

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1c9d3d8 View commit details
    Browse the repository at this point in the history
  16. Add namespace checking

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9892a2b View commit details
    Browse the repository at this point in the history
  17. Fix namespace

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4bf7b2c View commit details
    Browse the repository at this point in the history
  18. Fix namespace

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fe6f4b3 View commit details
    Browse the repository at this point in the history
  19. Format unittest

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    62e6845 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c6b1508 View commit details
    Browse the repository at this point in the history
  21. Fix unittest

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    275d397 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    51420b8 View commit details
    Browse the repository at this point in the history
  23. Format

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7cf391e View commit details
    Browse the repository at this point in the history
  24. Apply format

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1445caa View commit details
    Browse the repository at this point in the history
  25. Add docstring

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    469315a View commit details
    Browse the repository at this point in the history
  26. Fix __namespace__ argument

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    95e7bd4 View commit details
    Browse the repository at this point in the history
  27. Improve docstring

    koxudaxi committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    dfa318e View commit details
    Browse the repository at this point in the history