superagent-py icon indicating copy to clipboard operation
superagent-py copied to clipboard

Superagent Python SDK

Results 5 superagent-py issues
Sort by recently updated
recently updated
newest added

Updates pypi badge to be accurate.

Hi Alan and ismail , I have created many custom gpt on chat gpt for various use cases like available on this screen shot , I want to access this...

To Add: Chat history of agents and the ability to retrieve past conversation of any session just like list conversation for threads in OpenAI Assistants API

🌐 Hello, amazing community! I'm exploring the integration of two powerful libraries: **MiniAutoGen** and **[superagent-py](https://github.com/homanp/superagent-py)**, and I would greatly appreciate your help and insights! **MiniAutoGen** is an innovative open-source library...

``` AttributeError Traceback (most recent call last) [/Users/dekahalane/superagent-py/test.ipynb](https://file+.vscode-resource.vscode-cdn.net/Users/dekahalane/superagent-py/test.ipynb) Cell 1 line 6 [2](vscode-notebook-cell:/Users/dekahalane/superagent-py/test.ipynb#W0sZmlsZQ%3D%3D?line=1) from superagent.client import Superagent [4](vscode-notebook-cell:/Users/dekahalane/superagent-py/test.ipynb#W0sZmlsZQ%3D%3D?line=3) client = Superagent(token="REMOVED FOR DEBUGGING", base_url="https://api.beta.superagent.sh/") ----> [6](vscode-notebook-cell:/Users/dekahalane/superagent-py/test.ipynb#W0sZmlsZQ%3D%3D?line=5) agent = client.agents.create(request={ [7](vscode-notebook-cell:/Users/dekahalane/superagent-py/test.ipynb#W0sZmlsZQ%3D%3D?line=6)...