Agents
The LLM doesn’t call the tool directly (yet), but it does pass back to the application what functions should be called — and with which parameters. And, now, OpenAI lets multiple function calls be “invoked” at once.
But, this idea is not just about GPT. The open source world is moving towards this model as well.
This Is The Future…It’s Just Not Here... See more
But, this idea is not just about GPT. The open source world is moving towards this model as well.
This Is The Future…It’s Just Not Here... See more
Shortwave — rajhesh.panchanadhan@gmail.com [Gmail alternative]
The two most important problems (at least how I am thinking about them currently), are:
Finding a rigorous scientific framework for how different agent skills, personalities, and instructions combine to be most capable for different problems (think of this as social management science for AI agents) .
Figuring out how you formally validate and verify... See more
Finding a rigorous scientific framework for how different agent skills, personalities, and instructions combine to be most capable for different problems (think of this as social management science for AI agents) .
Figuring out how you formally validate and verify... See more
Shortwave — rajhesh.panchanadhan@gmail.com [Gmail alternative]
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 📚🦙
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
nanosearch
Nanosearch is an in-memory search engine designed for small (< 10,000 URL) websites.
With Nanosearch, you can build a search engine in a few lines of code.
Nanosearch supports the BM25 and TF/IDF algorithms.
Nanosearch also computes a link graph and uses the number of inlinks to a page as a ranking factor. This is useful for ranking... See more
Nanosearch is an in-memory search engine designed for small (< 10,000 URL) websites.
With Nanosearch, you can build a search engine in a few lines of code.
Nanosearch supports the BM25 and TF/IDF algorithms.
Nanosearch also computes a link graph and uses the number of inlinks to a page as a ranking factor. This is useful for ranking... See more
GitHub - capjamesg/nanosearch: Build a search engine from a website sitemap.
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.
📖 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
memary: Open-Source Longterm Memory for Autonomous Agents
memary demo
Why use memary?
Agents use LLMs that are currently constrained to finite context windows. memary overcomes this limitation by allowing your agents to store a large corpus of information in knowledge graphs, infer user knowledge through our memory modules, and only retrieve... See more
memary demo
Why use memary?
Agents use LLMs that are currently constrained to finite context windows. memary overcomes this limitation by allowing your agents to store a large corpus of information in knowledge graphs, infer user knowledge through our memory modules, and only retrieve... See more
GitHub - kingjulio8238/memary: Longterm Memory for Autonomous Agents.
Data