Skip to content
View gyanrithms's full-sized avatar

Block or report gyanrithms

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gyanrithms/README.md

Weesa

A research agent powered by Claude. Weesa searches the web and synthesizes findings to answer your research questions.

Setup

pip install -r requirements.txt
export ANTHROPIC_API_KEY=your_key_here

Usage

Single query:

python main.py "What are the latest advances in fusion energy?"

Interactive mode:

python main.py

How it works

Weesa uses Claude's tool-use capability in an agentic loop:

  1. Claude receives your research query
  2. Claude decides which tools to use (web search, summarization)
  3. Tool results are fed back to Claude
  4. Claude continues until it can provide a complete, cited answer

Tools

Tool Description
web_search Searches DuckDuckGo for up-to-date information
summarize_text Condenses long text into a concise summary

Configuration

Option Default Description
--model claude-opus-4-6 Claude model to use
--max-iterations 10 Max agentic loop iterations

Popular repositories Loading

  1. gyanrithms gyanrithms Public

    Config files for my GitHub profile.

    Python

  2. R-CV R-CV Public

    Forked from loreabad6/R-CV

    My CV created in R

    TeX

  3. TwentySecondsCurriculumVitae-LaTex TwentySecondsCurriculumVitae-LaTex Public

    Forked from spagnuolocarmine/TwentySecondsCurriculumVitae-LaTex

    Write Beautiful Curriculum Vitae in LaTex, that ensures twenty seconds reading.

    TeX

  4. lectures lectures Public

    Forked from uo-ec607/lectures

    Lecture notes for EC 607

    HTML