Skip to content

Vikhram-S/researchbriefagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Research Brief Agent

Supported Python Versions License Actively Maintained Latest Version Project Status Monthly Downloads Total Downloads

A Python library for an AI agent that generates concise research briefs from web searches using LangChain, Anthropic's Claude, and Tavily search.

Overview

The ResearchBriefAgent automates the process of researching a topic and producing a structured brief, including key points and sources. Built with LangChain's ecosystem, it leverages Anthropic's Claude model for reasoning and Tavily for web search, with SQLite-backed memory for context persistence.

Features

  • Topic-Based Research: Generate briefs on any topic with a single function call.
  • Structured Output: Receive formatted briefs with key points and cited sources.
  • Memory Persistence: Retain conversation context across queries using SQLite checkpointing.
  • Extensible: Built on LangChain, allowing integration with additional tools and models.

Installation

Install the library via PyPI:

pip install researchbriefagent

Usage

from researchbriefagent import ResearchBriefAgent
agent = ResearchBriefAgent(anthropic_api_key="your_anthropic_api_key", tavily_api_key="your_tavily_api_key")
brief = agent.generate_brief("Impact of renewable energy on climate change")
print(brief)

Example Output:

Research Brief: Impact of renewable energy on climate change

Key Points

  • Reduces greenhouse gas emissions by replacing fossil fuels.
  • Solar and wind power adoption has surged globally.
  • Critical for limiting warming to 1.5°C.

Sources

Requirements

Python: 3.8 or higher Dependencies: langchain-community, langgraph, langchain-anthropic, tavily-python, langgraph-checkpoint-sqlite API Keys: Obtain from Anthropic and Tavily Setup Clone the repo:

git clone https://github.com/yourusername/researchbriefagent.git
cd researchbriefagent

Install dependencies:

pip install -r requirements.txt

Or install from PyPI:

pip install researchbriefagent

Contributing

Contributions are welcome! Fork the repo, create a feature branch, commit changes, and open a pull request. See CONTRIBUTING.md for details (to be added).

License

MIT License - see LICENSE for details.

Contact

Email: vikhrams@saveetha.ac.in

Issues: GitHub

Acknowledgments

Built with LangChain and Anthropic. Search powered by Tavily.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages