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: refactor agent memory representation and modify routes for editing blocks #2094

Merged
merged 60 commits into from
Nov 28, 2024

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    c2e8a4b View commit details
    Browse the repository at this point in the history
  2. update schemas

    sarahwooders committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    30d946b View commit details
    Browse the repository at this point in the history
  3. modify create agent

    sarahwooders committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8ab9cae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1757630 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    c35cd9a View commit details
    Browse the repository at this point in the history
  2. merge with main

    sarahwooders committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    4498c73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf2f94d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7092d91 View commit details
    Browse the repository at this point in the history
  5. passing memory

    sarahwooders committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    94bdcd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9bb1ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bce8a38 View commit details
    Browse the repository at this point in the history
  8. most local tests passing

    sarahwooders committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    ab60f4a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    464d8be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98e88d6 View commit details
    Browse the repository at this point in the history
  3. passing shared blocks

    sarahwooders committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8cc8298 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29ee602 View commit details
    Browse the repository at this point in the history
  5. update tests

    sarahwooders committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    02b3d7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5dca196 View commit details
    Browse the repository at this point in the history
  7. working test_client

    sarahwooders committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c5ed2a9 View commit details
    Browse the repository at this point in the history
  8. Add alembic migration script

    mattzh72 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6ebad76 View commit details
    Browse the repository at this point in the history
  9. add tests

    sarahwooders committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    d6894df View commit details
    Browse the repository at this point in the history
  10. passing REST test_client

    sarahwooders committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c94dbac View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. fix tool rules test

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    19c069b View commit details
    Browse the repository at this point in the history
  2. more fixes

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    dbc0b97 View commit details
    Browse the repository at this point in the history
  3. fix more tests

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    815f4bc View commit details
    Browse the repository at this point in the history
  4. fix o1 agent

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c1fdef8 View commit details
    Browse the repository at this point in the history
  5. maybe fix idk

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    430880a View commit details
    Browse the repository at this point in the history
  6. add composio scrape tool

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    670cedb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38e7e40 View commit details
    Browse the repository at this point in the history
  8. fix sources error

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7a7e179 View commit details
    Browse the repository at this point in the history
  9. fix summarizer

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    28c361d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a729209 View commit details
    Browse the repository at this point in the history
  11. fix cli

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e28b308 View commit details
    Browse the repository at this point in the history
  12. merge

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e610f0a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e92735e View commit details
    Browse the repository at this point in the history
  14. actually save

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4afdf79 View commit details
    Browse the repository at this point in the history
  15. half fix cli

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4ab40b8 View commit details
    Browse the repository at this point in the history
  16. Add AgentState to __init__

    mattzh72 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4a0695a View commit details
    Browse the repository at this point in the history
  17. fix test_client

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3b823a4 View commit details
    Browse the repository at this point in the history
  18. fix

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    46d3908 View commit details
    Browse the repository at this point in the history
  19. save

    sarahwooders committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d2ae20f View commit details
    Browse the repository at this point in the history
  20. fix interface passing

    mattzh72 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    42a8ce3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. fix server

    sarahwooders committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a9df9d4 View commit details
    Browse the repository at this point in the history
  2. remove incorrect saves

    sarahwooders committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    45b0b12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d33ba9b View commit details
    Browse the repository at this point in the history
  4. forgot to save agent

    sarahwooders committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    857d1ab View commit details
    Browse the repository at this point in the history
  5. fix message test

    sarahwooders committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    427646f View commit details
    Browse the repository at this point in the history
  6. fix legacy tests

    sarahwooders committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6967d9d View commit details
    Browse the repository at this point in the history
  7. pass interface down

    sarahwooders committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    55dcd00 View commit details
    Browse the repository at this point in the history
  8. fix legacy tests

    sarahwooders committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4ab9eb0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    911791e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b792132 View commit details
    Browse the repository at this point in the history
  11. fix e2b setting

    sarahwooders committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    c6b2a17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    236dbb5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    499a760 View commit details
    Browse the repository at this point in the history
  14. cleanup

    sarahwooders committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4070147 View commit details
    Browse the repository at this point in the history
  15. fix test_memory

    sarahwooders committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d5c693c View commit details
    Browse the repository at this point in the history
  16. fix summarizer tests

    sarahwooders committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2883855 View commit details
    Browse the repository at this point in the history
  17. fix error

    sarahwooders committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    77d4c5c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    80112f9 View commit details
    Browse the repository at this point in the history