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

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. Aider-AI/aider Aider-AI/aider Public

    aider is AI pair programming in your terminal

    Python 36.5k 3.4k

  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.
    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