Skip to content

evalscience/deepgov-gg23-advisors

Repository files navigation

DeepGov GG23 Advisors

Getting Started

bun install # or npm / yarn / pnpm install

cp .env.sample .env.local

Scripts

The following scripts are available for managing and analyzing grant applications:

1. Download Applications

bun run download-applications

Downloads approved applications from specified Gitcoin Grants rounds and saves them locally. The script fetches data from multiple rounds across different chains (Celo and Arbitrum).

2. Download KarmaGap Data

bun run download-karmagap

Fetches and saves historical grant data from KarmaHQ for each application. This helps in understanding a project's grant history and track record.

3. Download Hypercerts Data

bun run download-hypercerts

Fetches and saves hypercerts data from Hypercerts foundation and ecocertain. This helps understanding the projects impact.

4. Research Projects

bun run research-projects

Conducts in-depth research on grant applications using AI agents. The script generates detailed research reports for each project, helping evaluators understand the project's background and context.

5. Review Applications

bun run review-applications

Evaluates grant applications using multiple AI agents with different evaluation criteria. Each agent provides an independent review based on the project's application, research data, and historical grant information.

Data Structure

The scripts work with the following directory structure:

  • applications/ - Contains downloaded grant applications
  • rounds/ - Contains round-specific information
  • Each application directory contains:
    • application.json - Original application data
    • karmagap.json - Historical grant data
    • hypercerts.json - Historical impact data
    • research.json - Research findings
    • review-*.json - Individual agent reviews

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •