Skip to content
View bonadio's full-sized avatar
Block or Report

Block or report bonadio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. HippoRAG-API HippoRAG-API Public

    HippoRAG implementation using APIs

    Jupyter Notebook 3

  2. autogenwebdemo autogenwebdemo Public

    Simple implementation of Autogen with FastApi backend and React frontend

    Python 103 32

  3. Very basic implementation of Autogen... Very basic implementation of Autogen with FastApi using websocket to interact with user_proxy in a web app
    1
    import autogen
    2
    from user_proxy_webagent import UserProxyWebAgent
    3
    import asyncio
    4
    
                  
    5
    config_list = [
  4. Autogen Agent that can auto execute ... Autogen Agent that can auto execute a function_call
    1
    # %%
    2
    import os
    3
    import openai
    4
    # import autogen
    5
    from autogen import Agent, ConversableAgent, oai, UserProxyAgent, AssistantAgent
  5. bike-share-rnn bike-share-rnn Public

    Recurrent Neural Net for Bike Sharing ported from Project 1

    Jupyter Notebook 1 3

  6. gym-anytrading-stocks gym-anytrading-stocks Public

    Forked from AminHP/gym-anytrading

    Simple gym env for stocks

    Python 1