SAIL-Research-Lab/agentic-web: A Paper Index, Not an Agent Runtime
Agentic Web: Weaving the Next Web with AI Agents.
At a glance
- What is it?
- The agentic-web repository is a curated bibliography for research on AI agents operating over the web, with a companion survey on arXiv. It ships no installable software, and that distinction should drive whether you clone it.
- Who is it for?
- Adopt this repository if you are scoping a literature review, writing a related-work section, or mapping which subproblems in agentic web research already have named work. Do not adopt it if you expect an agent framework, an evaluation harness, or a runnable environment; the repository is a bibliography and the README describes no code.
- Can I use it commercially?
- Yes. Apache-2.0 is a permissive licence: you can use, modify and sell software built on it, as long as you keep its copyright and licence notices.
- Is it still maintained?
- Yes. The repository last received commits 60 days ago.
- What is it written in?
- GitHub does not report a main language for this repository.
Answers come from the project's GitHub data, last synced on September 15, 2026, and from our analysis. They are not legal advice.
DEEP OPEN-SOURCE ANALYSIS
What the repository actually is: a curated list with a companion survey
The README opens by stating that the repository is for Agentic Web research, in which the authors investigate various agentic web studies. What follows is a categorized list of papers, each entry giving a title, a link (mostly to arXiv PDFs, some to ACM or NeurIPS proceedings), an author list, and a year. There is no source tree for a library, no package manifest, no test suite described in the material. The homepage field points to arxiv.org/pdf/2507.21206, which the README does not explicitly name as the companion survey but which the repository title and author list strongly suggest is the paper the list accompanies. Treat the repository as the bibliography layer of that paper. The problem it solves is narrow and real: agentic web research is scattered across venues, and someone entering the area needs a starting map. The audience is researchers and graduate students, not application engineers looking for a dependency to add to a requirements file.
How the list is organized, and what the categories imply
The content index defines eight buckets: Agentic Web Development, Information Retrieval, Recommendation, Agent Planning, Multi-Agent Learning, Safety and Security, and Benchmark, plus a Citation section. That split is itself a claim about the field. It separates the infrastructure question (registries, indices, blockchain-backed trust, covered under Agentic Web Development) from the capability question (planning, retrieval, recommendation) and from the governance question (Safety and Security). The Benchmark bucket is where evaluation work lands, and the entries visible in the README include WebArena, API-Bank, ToolLLM, and SWE-bench. The Agentic Web Development bucket mixes survey papers with architecture proposals such as the NANDA Index and BetaWeb, which suggests the maintainers treat naming, discovery, and trust for agents as first-class research problems rather than deployment details. If your interest is purely in prompt-level agent behavior, the Planning and Multi-Agent Learning sections are where you would start; if you care about how agents find each other, look at Development.
The contribution path is a pull request against a markdown file
The README gives three routes for adding a missing paper: fork the repository, add the entry and merge back; report an issue; or email the listed contact address. There is no described schema, no YAML front matter, no validation script mentioned in the material. In practice this means an entry is a bullet in a markdown file under one of the eight headings, formatted like the existing ones with a title link, an author string, and a year. The README also carries a note that authors who do not want their paper listed can contact the maintainers to have it removed. That opt-out clause is unusual for a paper list and worth noting: inclusion is not permanent, and a citation you build from this list could disappear after a request. The repository describes itself as under active development and invites constructive comments, so the list is expected to change. There are no retrieved releases, so there is no versioned snapshot to pin against. If you need a stable citation set, record the commit hash you read.
What you cannot do with it: no runtime, no benchmarks, no config
This is the section that matters most for adoption decisions. The material contains no installation command, no configuration keys, no API surface, no dataset download instructions, and no evaluation script. The benchmark papers listed (WebArena, API-Bank, SWE-bench) are pointers to other projects, each with its own environment and its own setup burden; nothing in this repository wraps or runs them. The figures referenced in the README, web-evolution.png and timeline-web-evolution.png, live under docs/figures, and the README frames them as conceptual illustrations of web evolution across three eras, with a note that the eras are not strictly separated and that transitions were gradual. Those are the only assets in the repository the material describes. If you arrived expecting an agent framework, you have the wrong repository. If you arrived expecting a reading list, you have the right one, and the honest limitation is that the list's quality depends entirely on manual curation by the maintainers and on contributors sending pull requests.
How it compares with an automated literature index
The obvious alternative approach is a continuously updated index such as Semantic Scholar or an arXiv listing filtered by category, which scales by crawling rather than by manual entry. The difference in approach is curation versus coverage. An automated index will surface every paper that matches a keyword query, including ones the maintainers here would judge out of scope, and it will do so within days of posting. This repository instead encodes a judgment about which work counts as agentic web research and which bucket it belongs in, which is exactly the value a newcomer cannot get from a search box. The cost is latency and gaps: a paper published after the last commit simply is not there, and the material shows no automation that would close that gap. A second alternative is to skip the list and read the companion survey end to end, since a survey typically carries more connective tissue than a bulleted index. The list's advantage over the survey is that it is editable and forkable, so a lab can maintain its own branch with internal annotations.
Maintenance, licensing and the cost of depending on a list
The repository is Apache-2.0, which permits reuse and modification with the usual conditions around notices and patent grants. That licence covers the repository contents, meaning the README text and the figures under docs; it does not cover the linked papers, which remain under their own publisher or arXiv terms. Do not read the Apache-2.0 header as permission to redistribute the PDFs. On maintenance, the last push timestamp is 2026-07-18 and the README states the repository is under active development, but there are no releases, so there is no changelog to audit and no semver signal. The practical upgrade cost is low in the sense that there is nothing to install, and high in the sense that any downstream artifact you build from the list, such as a related-work table or an internal reading queue, needs manual reconciliation when entries are added or removed. The opt-out mechanism means removal is possible without a version bump, which is the specific risk to plan around.
Where the curation shows its seams
Several entries carry a question mark at the end of the arXiv URL, for example the BetaWeb link and the MA-RAG link. That is a small formatting artifact, but it signals that entries are added by hand and not link-checked. Some entries point to ACM or NeurIPS proceedings rather than arXiv, so the access conditions differ across the list. The README is truncated in the supplied material partway through the SWE-bench entry, so the full extent of the Benchmark section and the Citation section cannot be confirmed from what is available here. The author roster spans many institutions and the corresponding-author note identifies a project lead, which suggests coordination across groups rather than a single maintainer; that usually helps continuity but makes the review latency for pull requests harder to predict. None of this undermines the list's usefulness for orientation. It does mean you should treat each entry as a lead to verify, not as a vetted citation.
Editorial conclusion
Adopt this repository if you are scoping a literature review, writing a related-work section, or mapping which subproblems in agentic web research already have named work. Do not adopt it if you expect an agent framework, an evaluation harness, or a runnable environment; the repository is a bibliography and the README describes no code. Before you rely on it, verify three things: whether the paper you need is in the list at all, whether the listed entries still resolve to live PDFs, and whether the companion survey at arxiv.org/pdf/2507.21206 covers the same ground more thoroughly than the list does. If your work depends on a specific mechanism such as ReAct-style reasoning loops or a benchmark such as WebArena, read the primary paper directly rather than the one-line entry here.
Community notes