Agents
💸🤑 Announcing our Bounty Program: Help the Julep community fix bugs and ship features and get paid. More details here.
Start your project with conversation history, support for any LLM, agentic workflows, integrations & more.
Explore the docs »
Report Bug · Request Feature · Join Our Discord · X · LinkedIn
Why Julep?
We've built a lot of AI apps and... See more
Start your project with conversation history, support for any LLM, agentic workflows, integrations & more.
Explore the docs »
Report Bug · Request Feature · Join Our Discord · X · LinkedIn
Why Julep?
We've built a lot of AI apps and... See more
GitHub - julep-ai/julep: Open-source alternative to Assistant's API with a managed backend for memory, RAG, tools and tasks. ~Supabase for building AI agents.
🤖 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 📚🦙
Here are example ways to increase the success rate of these custom agents:
Provide a more focused, use-case specific system prompt to kick things off. Since you know what kinds of goals the agent supports, you can improve the odds of coming up with the right set of tasks initially. In fact, there’s nothing wrong with actually defining the set of... See more
Provide a more focused, use-case specific system prompt to kick things off. Since you know what kinds of goals the agent supports, you can improve the odds of coming up with the right set of tasks initially. In fact, there’s nothing wrong with actually defining the set of... See more
Shortwave — rajhesh.panchanadhan@gmail.com [Gmail alternative]
The problem I've found with all of them is it is difficult to get consistent solid results that you would want to build around. Even listening to podcasts this seems to be a theme with the people at the forefront of MAS LLMs.
r/AI_Agents - Reddit
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
ht - headless terminal
ht (short for headless terminal ) is a command line program that wraps an arbitrary other binary (e.g. bash , vim , etc.) with a VT100 style terminal interface--i.e. a pseudoterminal client (PTY) plus terminal server--and allows easy programmatic access to the input and output of that terminal (via JSON over stdin/stdout). ht... See more
ht (short for headless terminal ) is a command line program that wraps an arbitrary other binary (e.g. bash , vim , etc.) with a VT100 style terminal interface--i.e. a pseudoterminal client (PTY) plus terminal server--and allows easy programmatic access to the input and output of that terminal (via JSON over stdin/stdout). ht... See more
GitHub - andyk/ht: headless terminal - wrap any binary with a terminal interface for easy programmatic access.
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.
Adala is an Autonomous DA ta (Labeling) Agent framework.
Adala offers a robust framework for implementing agents specialized in data processing, with an emphasis on diverse data labeling tasks. These agents are autonomous, meaning they can independently acquire one or more skills through iterative learning. This learning process is influenced by... See more
Adala offers a robust framework for implementing agents specialized in data processing, with an emphasis on diverse data labeling tasks. These agents are autonomous, meaning they can independently acquire one or more skills through iterative learning. This learning process is influenced by... See more
HumanSignal • GitHub - HumanSignal/Adala: Adala: Autonomous DAta (Labeling) Agent framework
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