elder-plinius/CL4R1T4S
CL4R1T4S is a project that provides transparency by collecting and sharing the hidden system prompts and guidelines used by major AI models and agents to promote trust and understanding of AI behavior.
Awesome AI Agents › LLM Research Repositories
Awesome AI Memory is a curated index of the memory layer of the AI agent stack, maintained by the team behind cognee. The list is organised as tables rather than a flat set of links, and every entry is tagged along three dimensions. The first records whether a project is open source, managed or closed, which tells a reader whether self-hosting is possible and whether a hosted offering exists. The second places the project in the stack as a memory tool, an LLM framework, an optimizer or a storage backend: memory tools are purpose-built to give agents persistent retrievable memory, frameworks are general agent platforms that happen to include a memory module, optimizers improve retrieval, prompts or embeddings without storing memory themselves, and storage entries are the underlying vector stores and graph databases that memory layers build on. The third dimension records the retrieval representation, graph, vector, or both. Alongside the tables the README includes a short taxonomy of memory itself, distinguishing short-term working memory held inside the context window from long-term memory persisted across sessions, and splitting long-term memory into episodic memory for past events, semantic memory for facts and preferences, and procedural memory for reusable workflows and skills. It notes that implementations differ mainly in retrieval strategy, with vector similarity search, graph traversal over entities and relationships, or a hybrid that often adds keyword and BM25 signals. Separate sections cover LLM frameworks, optimizers, storage engines and benchmarks and evaluation for memory systems, and an infographic summarises the landscape. Contribution instructions and a citation entry are provided. The list is useful for anyone choosing a memory component for an agent and wanting to compare cognee, mem0, Zep, Memary and their peers on comparable axes.
https://github.com/topoteretes/awesome-ai-memory
CL4R1T4S is a project that provides transparency by collecting and sharing the hidden system prompts and guidelines used by major AI models and agents to promote trust and understanding of AI behavior.
A comprehensive repository compiling essential academic papers and a detailed survey on the rise, framework, applications, and societal aspects of Large Language Model based AI agents.
A curated repository listing top Artificial Intelligence tools across various categories including generative AI, chatbots, search engines, and writing assistants.
A curated and comprehensive list of Generative AI tools, projects, models, artworks, and educational resources, regularly updated to reflect the latest advancements in the field.
DecryptPrompt is a comprehensive resource hub that summarizes prompt and LLM research papers, open-source datasets and models, and AIGC applications, providing in-depth tutorials and analyses for AI researchers and practitioners.
LLMAgentPapers is a curated repository of essential academic papers on Large Language Model agents, covering topics from agent personality to multi-agent systems and applications.
A comprehensive and up-to-date research collection of papers on Large Language Model (LLM) agents, covering methodologies, applications, challenges, and key categories such as construction, collaboration, evolution, tools, security, benchmarks, and real-world applications.
Curated index of autonomous improvement loops and research-agent systems descended from karpathy/autoresearch, grouped into general-purpose forks, research systems, platform ports, domain adaptations and benchmarks.