An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: llm-agent

i365dev/llm_agent

An abstraction library for building domain-specific intelligent agents based on Large Language Models (LLMs). LLMAgent provides a core architecture and behavior definitions that simplify the development of specialized agents by leveraging the AgentForge framework for dynamic workflow orchestration.

Language: Elixir - Size: 219 KB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 24 - Forks: 3

THUDM/VisualAgentBench

Towards Large Multimodal Models as Visual Foundation Agents

Language: Python - Size: 5.62 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 207 - Forks: 6

gradion-ai/freeact

freeact is a lightweight library for code-action based agents

Language: Python - Size: 36.3 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 74 - Forks: 5

llmsymphonyclient/llmclient

LLMSymphony is a Windows application for private chats with leading AI models using your own API keys

Size: 6.84 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

llm-platform-security/SecGPT

An Execution Isolation Architecture for LLM-Based Agentic Systems

Language: Python - Size: 1.09 MB - Last synced at: 18 days ago - Pushed at: 3 months ago - Stars: 72 - Forks: 8

azminewasi/Awesome-LLMs-ICLR-24

It is a comprehensive resource hub compiling all LLM papers accepted at the International Conference on Learning Representations (ICLR) in 2024.

Size: 821 KB - Last synced at: 10 days ago - Pushed at: about 1 year ago - Stars: 61 - Forks: 3

ise-uiuc/KNighter

Automatic checker synthesis for system-level static analysis

Language: C++ - Size: 3.33 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 9 - Forks: 1

Nitesh-lng/langgraph-ai-agent

LangGraph-based AI chatbot with FastAPI backend, Streamlit frontend, and optional web search.

Language: Python - Size: 0 Bytes - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

wladpaiva/aibitat

Multi-Agent Conversation Framework in TypeScript

Language: TypeScript - Size: 1.5 MB - Last synced at: 16 days ago - Pushed at: about 1 month ago - Stars: 129 - Forks: 20

svjack/CodeActAgent-Gradio

UnOfficial Gradio Repo for ICML 2024 paper "Executable Code Actions Elicit Better LLM Agents" by Xingyao Wang, Yangyi Chen, Lifan Yuan, Yizhe Zhang, Yunzhu Li, Hao Peng, Heng Ji.

Language: Jupyter Notebook - Size: 608 KB - Last synced at: 1 day ago - Pushed at: 7 months ago - Stars: 13 - Forks: 1

StreetLamb/tribe

Low code tool to rapidly build and coordinate multi-agent teams

Language: TypeScript - Size: 12.6 MB - Last synced at: 23 days ago - Pushed at: 4 months ago - Stars: 984 - Forks: 123

codeintegrity-ai/mutahunter

Open Source, Language Agnostic Mutation Testing

Language: Python - Size: 1.63 MB - Last synced at: 24 days ago - Pushed at: 25 days ago - Stars: 266 - Forks: 21

ychoi-kr/llm-agent Fork of GenerativeAgents/agent-book

《LangChain과 LangGraph를 활용한 RAG·AI 에이전트 [실전] 입문(가제)》(2025년 이사분기 출간 예정) 예제 코드

Language: Jupyter Notebook - Size: 1.95 MB - Last synced at: 25 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 0

ai4co/reevo

[NeurIPS 2024] ReEvo: Large Language Models as Hyper-Heuristics with Reflective Evolution

Language: Python - Size: 26.7 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 170 - Forks: 35

m92vyas/llm-reader

Turn Webpage to LLM friendly input text. Similar to Firecrawl and Jina Reader API. Makes RAG, AI web scraping, image & webpage links extraction easy.

Language: Python - Size: 85 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 158 - Forks: 14

shakil1819/Multi-Agent-Data-Analyst

This Agentic system is designed to handle complex data analysis tasks by breaking them down into smaller subtasks and delegating them to specialized agents. The system uses a multi-agent architecture to improve performance and scalability.

Language: HTML - Size: 2.7 MB - Last synced at: 27 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

mbzuai-oryx/VideoGLaMM

[CVPR 2025 🔥]A Large Multimodal Model for Pixel-Level Visual Grounding in Videos

Language: Python - Size: 40 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 57 - Forks: 1

vespperhq/vespper

Open-source AI copilot that lets you chat with your observability data and code 🧙‍♂️

Language: TypeScript - Size: 3.98 MB - Last synced at: 25 days ago - Pushed at: 6 months ago - Stars: 342 - Forks: 43

dwain-barnes/dria-livekit-agent-deep-research

DRIA (Deep Research and Intelligence Agent) is a fully local voice assistant that can hold real-time conversations while performing deep research in the background — powered by Firecrawl, Mistral AI, Perplexica, and LiveKit.

Language: Python - Size: 2.06 MB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

NKAI-Decision-Team/LLM-PySC2

LLM-PySC2 is NKAI Decision Team and NUDT Decision Team's Python component of the StarCraft II LLM Decision Environment. It exposes Deepmind's PySC2 Learning Environment API as a Python LLM Environment.

Language: Python - Size: 49.6 MB - Last synced at: 23 days ago - Pushed at: 24 days ago - Stars: 120 - Forks: 11

cyanheads/mentor-mcp-server

A Model Context Protocol server providing LLM Agents a second opinion via AI-powered Deepseek-Reasoning R1 mentorship capabilities, including code review, design critique, writing feedback, and idea brainstorming through the Deepseek API.

Language: TypeScript - Size: 53.7 KB - Last synced at: 27 days ago - Pushed at: 4 months ago - Stars: 21 - Forks: 9

xingyaoww/code-act

Official Repo for ICML 2024 paper "Executable Code Actions Elicit Better LLM Agents" by Xingyao Wang, Yangyi Chen, Lifan Yuan, Yizhe Zhang, Yunzhu Li, Hao Peng, Heng Ji.

Language: Python - Size: 24.1 MB - Last synced at: 30 days ago - Pushed at: 12 months ago - Stars: 1,055 - Forks: 86

SamurAIGPT/Best-AI-Agents

A list of top AI agents

Size: 96.7 KB - Last synced at: 29 days ago - Pushed at: 11 months ago - Stars: 420 - Forks: 58

anarchy-ai/LLM-VM

irresponsible innovation. Try now at https://chat.dev/

Language: Python - Size: 1.74 MB - Last synced at: 22 days ago - Pushed at: 12 months ago - Stars: 488 - Forks: 142

THUDM/AgentBench

A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)

Language: Python - Size: 22.9 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 2,493 - Forks: 184

llm-graph/graphagent

A minimalist, functional, and type-safe TypeScript framework for building directed computational graphs for Agentic LLMs

Language: TypeScript - Size: 56.6 KB - Last synced at: 24 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Xyntopia/taskyon

Browser based Interface for Generative AI. Chat/Agent/Taskmanager Hybrid.

Language: TypeScript - Size: 7.95 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 40 - Forks: 5

adlumal/GoalChain

GoalChain for goal-orientated LLM conversation flows

Language: Python - Size: 369 KB - Last synced at: 28 days ago - Pushed at: 5 months ago - Stars: 67 - Forks: 4

palico-ai/palico-ai

Build, Improve Performance, and Productionize your LLM Application with an Integrated Framework

Language: TypeScript - Size: 13.7 MB - Last synced at: 5 days ago - Pushed at: 6 months ago - Stars: 339 - Forks: 27

cohere-ai/cohere-terrarium

A simple Python sandbox for helpful LLM data agents

Language: Python - Size: 313 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 245 - Forks: 37

pnnl/cactus

LLM Agent that leverages cheminformatics tools to provide informed responses.

Language: Jupyter Notebook - Size: 18.9 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 34 - Forks: 9

Kava-Labs/oros

Empowering Decentralized Applications with Intelligent Agents

Language: JavaScript - Size: 24.7 MB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 7 - Forks: 2

gersteinlab/MedAgents

Language: Python - Size: 6.85 MB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 242 - Forks: 36

showlab/VideoGUI

[NeurIPS 2024 D&B] VideoGUI: A Benchmark for GUI Automation from Instructional Videos

Language: JavaScript - Size: 32.2 MB - Last synced at: 20 days ago - Pushed at: about 1 month ago - Stars: 33 - Forks: 2

fishmingyu/OrcaLoca

OrcaLoca: An LLM Agent Framework for Software Issue Localization

Language: Python - Size: 6.71 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 8 - Forks: 2

open-compass/GTA

[NeurIPS 2024 D&B Track] GTA: A Benchmark for General Tool Agents

Language: Python - Size: 9.98 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 82 - Forks: 7

SALT-NLP/collaborative-gym

Framework and toolkits for building and evaluating collaborative agents that can work together with humans.

Language: Python - Size: 15.8 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 70 - Forks: 8

shafiqul-islam-sumon/ReAct-Agent-from-Scratch

A pure Python implementation of ReAct agent without using any frameworks like LangChain. It follows the standard ReAct loop of Thought, Action, PAUSE, and Observation. The agent utilizes multiple tools, including Calculator, Wikipedia, Web Search, and Weather. A web UI is also provided using Streamlit.

Language: Python - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

runparse/agent-script

A simple, observable code-writing agent builder in TypeScript.

Language: TypeScript - Size: 235 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 25 - Forks: 1

cyanheads/perplexity-mcp-server

A Perplexity API Model Context Protocol (MCP) server that unlocks Perplexity's search-augmented AI capabilities for LLM agents. Features robust error handling, secure input validation, and transparent reasoning with the showThinking parameter. Built with type safety, modular architecture, and production-ready utilities.

Language: TypeScript - Size: 57.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

zju-vipa/Odyssey

Odyssey: Empowering Minecraft Agents with Open-World Skills

Language: Python - Size: 462 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 302 - Forks: 19

ibra-kdbra/Echo_Assistant

Autonomous Agent Partner

Language: TypeScript - Size: 9.04 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

ecopque/news_analysis_system_with_ai

Building project.

Language: Python - Size: 40 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

thethinkmachine/4o-agent

A ReAct Principles based fully autonomous Command Line Computer Using Agent

Language: Python - Size: 72.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

iBz-04/Filesys

This is a Filesystem model context protocol server that could allow an LLM to read and list files from a specified directory on your local machine.

Language: Python - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

xingjian-zhang/massw

MASSW is a comprehensive text dataset on Multi-Aspect Summarization of Scientific Workflows. MASSW includes more than 152,000 peer-reviewed publications from 17 leading computer science conferences spanning the past 50 years.

Language: Python - Size: 6.97 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 19 - Forks: 6

calmstate/Itinerant

A sleek, customizable interface for managing LLMs with responsive design and easy agent personalization.

Language: JavaScript - Size: 25.1 MB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 16 - Forks: 1

snekkenull/translation-agent-webui

A gradio webui for Andrewyng translation-agent

Language: Python - Size: 242 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 29 - Forks: 1

iMeanAI/WebCanvas

All-in-one Web Agent framework for post-training. Start building with a few clicks!

Language: Python - Size: 5.84 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 239 - Forks: 17

lokhiufung/auto-resume

Build your resume one and only once. An experimental project to use chatGPT multi-agent system to tailor content in your resume for any jobs.

Language: Python - Size: 423 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 8 - Forks: 4

lwardzala/business_rules_reasoning

A Python-based logical reasoning system combining rule-based engines with Large Language Models (LLMs) for business automation. Supports deduction and hypothesis testing, partial fact completion, and automated fact retrieval via documents or chat. Features include explainable reasoning, workflow integration, and customizable knowledge bases.

Language: Python - Size: 212 KB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

dponcedeleonf/instantneo

InstantNeo: Instant agents as the building blocks of intelligent systems. A Python library for creating LLM-based agents with granular control and simple composition.

Language: Python - Size: 252 KB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 7 - Forks: 2

Premji-Invest-Labs/am1

AM1 – A personalized web application for conducting DeepResearch with any Multi-Agent Framework and LLM, designed to run seamlessly on production servers or your local machine.

Language: Python - Size: 345 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 7 - Forks: 1

UBOS-tech/AI-Chatbot-Starter-Kit

AI Chatbot Starter Kit: An open-source, extensible framework for rapidly developing custom AI chatbots with integrations for popular data sources, messaging platforms, LLM models, and CRM systems. Ideal for developers looking for a minimal boilerplate solution.

Size: 268 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 16 - Forks: 4

jorge-jrzz/zolkin-frontend

Zolkin front

Language: JavaScript - Size: 939 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

SasukeUchiha106/DeepResearch

Advanced AI-powered research tool with human-like reasoning capabilities. Implements Tree of Thoughts and ReAct methodologies for deep, multi-step research.

Language: TypeScript - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

JavaAIDev/common-llm-tools

LLM Agent Builder Tools

Language: Java - Size: 62.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

JavaAIDev/llm-agent-builder

LLM Agent Builder

Language: Kotlin - Size: 34.7 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

LEE-CHENYU/leviathan

Exploring the Emergence of Complex Systems through Individual Decisions and Relationships

Language: Jupyter Notebook - Size: 414 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 2

DavidSilveraGabriel/MewAI

Feline Agent Crew powered by gemini

Language: TypeScript - Size: 4.7 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

cyanheads/mcp-reporter

mcp-reporter is a streamlined utility that generates comprehensive capability reports for Model Context Protocol servers, empowering developers to easily understand available functionality across their MCP servers ecosystem for both documentation and integration into other tools.

Language: TypeScript - Size: 296 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 0

tsinghua-fib-lab/SmartAgent

The official repository of "SmartAgent: Chain-of-User-Thought for Embodied Personalized Agent in Cyber World".

Size: 4.68 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 24 - Forks: 1

bupt-ai-club/awesomeProject

分享高质量的AI项目

Language: Python - Size: 129 MB - Last synced at: 6 days ago - Pushed at: 11 months ago - Stars: 17 - Forks: 5

ako1983/modular-llm-architecture

Exploring the cognitive architecture and design of a multi-agent system leveraging Large Language Models (LLMs) for scalable workflows.

Language: Python - Size: 123 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

llm-agents-php/sample-app-laravel

This sample application demonstrates the practical implementation and usage patterns of the LLM Agents library.

Language: PHP - Size: 119 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 11 - Forks: 1

fuxiAIlab/CivAgent

CivAgent is an LLM-based Human-like Agent acting as a Digital Player within the Strategy Game Unciv.

Language: Python - Size: 53.3 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 31 - Forks: 4

cyanheads/toolkit-mcp-server

A Model Context Protocol server providing LLM Agents with system utilities and tools, including IP geolocation, network diagnostics, system monitoring, cryptographic operations, and QR code generation.

Language: TypeScript - Size: 31.3 KB - Last synced at: 27 days ago - Pushed at: 4 months ago - Stars: 4 - Forks: 2

cyanheads/github-mcp-server

A Model Context Protocol (MCP) server built in TypeScript that integrates with GitHub's API, enabling AI assistants to manage repositories, issues, pull requests, and code while providing a structured interface for LLM agents to perform GitHub operations.

Language: TypeScript - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

LittleLittleCloud/PowershellGPT

A multi-agent workflow that resolve tasks using powershell

Language: C# - Size: 1.74 MB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 8 - Forks: 1

yifanlu0227/ChatSim

[CVPR2024 Highlight] Editable Scene Simulation for Autonomous Driving via LLM-Agent Collaboration

Language: Python - Size: 301 MB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 370 - Forks: 28

PhoenixR49/hass-huggingchat-conversation

Conversation support for Home Assistant using HuggingChat.

Language: Python - Size: 87.9 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 13 - Forks: 5

TheQuantScientist/Multi-Agent

[Hitachi Digital Services] Demo on LangGraph-based Lightweight Multi-Agent System

Language: Python - Size: 1.51 MB - Last synced at: 2 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

cuiyuheng/dify Fork of langgenius/dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.

Size: 37.6 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

takashiishida/paper2slides

Transform any arXiv papers into slides using LLMs

Language: Python - Size: 10.2 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 6 - Forks: 0

Pravko-Solutions/FlashLearn

Integrate LLM in any pipeline - fit/predict pattern, JSON driven flows, and built in concurency support.

Language: Python - Size: 1.16 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 575 - Forks: 41

hlang-tech/hlang

🤖 A FBP-Inspired language for universal applications [Support LLM-Agentic-Workflow-Orchestration].

Language: TypeScript - Size: 891 KB - Last synced at: 1 day ago - Pushed at: 2 months ago - Stars: 22 - Forks: 1

PathOnAI/LiteMultiAgent

The Library for LLM-based multi-agent applications

Language: Python - Size: 118 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 75 - Forks: 16

GeminiLight/gen-mentor

[WWW'25 Oral - GenMentor] Supplementary resources of our paper "LLM-powered Multi-agent Framework for Goal-oriented Learning in Intelligent Tutoring System", accepted by WWW 2025 (Industry Track) as an Oral Presentation.

Size: 10.9 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 6 - Forks: 0

aws-samples/Reducing-Hallucinations-in-LLM-Agents-with-a-Verified-Semantic-Cache

This repository contains sample code demonstrating how to implement a verified semantic cache using Amazon Bedrock Knowledge Bases to prevent hallucinations in Large Language Model (LLM) responses while improving latency and reducing costs.

Language: Jupyter Notebook - Size: 241 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

tankung001/toolkit-mcp-server

A Model Context Protocol server providing LLM Agents with system utilities and tools, including IP geolocation, network diagnostics, system monitoring, cryptographic operations, and QR code generation.

Size: 1000 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

metaskills/llama-chat-history-using-zeps-memory-and-knowledge-graph

Exploring Zep & Knowledge Graphs with Open-Source models as an alternative to OpenAI's Assistant Threads

Language: TypeScript - Size: 532 KB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 16 - Forks: 3

genia-dev/vibraniumdome

LLM Security Platform.

Language: Python - Size: 2.87 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 10 - Forks: 2

JosefAlbers/Roy

Roy: A lightweight, model-agnostic framework for crafting advanced multi-agent systems using large language models.

Language: Jupyter Notebook - Size: 321 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 78 - Forks: 5

jagaldol/maeilmail Fork of boostcampaitech7/level4-nlp-finalproject-hackathon-nlp-06-lv3

매일 쌓이는 메일을 빠르게 파악하고, 중요한 정보를 놓치지 않도록 돕는 LLM Agent 기반 Chrome Extension 서비스입니다.

Language: Python - Size: 3.02 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

DistRL-lab/distrl-open

DistRL: An Asynchronous Distributed Reinforcement Learning Framework for On-Device Control Agents

Language: Python - Size: 782 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 17 - Forks: 0

prak112/Tailored-JobApplication-Automation-tool Fork of feder-cr/Jobs_Applier_AI_Agent_AIHawk

Forked copy of Jobs_Applier_AI_Agent_AIHawk for tailored and automated job application process using LangChain, Python and any choice of LLMs.

Language: Python - Size: 102 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

right-git/python-ai-agent

🚀 Веб-интерфейс для AI-агента с возможностью выполнения Python-кода, управления файлами и работы с веб-контентом

Language: Python - Size: 18.6 KB - Last synced at: 30 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

oztrkoguz/VisQueryPDF

It automatically describes images in PDF files and generates questions from these descriptions. With its advanced RAG structure, it directs these questions directly to PDF text content, providing comprehensive information extraction and analysis.

Language: Python - Size: 1.56 MB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 12 - Forks: 0

amiorhmn/Cover-Letter-LLM

A Streamlit app that generates cover letters using LLM.

Language: Python - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

helenaeverleyz/pocket-flow-framework

LLM Framework for LLMs

Language: HTML - Size: 18 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

al3rez/klug

Manage your LLM agents in one place.

Language: TypeScript - Size: 1.58 MB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

mikhailusov/askGPT

AskGPT is a real-time AI assistant that enhances your calls, interviews, meetings, and lectures by providing instant AI-generated insights. It captures live audio, transcribes speech into text, and generates context-aware responses—all in real-time!

Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

sola-st/RepairAgent

RepairAgent is an autonomous LLM-based agent for software repair.

Language: Python - Size: 6.63 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 29 - Forks: 8

conneroisu/semanticrouter-go

Fast & less costly AI decision making and intelligent processing of multi-modal data.

Language: Go - Size: 228 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 6 - Forks: 1

wyattowalsh/awesome-deep-research

awesome, curated comparative analysis of the various LLM-based "deep research" tools available

Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

PrAsAnNaRePo/LLM-Agent

LLMs to take action and execute the actions.

Language: Python - Size: 4.88 KB - Last synced at: 1 day ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

mradovic38/multi-agent-llm-recipe-prices

Multi-agent LLM system for meal planning and grocery budgeting, integrating recipe retrieval and ingredient price lookup using LLMs, SQL and vector databases.

Language: Python - Size: 4.57 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

christopher-dabrowski/AI_devs3-Zadania

Moje rozwiązania do zadań z kursu AI_devs3

Language: C# - Size: 396 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

abbasi0abolfazl/Rag Fork of mehrzads/Rag

This project is a RAG system that reads PDF files and answers questions using Ollama models. Its goal is to extract information and provide accurate responses to users.

Language: Python - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

asinghcsu/AgenticRAG-Survey

Agentic-RAG explores advanced Retrieval-Augmented Generation systems enhanced with AI LLM agents.

Size: 14.3 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 215 - Forks: 27