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

API Updates: routing table, models endpoint, inference routing, rebase on safety_refactor #85

Open
wants to merge 45 commits into
base: safety_refactor
Choose a base branch
from

Commits on Sep 20, 2024

  1. example config

    yanxi0830 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9bb6ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d4135d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cda6111 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c33587 View commit details
    Browse the repository at this point in the history
  5. clean up

    yanxi0830 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3787408 View commit details
    Browse the repository at this point in the history
  6. simple run config

    yanxi0830 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8df53ac View commit details
    Browse the repository at this point in the history
  7. backward compatibility

    yanxi0830 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    308a1d1 View commit details
    Browse the repository at this point in the history
  8. stage tmp changes

    yanxi0830 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a6be32b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. update MemoryToolDefinition

    yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    06abd7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32beecb View commit details
    Browse the repository at this point in the history
  3. safety API cleanup part 1

    Sample adapter implementation for Bedrock implementation of Guardrails
    ashwinb authored and yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7e40eea View commit details
    Browse the repository at this point in the history
  4. Update the meta reference safety implementation to match new API

    Ashwin Bharambe authored and yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    82ddd85 View commit details
    Browse the repository at this point in the history
  5. Update safety implementation inside agents

    Ashwin Bharambe authored and yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d6a41d9 View commit details
    Browse the repository at this point in the history
  6. test safety against safety client

    ashwinb authored and yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    9252e81 View commit details
    Browse the repository at this point in the history
  7. Further bug fixes

    ashwinb authored and yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    a57411b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    446914e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3fc36d View commit details
    Browse the repository at this point in the history
  10. Revert "stage tmp changes"

    This reverts commit 164d0e2.
    yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    73133fb View commit details
    Browse the repository at this point in the history
  11. Revert "backward compatibility"

    This reverts commit 6a95edc.
    yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    5f9a7dc View commit details
    Browse the repository at this point in the history
  12. Revert "simple run config"

    This reverts commit 756e98c.
    yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    cbd4fa6 View commit details
    Browse the repository at this point in the history
  13. Revert "clean up"

    This reverts commit bc4ac2c.
    yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ee77431 View commit details
    Browse the repository at this point in the history
  14. Revert "delete router from providers"

    This reverts commit d8fab77.
    yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    665ab1f View commit details
    Browse the repository at this point in the history
  15. Revert "migrate router for memory wip"

    This reverts commit 08379f5.
    yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    39c27a3 View commit details
    Browse the repository at this point in the history
  16. Revert "add new resolve_impls_with_routing"

    This reverts commit 34f0c11.
    yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    32b9907 View commit details
    Browse the repository at this point in the history
  17. Revert "example config"

    This reverts commit 73399fe.
    yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    abe312c View commit details
    Browse the repository at this point in the history
  18. stage tmp changes

    yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    2dc14cb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    85d927a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    951cc9d View commit details
    Browse the repository at this point in the history
  21. router method wrapper

    yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    04f480d View commit details
    Browse the repository at this point in the history
  22. memory routers working

    yanxi0830 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f058025 View commit details
    Browse the repository at this point in the history
  23. Respect user sent instructions in agent config and add them to system…

    … prompt
    Hardik Shah committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8bf8c07 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. models API

    yanxi0830 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    20a4302 View commit details
    Browse the repository at this point in the history
  2. supported models wip

    yanxi0830 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    c019902 View commit details
    Browse the repository at this point in the history
  3. models endpoint testing

    yanxi0830 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    0348f26 View commit details
    Browse the repository at this point in the history
  4. update MemoryToolDefinition

    yanxi0830 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    d29405d View commit details
    Browse the repository at this point in the history
  5. Respect user sent instructions in agent config and add them to system…

    … prompt
    Hardik Shah authored and yanxi0830 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    8e757ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b715c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9380661 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bafb0ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d027eab View commit details
    Browse the repository at this point in the history
  10. delete docs

    yanxi0830 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    c0f2f94 View commit details
    Browse the repository at this point in the history
  11. fix configure

    yanxi0830 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    b5217fe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e42b555 View commit details
    Browse the repository at this point in the history
  13. update example run files

    yanxi0830 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    44fe099 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b8914bb View commit details
    Browse the repository at this point in the history