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: prompting o1 #1844

Closed
wants to merge 56 commits into from
Closed

feat: prompting o1 #1844

wants to merge 56 commits into from

Commits on Oct 7, 2024

  1. prompting o1

    Kevin Lin authored and Kevin Lin committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f2ac415 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. add test

    Kevin Lin authored and Kevin Lin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e45c6b2 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    Kevin Lin authored and Kevin Lin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    576496d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into o1

    kl2806 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fb738b4 View commit details
    Browse the repository at this point in the history
  4. add o1 agent type

    Kevin Lin authored and Kevin Lin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    256ee15 View commit details
    Browse the repository at this point in the history
  5. update test with agent type

    Kevin Lin authored and Kevin Lin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a44d4bd View commit details
    Browse the repository at this point in the history
  6. pass in llm and embedding configs

    Kevin Lin authored and Kevin Lin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c6875bb View commit details
    Browse the repository at this point in the history
  7. clean up checks in server.py

    Kevin Lin authored and Kevin Lin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cd7b7fd View commit details
    Browse the repository at this point in the history
  8. clean up saving

    Kevin Lin authored and Kevin Lin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    dcd8190 View commit details
    Browse the repository at this point in the history
  9. update server.py to check agent types

    Kevin Lin authored and Kevin Lin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a0b9110 View commit details
    Browse the repository at this point in the history
  10. format

    Kevin Lin authored and Kevin Lin committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a921071 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. decrease max think steps and add reasoning persona

    Kevin Lin authored and Kevin Lin committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    dbf3d0d View commit details
    Browse the repository at this point in the history
  2. add o1 persona

    Kevin Lin authored and Kevin Lin committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    67e49e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbb7fce View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. fix: patch interface bug

    cpacker committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f122bf2 View commit details
    Browse the repository at this point in the history
  2. pass in user message only on first turn

    Kevin Lin authored and Kevin Lin committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f76a149 View commit details
    Browse the repository at this point in the history
  3. check if request agent type is None

    Kevin Lin authored and Kevin Lin committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8c900b7 View commit details
    Browse the repository at this point in the history
  4. clean up

    Kevin Lin authored and Kevin Lin committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    046f53c View commit details
    Browse the repository at this point in the history
  5. tune prompt

    Kevin Lin authored and Kevin Lin committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    489fff7 View commit details
    Browse the repository at this point in the history
  6. test

    Kevin Lin authored and Kevin Lin committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    62299d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. remove unnecesary print

    Kevin Lin authored and Kevin Lin committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a10e784 View commit details
    Browse the repository at this point in the history
  2. check if response choice is None

    Kevin Lin authored and Kevin Lin committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    29e7aef View commit details
    Browse the repository at this point in the history
  3. use gpt4 for test

    Kevin Lin authored and Kevin Lin committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a1fd6ea View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. refactor: make Agent.step() multi-step, and rename Agent.step() to Ag…

    …ent.inner_step() ie the single step version
    cpacker committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e49039a View commit details
    Browse the repository at this point in the history
  2. drop saving

    cpacker committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    04e6aa4 View commit details
    Browse the repository at this point in the history
  3. add back save with check

    cpacker committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    eeb1460 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix unpacking problem

    cpacker committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ae9b0e9 View commit details
    Browse the repository at this point in the history
  2. fix: patched tests

    cpacker committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bdabf33 View commit details
    Browse the repository at this point in the history
  3. chore: comments

    cpacker committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0178348 View commit details
    Browse the repository at this point in the history
  4. fix: patch kwarg bug

    cpacker committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1492b08 View commit details
    Browse the repository at this point in the history
  5. fix: patch test

    cpacker committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    11f8dcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e71e816 View commit details
    Browse the repository at this point in the history
  7. merge

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    342e32b View commit details
    Browse the repository at this point in the history
  8. add test

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ab9c3b5 View commit details
    Browse the repository at this point in the history
  9. fix formatting

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a10d43d View commit details
    Browse the repository at this point in the history
  10. add o1 agent type

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    05448f8 View commit details
    Browse the repository at this point in the history
  11. update test with agent type

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    05ca69f View commit details
    Browse the repository at this point in the history
  12. pass in llm and embedding configs

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a6a7a90 View commit details
    Browse the repository at this point in the history
  13. clean up checks in server.py

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    942828a View commit details
    Browse the repository at this point in the history
  14. clean up saving

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b7f1069 View commit details
    Browse the repository at this point in the history
  15. update server.py to check agent types

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8b28e02 View commit details
    Browse the repository at this point in the history
  16. format

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f3fb538 View commit details
    Browse the repository at this point in the history
  17. decrease max think steps and add reasoning persona

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9f4681c View commit details
    Browse the repository at this point in the history
  18. add o1 persona

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b6b4283 View commit details
    Browse the repository at this point in the history
  19. fix: fix issue with agent state (letta-ai#1859)

    sarahwooders authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5d7d623 View commit details
    Browse the repository at this point in the history
  20. fix: patch interface bug

    cpacker authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e08f435 View commit details
    Browse the repository at this point in the history
  21. pass in user message only on first turn

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fdadc23 View commit details
    Browse the repository at this point in the history
  22. check if request agent type is None

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2976f0a View commit details
    Browse the repository at this point in the history
  23. clean up

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f21a4fc View commit details
    Browse the repository at this point in the history
  24. tune prompt

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    094affe View commit details
    Browse the repository at this point in the history
  25. test

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b62dd83 View commit details
    Browse the repository at this point in the history
  26. remove unnecesary print

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bd31042 View commit details
    Browse the repository at this point in the history
  27. check if response choice is None

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9801cf2 View commit details
    Browse the repository at this point in the history
  28. use gpt4 for test

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9eff4a9 View commit details
    Browse the repository at this point in the history
  29. merge

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    73632f3 View commit details
    Browse the repository at this point in the history
  30. merge

    Kevin Lin authored and Kevin Lin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e4e69cc View commit details
    Browse the repository at this point in the history