Skip to content
View codeninja's full-sized avatar
😃
What kind of trouble will my agents get into today...
😃
What kind of trouble will my agents get into today...

Highlights

  • Pro

Block or report codeninja

Report abuse

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

Report abuse

Pinned Loading

  1. Aider-AI/aider Aider-AI/aider Public

    aider is AI pair programming in your terminal

    Python 40.3k 3.9k

  2. CCXT-Historical-Data CCXT-Historical-Data Public

    Python script to fetch historical data from the Binance Public API

    Jupyter Notebook 35 8

  3. A Google ADK Agentic team to update ... A Google ADK Agentic team to update mongoose from version 6 to version 8 in multiple repositories.
    1
    from google.adk.agents import Agent
    2
    from google.adk.events import Event
    3
    from google.adk.agents.invocation_context import InvocationContext
    4
    from google.genai.types import Content, Part
    5
    from google.adk.tools.mcp_tool.mcp_toolset import MCPToolset
  4. Arxive rag agent Arxive rag agent
    1
    # from autogen.agentchat.contrib.teachable_agent import TeachableAgent
    2
    # from autogen.agentchat.user_proxy_agent import UserProxyAgent
    3
    # from autogen.agentchat.conversable_agent import ConversableAgent
    4
    import os
    5
    import re