🌱 Open Source

🌍 Live Open Source Explorer

Explore live open-source projects and AI models.

Search public open-source repositories from GitHub and AI models from Hugging Face. Every page shows 10 results with clean pagination.

🔎 Live Search

Search live open-source data

Search GitHub repositories and Hugging Face models directly, then explore stars, downloads, source links and project details.

Reset Search
🔎
🌐

Try keywords like automation, CRM, analytics, chatbot, llama or workflow.

Choose where to search live data.

Live Results

GitHub Open Source Repositories

Search: research-agents-3.0

Page 1

Showing 4 results from 4

M

MiroMindAI/MiroThinker

GitHub Python Apache License 2.0

MiroThinker is a deep research agent optimized for complex research and prediction tasks. Our latest models, MiroThinker-1.7, achieves 74.0 and 75.3 on the BrowseComp and BrowseComp Zh, respectively.

★ 8,306 Forks 642 MiroMindAI Updated 24 Jun 2026
R

JayZeeDesign/research-agents-3.0

GitHub Python

Autogen + GPTs - build a swarm AI researchers

★ 456 Forks 137 JayZeeDesign Updated 17 Jun 2026
R

Aryia-Behroziuan/References

GitHub

Poole, Mackworth & Goebel 1998, p. 1. Russell & Norvig 2003, p. 55. Definition of AI as the study of intelligent agents: Poole, Mackworth & Goebel (1998), which provides the version that is used in this article. These authors use the term "computational intelligence" as a synonym for artificial... Read more

★ 61 Forks 9 Aryia-Behroziuan Updated 10 Jun 2026
A

udinparla/aa.py

GitHub

#!/usr/bin/env python import re import hashlib import Queue from random import choice import threading import time import urllib2 import sys import socket try: import paramiko PARAMIKO_IMPORTED = True except ImportError: PARAMIKO_IMPORTED = False USER_AGENT = ["Mozilla/5.0 (Windo... Read more

★ 26 Forks 0 udinparla Updated 20 May 2026