Skip to content

hxddh/agent-radar

Repository files navigation

Agent Radar

Agent Radar = trend judgment + Agent Watchlist + real user field notes + reusable playbook + storage infrastructure perspective.

This repository is a lightweight, Markdown-first AI Agent trend radar. It is not a news dump, a crawler framework, or a complex knowledge base. It helps track what is changing across agent products, user workflows, field evidence, infrastructure, storage, commercialization, enterprise adoption, reliability, security, governance, ecosystem standards, and anti-signals.

Why This Exists

AI Agents are moving quickly across coding, browser use, task automation, cloud runtime, MCP, sandboxing, memory, evaluation, and tool calling. The highest-signal information is spread across official updates, public developer evidence, community discussion, authorized logged-in sources, and private field notes.

Agent Radar keeps those signals in a simple editable structure:

  • radar.md for current thesis and changed thesis.
  • agent-watchlist.md for mainstream and emerging agent tracking.
  • user-field-notes.md for real user experience and field evidence.
  • playbook.md for reusable workflows, prompts, setup tricks, and recovery patterns.
  • storage-angle.md for workspace, sandbox, snapshot, checkpoint, artifact, log, replay, and knowledge-base implications.
  • research-log.md for research passes, accepted sources, rejected sources, and follow-up gaps.
  • docs/maintenance.md for cadence, evidence labels, public-safe handling, and thesis update rules.
  • docs/architecture.md for cloud-agent source lanes, source memory, scoring, telemetry, and bilingual report flow.
  • daily/ for append-oriented daily notes.
  • weekly/ for synthesis-oriented weekly notes.

Directory Layout

agent-radar/
  README.md
  AGENTS.md
  CONTRIBUTING.md
  SECURITY.md
  CHANGELOG.md
  radar.md
  agent-watchlist.md
  user-field-notes.md
  playbook.md
  storage-angle.md
  sources.md
  research-log.md
  docs/
    maintenance.md
    architecture.md
    cloud-agent.md
    subscription-mode.md
    release-checklist.md
    release-v0.1.0.md
    release-v0.2.0.md
  automation/
    runbook.md
    daily.md
    weekly.md
    monthly.md
    source-sweep.md
    promote-candidates.md
    source-health.md
    source-lanes.md
    source-cache.jsonl
    telemetry/
      .gitkeep
    runs/
      .gitkeep
  daily/
    .gitkeep
  weekly/
    .gitkeep
  monthly/
    .gitkeep
  prompts/
    daily-update.md
    weekly-review.md
    agent-watchlist-update.md
    monthly-review.md
  scripts/
    agent_radar.py
    cloud_agent_runner.py
  .github/
    PULL_REQUEST_TEMPLATE.md
    ISSUE_TEMPLATE/
      daily-signal.yml
      source-gap.yml
    workflows/
      cloud-agent.yml
      release.yml
      validate.yml

Daily Workflow

Daily notes are append-oriented. Use them to record high-signal items without forcing a full thesis update.

For fully Cloud Agent-driven operation, use automation/daily.md.

For true 24/7 cloud execution, .github/workflows/cloud-agent.yml uses GitHub Models by default with the built-in GitHub Actions GITHUB_TOKEN. The recommended low-cost paid mode uses OpenRouter with DeepSeek V4 Flash, DeepSeek V4 Pro, GLM 5.2, and free public sources only; see docs/cloud-agent.md.

Cloud mode uses source lanes, source-cache novelty tracking, scoring, source health, lane health, and structured telemetry. Daily, weekly, and monthly reports use nested bilingual pairs: each substantive item is a label bullet with 中文: first and English: second as sub-bullets; short metadata fields stay on one line as 中文值(English value); URLs and product names are written once. At least 60% of substantive English lines must have a real Chinese counterpart.

Daily lightweight questions:

  1. What new signal is worth recording today?
  2. What meaningful progress happened among mainstream agents?
  3. Is there any emerging agent worth adding to the watchlist?
  4. What new real user experience appeared?
  5. Is there any reusable workflow, prompt, setup trick, or failure recovery pattern?
  6. Is there any signal related to cloud storage, agent workspace, sandbox, memory, snapshot, checkpoint, artifact, logs, or replay?

Weekly Workflow

Weekly notes are synthesis-oriented. They should explain what actually changed, what remains uncertain, and which signals deserve attention next week.

For fully Cloud Agent-driven operation, use automation/weekly.md. For monthly review, use automation/monthly.md. For source coverage refreshes, use automation/source-sweep.md. Candidate promotion is handled automatically by automation/promote-candidates.md.

Weekly synthesis dimensions:

  1. Product changes
  2. Mainstream Agent progress
  3. Emerging Agent progress
  4. User experience
  5. Useful tricks
  6. Infrastructure changes
  7. Storage implications
  8. Commercialization
  9. Enterprise adoption
  10. Reliability and evaluation
  11. Security and governance
  12. Ecosystem standards
  13. Anti-signals
  14. Changed thesis
  15. Watch next week

CLI Usage

The CLI uses Python 3.10+ and only the Python standard library. If your environment does not provide python, use python3 for the same commands.

python scripts/agent_radar.py init
python scripts/agent_radar.py ensure
python scripts/agent_radar.py daily
python scripts/agent_radar.py daily --date 2026-07-02
python scripts/agent_radar.py weekly
python scripts/agent_radar.py weekly --date 2026-07-02
python scripts/agent_radar.py monthly
python scripts/agent_radar.py monthly --date 2026-07-02
python scripts/agent_radar.py status
python scripts/agent_radar.py validate
python scripts/agent_radar.py brief
python scripts/agent_radar.py release-draft
python scripts/agent_radar.py --version

The CLI supports running from any subdirectory. Existing files are not overwritten unless --force is passed to init.

Smoke Test

python scripts/agent_radar.py init
python scripts/agent_radar.py daily
python scripts/agent_radar.py weekly
python scripts/agent_radar.py status
python scripts/agent_radar.py validate
python scripts/agent_radar.py brief
python -m unittest discover -s tests

What Goes Where

  • radar.md: thesis, changed thesis, and open questions.
  • agent-watchlist.md: mainstream agents and emerging candidates.
  • user-field-notes.md: concrete user workflows, complaints, tricks, and failure cases.
  • playbook.md: reusable patterns that generalize beyond one incident.
  • storage-angle.md: storage and infrastructure implications.
  • sources.md: source classes, source discipline, and high-signal filters.
  • research-log.md: accepted sources, rejected sources, and follow-up gaps for each research pass.
  • docs/maintenance.md: maintenance cadence, evidence labels, source visibility, public-safe handling, and thesis update rules.
  • docs/cloud-agent.md: GitHub Actions based 24/7 cloud agent setup.
  • docs/subscription-mode.md: explains what works without an API key and what does not.
  • docs/release-checklist.md: release discipline for changelog, tags, and GitHub Releases.
  • docs/release-v0.1.0.md: release notes for the first public version.
  • docs/release-v0.2.0.md: release notes for the cloud-agent automation version.
  • automation/: Cloud Agent task cards for daily, weekly, monthly, and source-sweep runs.
  • automation/runs/: monthly cloud-agent run summaries and budget/source audit trail.
  • automation/source-health.md: latest free-source health snapshot.
  • CHANGELOG.md: human-readable version history.
  • daily/YYYY-MM.md: daily signal capture.
  • weekly/YYYY-Www.md: weekly synthesis.
  • monthly/YYYY-MM.md: monthly thesis, evidence, and watchlist review.
  • prompts/: prompts for Cloud research and maintenance runs.
  • CONTRIBUTING.md: lightweight contribution rules.
  • SECURITY.md: public-safe handling policy.
  • .github/workflows/validate.yml: CI check for CLI syntax and structural validation.
  • .github/workflows/cloud-agent.yml: scheduled cloud agent runner.
  • .github/workflows/release.yml: publishes GitHub Releases from version tags.
  • .github/PULL_REQUEST_TEMPLATE.md: contribution checklist.
  • .github/ISSUE_TEMPLATE/: structured signal and source-gap intake.

What Should Not Go Here

  • Secrets, credentials, tokens, private keys, or environment values.
  • Raw private messages, private URLs, screenshots, customer names, personal identifiers, or confidential details.
  • Unsourced claims presented as facts.
  • A database, vector store, web UI, crawler framework, or third-party dependency.
  • Low-value launch hype without a concrete product, workflow, user, infrastructure, or storage signal.

Source Discipline

Use broad source coverage by default. Do not block just because evidence is incomplete. Instead, label source class, source visibility, evidence strength, and public corroboration status.

Source classes include:

  • Official public source
  • Public developer evidence
  • Public user report
  • Community discussion
  • Authorized logged-in source
  • User-provided private signal
  • Inference / synthesis

Public sources may be linked directly. Authorized private or logged-in sources may inform the radar, but public output must be anonymized and public-safe.

Completion Bias

Agent Radar maintenance should complete end to end when possible. Weak signals, missing corroboration, private-source status, or uncertain interpretation should be labeled, not treated as blockers.

Stop only for authentication failure, inaccessible repository state, suspected secret or highly sensitive private-data exposure, unfixed validation failure, or unavailable required authorization.

Example Workflow

python scripts/agent_radar.py init
python scripts/agent_radar.py daily --date 2026-07-02
python scripts/agent_radar.py weekly --date 2026-07-02
python scripts/agent_radar.py monthly --date 2026-07-02
python scripts/agent_radar.py status --date 2026-07-02
python scripts/agent_radar.py validate --date 2026-07-02
python scripts/agent_radar.py brief --date 2026-07-02
python -m py_compile scripts/agent_radar.py
python -m unittest discover -s tests

About

Markdown-first AI Agent trend radar: agent watchlist, user field notes, playbooks, and storage implications.

Topics

Resources

License

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages