Awesome AI AgentsAI Assistants

Xiangyue-Zhang/auto-deep-researcher-24x7

⭐ 1292 Python repository created 2026-04-08

Deep Researcher Agent is a Python 3.10+ agent that runs deep learning experiments without a human in the loop, cycling through planning, execution, monitoring and reflection. It is organised as a leader-worker architecture with bounded, constant-size memory so token growth stays flat over long runs; leader history is reset and a no-progress fallback keeps the loop from stalling. Models can be driven through subscription-backed claude_cli and codex_cli provider modes or through any OpenAI-compatible endpoint, including one-word presets for DeepSeek, Qwen via DashScope, Kimi via Moonshot and GLM via Zhipu that auto-fill base URL and key environment variable while leaving both overridable for self-hosted proxies. Execution backends cover local runs, a remote SSH host where only the controller stays local, and Slurm clusters where training is submitted with sbatch over a single transient SSH call, sacct is the sole liveness authority and bounded checks guarantee the monitor loop terminates without reaping jobs that are still queued or running. A finished job reports its real terminal state, so failed, timed-out or cancelled runs are no longer recorded as completed. The autonomy layer adds an append-only experiment ledger in JSONL that records each cycle hypothesis, metrics and outcome and feeds back into planning; a data-driven stagnation signal derived from the metric trajectory; append-only DEAD_ENDS and INSIGHTS journals rotated rather than compacted; a zero-cost violation scanner with an advisory phase gate; and an optional cap on cycles per hour to protect budget. Agent tools include regex code search, a depth-limited repository tree, line-ranged file reads that stay inside the workspace, plus Semantic Scholar search, arXiv search and paper detail lookup with reference and citation snowballing. All configuration sections default to previous behaviour.

https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7

autonomous-agentresearch-automationllm-agentexperiment-trackingpython

Also in AI Assistants

DietrichGebert/ponytail

Ponytail enables AI agents to generate more concise, efficient, and cost-effective code by enforcing a "lazy senior dev" methodology, prioritizing existing solutions and minimal implementation.

HKUDS/DeepTutor

DeepTutor is an AI-powered personalized learning assistant that offers interactive knowledge Q&A, visualization, practice generation, and deep research capabilities to enhance education through a comprehensive and adaptive platform.

agentscope-ai/QwenPaw

QwenPaw is a personal AI assistant framework that provides local or cloud deployment, multi-channel connectivity, skill extensibility, and multi-agent collaboration for enhanced productivity and cr...

mukul975/Anthropic-Cybersecurity-Skills

A comprehensive, open-source library of 754 structured cybersecurity skills for AI agents, mapped across five prominent industry frameworks.

googleworkspace/cli

gws is a command-line tool that dynamically interfaces with Google Workspace APIs (Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin) and includes AI agent skills for automation.

nanocoai/nanoclaw

NanoClaw is a lightweight, secure AI assistant platform that runs agents in isolated containers, providing a customizable alternative to OpenClaw with native Anthropic Claude Code integration and m...

assafelovic/gpt-researcher

GPT Researcher is an autonomous AI agent that conducts deep web and local research to generate detailed, unbiased research reports with citations.

screenpipe/screenpipe

Screenpipe transforms your computer into a personal, local, and private AI that records, searches, and automates based on all your digital activities.