这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: superagent-ai/superagent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.37
Choose a base ref
...
head repository: superagent-ai/superagent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.39
Choose a head ref
  • 8 commits
  • 21 files changed
  • 3 contributors

Commits on May 12, 2024

  1. Add Memory to LLM Agent (#983)

    * refactor: remove unused superagent agent type
    
    * bump redis version to 5.0.4
    
    * feat: add buffer memory
    
    * add message type
    
    * remove unused import
    
    * add memory to llm agent
    
    * fix openai tool calling object's serialization
    
    * use xml syntax in the prompt for chat history
    
    * rename call_tool to execute_tool
    
    * list messages in the ascending order of their creation
    elisalimli authored May 12, 2024
    Configuration menu
    Copy the full SHA
    65ffb9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a2806e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. fix: getting context window sizes of models without prefixes (#994)

    * fix: getting context window sizes of models without prefixes
    
    * feat: limit split counts to 1
    elisalimli authored May 13, 2024
    Configuration menu
    Copy the full SHA
    4bf763b View commit details
    Browse the repository at this point in the history
  2. Update OpenAPI spec

    homanp committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0eb5cf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2503f54 View commit details
    Browse the repository at this point in the history
  4. Update olostep scraper

    homanp committed May 13, 2024
    Configuration menu
    Copy the full SHA
    439741b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Add GPT-4o (#995)

    * Add GPT4-O
    
    * Minor tweaks
    homanp authored May 14, 2024
    Configuration menu
    Copy the full SHA
    11b57d1 View commit details
    Browse the repository at this point in the history
  2. Update OpenAPI spec

    homanp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e383a64 View commit details
    Browse the repository at this point in the history
Loading