Agents
π Introduction
XAgent is an open-source experimental Large Language Model (LLM) driven autonomous agent that can automatically solve various tasks. It is designed to be a general-purpose agent that can be applied to a wide range of tasks. XAgent is still in its early stages, and we are working hard to improve it.
π Our goal is to create a... See more
XAgent is an open-source experimental Large Language Model (LLM) driven autonomous agent that can automatically solve various tasks. It is designed to be a general-purpose agent that can be applied to a wide range of tasks. XAgent is still in its early stages, and we are working hard to improve it.
π Our goal is to create a... See more
OpenBMB β’ GitHub - OpenBMB/XAgent: An Autonomous LLM Agent for Complex Task Solving
AgentTuning: Enabling Generalized Agent Abilities For LLMs
π€ Model (AgentLM-70B) β’ π€ Dataset (AgentInstruct) β’ π Paper β’ π Project Page
δΈζη(Chinese)
AgentTuning represents the very first attempt to instruction-tune LLMs using interaction trajectories across multiple agent tasks. Evaluation results indicate that AgentTuning enables the agent... See more
π€ Model (AgentLM-70B) β’ π€ Dataset (AgentInstruct) β’ π Paper β’ π Project Page
δΈζη(Chinese)
AgentTuning represents the very first attempt to instruction-tune LLMs using interaction trajectories across multiple agent tasks. Evaluation results indicate that AgentTuning enables the agent... See more
THUDM β’ GitHub - THUDM/AgentTuning: AgentTuning: Enabling Generalized Agent Abilities for LLMs
In the open-source community, there are huge numbers of people leveraging AutoGen in creative ways, and solving surprising problems. One pattern that we see as fundamental is the "generator+critic" pattern, where one agent generates content (writing, code, etc.) and another agent critiques it (finds bugs, etc.) They can iterate until the solution... See more
Shortwave β rajhesh.panchanadhan@gmail.com [Gmail alternative]
π€ Create perpetual chatbots with self-editing memory!
ποΈ Chat with your data - talk to your SQL database or your local files!
π You can also talk to docs - for example ask about LlamaIndex!
ποΈ Chat with your data - talk to your SQL database or your local files!
π You can also talk to docs - for example ask about LlamaIndex!
cpacker β’ GitHub - cpacker/MemGPT: Teaching LLMs memory management for unbounded context ππ¦
Large Language Model State Machine (llmstatemachine)
Introduction
llmstatemachine is a library for creating agents with GPT-based language models and state machine logic.
Introduction
llmstatemachine is a library for creating agents with GPT-based language models and state machine logic.
- Chat History as Memory : Leverages large context window models, making chat history the primary source of agent memory.
- Custom Python Functions with JSON Generation : Allows the
GitHub - robocorp/llmstatemachine: A Python library for building GPT-powered agents with state machine logic and chat history memory.
Sandbox for AI Apps & Agents
Secure sandboxed cloud environments made for AI agents and AI apps
Secure sandboxed cloud environments made for AI agents and AI apps
Sandbox for AI Apps & Agents
Introduction
VT.ai is a multi-modal AI Chatbot Assistant, offering a chat interface to interact with Large Language Models (LLMs) from various providers. Both via remote API or running locally with Ollama.
The application supports multi-modal conversations, seamlessly integrating text, images, and vision processing with LLMs.
[Beta] Multi-modal AI... See more
VT.ai is a multi-modal AI Chatbot Assistant, offering a chat interface to interact with Large Language Models (LLMs) from various providers. Both via remote API or running locally with Ollama.
The application supports multi-modal conversations, seamlessly integrating text, images, and vision processing with LLMs.
[Beta] Multi-modal AI... See more
GitHub - vinhnx/VT.ai: VT.ai - Multi-modal AI Chatbot Assistant
π Introduction
ReactAgent is an experimental autonomous agent that uses GPT-4 language model to generate and compose React components from user stories. It is built with React, TailwindCSS, Typescript, Radix UI, Shandcn UI, and OpenAI API.
π Features
ReactAgent is an experimental autonomous agent that uses GPT-4 language model to generate and compose React components from user stories. It is built with React, TailwindCSS, Typescript, Radix UI, Shandcn UI, and OpenAI API.
π Features
- Generate React Components from user stories
- Compose React Components from existing components
- Use a
eylonmiz β’ GitHub - eylonmiz/react-agent: The open-source React.js Autonomous LLM Agent
React.js LLM Agent for next generation codingReactAgent is an experimental autonomous agent that uses GPT-4 language model to generate and compose React components from user stories. It is built with React, TailwindCSS, Typescript, Radix UI, Shandcn UI, and OpenAI API.