Simple AI search and summarising agent
Author: Subhasish Saha
This project uses Langchain, Tavily, and Google Gemini APIs to create an intelligent summarizer that answers questions based on the latest news and information available on the web.
The application retrieves the latest relevant news and content using the Tavily API based on a user query, then summarizes it using the ChatGoogleGenerativeAI model powered by Google Gemini.
Clone the repository:
git clone https://github.com/subhasishsaha/ai-summariser
cd ai-summariser
Dependencies
langchain
langgraph
tavily
langchain_google_genai
Install dependencies:
pip install -r requirements.txt
Create a .env file in the root of the project and add the following:
api_key = <TAVILY_API_KEY>
gemini_api = <GEMINI_API_KEY>
Research Phase: The researcher function queries the Tavily API with a user-provided question to fetch the latest relevant content (e.g., news articles).
Summarization Phase: The summarization function then uses the ChatGoogleGenerativeAI model to summarize the content and provide an answer to the question.
Graph Workflow: The entire flow is managed by the StateGraph in Langgraph, which orchestrates the "search" (research) and "summarization" stages.
Universal, model-agnostic operating harness for AI agents (Claude, Codex, Gemini, …) — a lean core + work-type profiles assembled by one setup script.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
A desktop pet for macOS & Windows that monitors your AI coding agents (Claude Code, Codex, Cursor, Gemini...) in real time, and grows as you code, feed it tokens, level it up, climb the leaderboard.
UltraGameStudio - AI coding agent for game development: engine workflows, gameplay code, and asset generation.
The coding agent that answers to you, your model, your machine, your rules.
Stop babysitting local AI agents. Just notifications, approve, and resume your Codex,Pi,Grok, or Claude code sessions anywhere. 0-Intrusion mobile control bridge via Telegram/微信/飞书. No hooks, no skills, no MCP.
Workflows from the Neura Market marketplace related to this Gemini resource