asta-paper-finder: A Frozen-in-Time Agent for Reproducing Paper Finder Evaluations

This repository profile is provided by osrepos.com, an open source repository discovery platform.

asta-paper-finder: A Frozen-in-Time Agent for Reproducing Paper Finder Evaluations

Summary

asta-paper-finder is a standalone, "frozen-in-time" version of the AllenAI Paper Finder agent. This repository provides the code specifically for reproducing evaluation results, allowing researchers to locate sets of papers based on content and metadata criteria. It offers a stable snapshot of the agent's core paper-finding capabilities.

Repository Information

Analyzed by OSRepos on April 24, 2026

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

The asta-paper-finder repository hosts a standalone, "frozen-in-time" version of the AllenAI Paper Finder agent. This specific release is designed for reproducing evaluation results, offering a stable and consistent environment to assess the agent's performance. PaperFinder is an intelligent agent built to assist users in locating relevant academic papers by analyzing content-based and metadata criteria through a pipeline of manual-coded components and LLM decisions. While this version focuses on core single-turn paper search functionality, it provides a clear insight into the agent's underlying logic and capabilities, distinct from the actively maintained live version.

Installation

To set up and run the asta-paper-finder agent, follow these steps:

Secrets File

The agent requires several API keys. Create a .env.secret file within agents/mabool/api/conf and define the following keys:

  • OPENAI_API_KEY
  • S2_API_KEY
  • COHERE_API_KEY
  • GOOGLE_API_KEY

Environment

The project uses uv for dependency management. Prepare your environment by running:

make sync-dev

Running the Agent

Navigate to the API directory and start the FastAPI server:

cd agents/mabool/api
make start-dev

Once the server is running, you can interact with it via cURL or the Swagger web interface.

Examples

The agent exposes a POST API endpoint /api/2/rounds for paper searching. Here's how to use it:

The API accepts a JSON payload with the following arguments:

{
  "paper_description": "string",
  "operation_mode": "infer",
  "inserted_before": "string",
  "read_results_from_cache": false
}
  • paper_description (REQUIRED): A natural language description of the papers you are searching for.
  • operation_mode (default="infer"): Specifies the search intensity. Options are "infer", "fast", or "diligent". "infer" and "fast" perform a quick search (approx. 30 seconds), while "diligent" conducts a more exhaustive search (approx. 3 minutes).
  • inserted_before (default=None): An optional upper-bound date in YYYY-MM-DD format to limit results to papers published before this date.
  • read_results_from_cache (default=False): If set to true, the agent will attempt to return results from a disk-based cache if available.

Why Use asta-paper-finder?

asta-paper-finder is invaluable for researchers and developers interested in the core mechanics of an LLM-powered paper-finding agent. Its "frozen-in-time" nature ensures stability and consistency, making it ideal for:

  • Reproducibility: Accurately reproduce and verify evaluation results reported for the Paper Finder agent.
  • Understanding Core Logic: Study the pipeline of components, LLM decisions, and relevance judgments without the complexities of a live, evolving product.
  • Benchmarking: Use a stable version for comparative analysis and developing new benchmarks for paper-seeking agents.

This repository offers a focused view on the single-turn paper search functionality, stripped of multi-turn interaction, UI, and production environment integrations, providing a clean slate for academic and experimental purposes.

Links

Related repositories

Similar repositories that may be relevant next.

Ragas: Supercharge Your LLM Application Evaluations

Ragas: Supercharge Your LLM Application Evaluations

August 9, 2026

Ragas is an ultimate toolkit for evaluating and optimizing Large Language Model (LLM) applications. It offers objective metrics, intelligent test generation, and data-driven insights to move beyond subjective assessments. This framework helps developers build feedback loops and continuously improve their LLM applications.

evaluationllmllmops
awesome-cli-coding-agents: A Curated Directory of Terminal-Native AI Tools

awesome-cli-coding-agents: A Curated Directory of Terminal-Native AI Tools

August 9, 2026

The `awesome-cli-coding-agents` repository offers a comprehensive, curated directory of over 100 terminal-native AI coding agents. These powerful tools operate directly within your command line, enabling autonomous code reading, editing, and execution. The list also covers various harnesses and orchestration solutions for managing these agents.

AICLICoding Agents
QwenPaw: Your Personal AI Assistant for Local and Cloud Deployment

QwenPaw: Your Personal AI Assistant for Local and Cloud Deployment

August 7, 2026

QwenPaw is a powerful personal AI assistant designed for easy installation and deployment, either on your local machine or in the cloud. It supports multiple chat applications and offers highly extensible capabilities, making it a versatile tool for various AI-driven tasks. With its robust memory system and security features, QwenPaw aims to be an intuitive and private partner in your digital life.

agentai-agentchatbot
DeepTutor: Lifelong Personalized Tutoring with AI Agents

DeepTutor: Lifelong Personalized Tutoring with AI Agents

August 7, 2026

DeepTutor is an advanced AI-powered platform designed for lifelong personalized tutoring, integrating various learning modes into a single, extensible system. It leverages large language models and multi-agent systems to offer features like interactive chat, quiz generation, and skill development. This project provides a comprehensive environment for learners and educators seeking intelligent, adaptive educational tools.

AITutoringLLM

Source repository

Open the original repository on GitHub.

9 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️