Saltar a contenido

Guía de Postulaciones a Listas "Awesome" en GitHub

Este documento contiene los enlaces, ubicaciones de sección y formatos exactos de Pull Request para postular ThesisForge a los repositorios de curaduría más relevantes de la comunidad open-source.


1. awesome-ollama

  • Repositorio: https://github.com/ollama/awesome-ollama
  • Sección donde agregarlo: ## Applications o ## Research / Academic
  • Línea a agregar en el README.md:
    - [ThesisForge](https://github.com/oscarbol09/thesisforge) - Open-source academic thesis & research assistant with real RAG literature search, local Ollama BYOK support, and APA 7 Word export.
    
  • Título del Pull Request: Add ThesisForge to Applications
  • Descripción del PR:
    Adds ThesisForge to the Applications section.
    ThesisForge is an open-source (Apache 2.0) Python application for academic research and thesis scaffolding that supports 100% offline local inference via Ollama.
    

2. awesome-rag (Infiniflow / Weaviate)

  • Repositorio: https://github.com/infiniflow/awesome-rag o https://github.com/weaviate/awesome-rag-systems
  • Sección donde agregarlo: ## Applications & Use Cases -> ### Academic / Science
  • Línea a agregar en el README.md:
    - [ThesisForge](https://github.com/oscarbol09/thesisforge) - Academic research scaffolding platform integrating RAG with Semantic Scholar and CrossRef to eliminate hallucinated citations.
    
  • Título del Pull Request: Add ThesisForge to Academic RAG Applications
  • Descripción del PR:
    Adds ThesisForge to the Academic applications section. ThesisForge uses ChromaDB RAG to ground academic thesis drafting against real verified DOIs and papers from Semantic Scholar and CrossRef.
    

3. awesome-fastapi

  • Repositorio: https://github.com/mjhea0/awesome-fastapi
  • Sección donde agregarlo: ## Open Source Projects
  • Línea a agregar en el README.md:
    - [ThesisForge](https://github.com/oscarbol09/thesisforge) - Asynchronous FastAPI backend for academic research scaffolding, featuring WebSocket streaming and multi-agent jury simulation.
    
  • Título del Pull Request: Add ThesisForge to Open Source Projects
  • Descripción del PR:
    Adds ThesisForge to the Open Source Projects section. Built with async FastAPI, aiosqlite, WebSocket hubs, and modular routers.
    

4. awesome-ai-agents

  • Repositorio: https://github.com/e2b-dev/awesome-ai-agents
  • Sección donde agregarlo: ## Autonomous / Domain-Specific Agents
  • Línea a agregar en el README.md:
    - [ThesisForge](https://github.com/oscarbol09/thesisforge) - Deterministic FSM and multi-agent jury panel (Methodologist, Statistician, Devil's Advocate) for academic research and thesis defense simulation.
    
  • Título del Pull Request: Add ThesisForge to Domain-Specific Agents
  • Descripción del PR:
    Adds ThesisForge to domain-specific agent systems. It uses a finite state machine and a 4-agent jury panel for academic thesis auditing and oral defense preparation.
    

5. awesome-python

  • Repositorio: https://github.com/vinta/awesome-python
  • Sección donde agregarlo: ## Science and Data Analysis o ## Natural Language Processing
  • Línea a agregar en el README.md:
    - [ThesisForge](https://github.com/oscarbol09/thesisforge) - Academic research and thesis assistant using RAG, local LLMs, and APA 7th ed. Word compilation.