/Prompt-Programming

Approaches to prompt program using LLMs

MIT LicenseMIT

Prompt-Programming

Curated list of Prompt programming techniques.

Generative Agents: Interactive Simulacra of Human Behavior

Enable believable human behavior: observation, planning, and reflection.

An agent wants to throw a Valentine’s Day party. The agents autonomously spread invitations, make new acquaintances, ask each other out on dates to the party, and coordinate to show up for the party together at the right time.

Task-driven Autonomous Agent Utilizing GPT-4, Pinecone, and LangChain for Diverse Applications

Task-driven autonomous agent, with vector database and Langchain. BabyGPT includes: Execution, creation and prioritization

Takes objective, pulls an item from task queue and moves it to execution agent with access to memory.

HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in HuggingFace

A LLM (such as ChatGPT) accesses HuggingFace community to look AI models to complete the given task.

It can read multi modalities by outsourcing tasks like image recognition to the specific image model.

ChatPipe: Orchestrating Data Preparation Program by Optimizing Human-ChatGPT Interactions

ChatPipe - Iterative, data preparation program with ChatGPT using 1. Operation Recommendation, 2. Program generation, 3. Version management.

Recommends next data preparation opration. Easily roll-back to previous program for version control.