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: Example for Integrating Realtime API into Sotopia. #234

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

Commits on Oct 4, 2024

  1. add aact as a dependency

    ProKil committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    72b82c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    ceaeddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51cbb7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf9dcd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a07be86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38d182d View commit details
    Browse the repository at this point in the history
  6. fix mypy errors

    ProKil committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    4620fb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1975021 View commit details
    Browse the repository at this point in the history
  8. poetry lock

    ProKil committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    d059f0b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7603b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    a4f4c02 View commit details
    Browse the repository at this point in the history
  2. migration to uv

    ProKil committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    569ef11 View commit details
    Browse the repository at this point in the history
  3. update mypy

    ProKil committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b9fcf3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eed5fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    312e052 View commit details
    Browse the repository at this point in the history
  6. Update index.mdx

    ProKil authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d8d4708 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5054a97 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/migrate-to-uv' of github.com:sotopia-lab/sotopi…

    …a into feature/migrate-to-uv
    ProKil committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    66ba0ae View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    7491e75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4a4f67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7ccf10 View commit details
    Browse the repository at this point in the history
  4. import Self for 3.10

    ProKil committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    992320a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5828002 View commit details
    Browse the repository at this point in the history
  6. Create readme.md

    ProKil authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5e3eb86 View commit details
    Browse the repository at this point in the history
  7. dockerfile

    ProKil committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2b4b00e View commit details
    Browse the repository at this point in the history
  8. record node log

    ProKil committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    dba0829 View commit details
    Browse the repository at this point in the history
  9. frequency -> interval

    ProKil committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ceebc9f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. docker compose (it works)

    ProKil committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fd7ef39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c19a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. add ci test with docker

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7cee92d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    631c53c View commit details
    Browse the repository at this point in the history
  3. update docker compose file

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4d7b3e6 View commit details
    Browse the repository at this point in the history
  4. update compose file path

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b06c75e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdbff03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29426aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    278403a View commit details
    Browse the repository at this point in the history
  8. test run

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b18f76b View commit details
    Browse the repository at this point in the history
  9. test run

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    53b1845 View commit details
    Browse the repository at this point in the history
  10. write test script in tests.sh

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3190af5 View commit details
    Browse the repository at this point in the history
  11. use docker compose

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    506237b View commit details
    Browse the repository at this point in the history
  12. test run

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    aa114fe View commit details
    Browse the repository at this point in the history
  13. --rm

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6205623 View commit details
    Browse the repository at this point in the history
  14. ./ -> .

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c8cd931 View commit details
    Browse the repository at this point in the history
  15. test

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8cf257b View commit details
    Browse the repository at this point in the history
  16. change to arm64

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d453d39 View commit details
    Browse the repository at this point in the history
  17. fix docker platform problem

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2865dd3 View commit details
    Browse the repository at this point in the history
  18. change test os

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9c78d12 View commit details
    Browse the repository at this point in the history
  19. fix some build bugs

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    65b314d View commit details
    Browse the repository at this point in the history
  20. fix runner dir

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5810007 View commit details
    Browse the repository at this point in the history
  21. fix a test case for sample

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6f7ba6f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    703147a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1d1da9b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    836d122 View commit details
    Browse the repository at this point in the history
  25. fix evaluator bug

    ProKil committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1659b34 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    60ba747 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    06b2172 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2851036 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    2b2c1ab View commit details
    Browse the repository at this point in the history
  2. bump the version to 0.1.1

    ProKil committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    37d3d9f View commit details
    Browse the repository at this point in the history
  3. add langchain openai back

    ProKil committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dfd861d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee41bbb View commit details
    Browse the repository at this point in the history
  5. remove redundant cast

    ProKil committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    125cc01 View commit details
    Browse the repository at this point in the history
  6. add test case

    ProKil committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f3c27f4 View commit details
    Browse the repository at this point in the history
  7. test base agent

    ProKil committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d241513 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. more coverage for agent.py

    ProKil committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    69821d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d581d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30d2d3d View commit details
    Browse the repository at this point in the history
  4. first example of realtime api

    ProKil committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2663f52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    102a535 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    9bf0cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5092508 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    631b3ac View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. fix contribution

    XuhuiZhou committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    112c765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3d04fc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/realtime-api' of github.com:sotopia-lab/sotopia…

    … into feature/realtime-api
    ProKil committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9bc495f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c3b26d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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