This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sidebar [2026/03/24 16:44] – Update sidebar with all new pages agent | sidebar [2026/03/24 22:04] (current) – Trim sidebar to curated ~70 entries, add All Pages link agent | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * [[chain_of_thought|Chain-of-Thought]] | * [[chain_of_thought|Chain-of-Thought]] | ||
| * [[tree_of_thoughts|Tree of Thoughts]] | * [[tree_of_thoughts|Tree of Thoughts]] | ||
| + | * [[graph_of_thoughts|Graph of Thoughts]] | ||
| * [[react_framework|ReAct]] | * [[react_framework|ReAct]] | ||
| * [[reflexion_framework|Reflexion]] | * [[reflexion_framework|Reflexion]] | ||
| - | * [[prompt_chaining|Prompt Chaining]] | + | * [[self_consistency|Self-Consistency]] |
| + | * [[latent_reasoning|Latent Reasoning]] | ||
| + | * [[test_time_compute_scaling|Test-Time Compute]] | ||
| * [[prompt_engineering|Prompt Engineering]] | * [[prompt_engineering|Prompt Engineering]] | ||
| - | **Memory | + | **Memory |
| * [[hierarchical_memory|Hierarchical Memory]] | * [[hierarchical_memory|Hierarchical Memory]] | ||
| - | * [[short_term_memory|Short-Term]] | ||
| - | * [[long_term_memory|Long-Term]] | ||
| - | * [[memory_augmentation_strategies|Augmentation]] | ||
| - | * [[agent_memory_frameworks|Memory Frameworks]] | ||
| * [[retrieval_augmented_generation|RAG]] | * [[retrieval_augmented_generation|RAG]] | ||
| + | * [[agentic_rag|Agentic RAG]] | ||
| * [[knowledge_graphs|Knowledge Graphs]] | * [[knowledge_graphs|Knowledge Graphs]] | ||
| * [[embeddings|Embeddings]] | * [[embeddings|Embeddings]] | ||
| - | |||
| - | **Retrieval** | ||
| * [[faiss|FAISS]] | * [[faiss|FAISS]] | ||
| - | * [[hnsw_graphs|HNSW]] | ||
| - | * [[scann|ScaNN]] | ||
| **Agent Types** | **Agent Types** | ||
| * [[autonomous_agents|Autonomous]] | * [[autonomous_agents|Autonomous]] | ||
| * [[react_agents|ReAct Agents]] | * [[react_agents|ReAct Agents]] | ||
| - | * [[plan_and_execute_agents|Plan & Execute]] | ||
| - | * [[conversational_agents|Conversational]] | ||
| - | * [[tool_using_agents|Tool-Using]] | ||
| * [[code_generation_agents|Code Agents]] | * [[code_generation_agents|Code Agents]] | ||
| * [[web_browsing_agents|Web Browsing]] | * [[web_browsing_agents|Web Browsing]] | ||
| - | * [[vision_agents|Vision | + | * [[vision_agents|Vision]] |
| - | * [[voice_agents|Voice Agents]] | + | * [[voice_agents|Voice]] |
| + | * [[generative_agents|Generative | ||
| **Design Patterns** | **Design Patterns** | ||
| * [[agent_loop|Agent Loop]] | * [[agent_loop|Agent Loop]] | ||
| * [[agent_orchestration|Orchestration]] | * [[agent_orchestration|Orchestration]] | ||
| - | * [[rlhf|RLHF / DPO]] | + | * [[multi_agent_systems|Multi-Agent]] |
| - | * [[context_window_management|Context Management]] | + | |
| - | * [[modular_architectures|Modular Architectures]] | + | |
| - | * [[tool_integration_patterns|Tool Integration]] | + | |
| * [[function_calling|Function Calling]] | * [[function_calling|Function Calling]] | ||
| - | * [[multi_agent_systems|Multi-Agent Systems]] | + | * [[modular_architectures|Modular]] |
| + | * [[durable_execution_for_agents|Durable Execution]] | ||
| + | * [[agent_cost_optimization|Cost Optimization]] | ||
| + | |||
| + | **Training & Alignment** | ||
| + | * [[rlhf|RLHF]] | ||
| + | * [[direct_preference_optimization|DPO]] | ||
| + | * [[constitutional_ai|Constitutional AI]] | ||
| + | * [[process_reward_models|Process Rewards]] | ||
| + | * [[fine_tuning_agents|Fine-Tuning]] | ||
| + | * [[agent_distillation|Distillation]] | ||
| **Frameworks** | **Frameworks** | ||
| * [[anthropic_context_protocol|MCP]] | * [[anthropic_context_protocol|MCP]] | ||
| - | * [[a2a_protocol|A2A | + | * [[a2a_protocol|A2A]] |
| * [[langgraph|LangGraph]] | * [[langgraph|LangGraph]] | ||
| * [[crewai|CrewAI]] | * [[crewai|CrewAI]] | ||
| Line 63: | Line 64: | ||
| * [[openai_agents_sdk|OpenAI Agents SDK]] | * [[openai_agents_sdk|OpenAI Agents SDK]] | ||
| * [[claude_agent_sdk|Claude Agent SDK]] | * [[claude_agent_sdk|Claude Agent SDK]] | ||
| - | * [[semantic_kernel|Semantic Kernel]] | + | * [[openhands|OpenHands]] |
| - | * [[smolagents|Smolagents]] | + | |
| - | * [[langroid|Langroid]] | + | |
| - | * [[flowise|Flowise]] | + | |
| - | * [[lite_llm|LiteLLM]] | + | |
| - | * [[microsoft_graphrag|GraphRAG]] | + | |
| - | **Tools | + | **Tools** |
| * [[devin|Devin]] | * [[devin|Devin]] | ||
| * [[cursor|Cursor]] | * [[cursor|Cursor]] | ||
| * [[claude_code|Claude Code]] | * [[claude_code|Claude Code]] | ||
| + | * [[aider|Aider]] | ||
| * [[computer_use|Computer Use]] | * [[computer_use|Computer Use]] | ||
| - | * [[bolt_new|Bolt.new]] | ||
| - | **Development** | + | **Safety & Security** |
| - | * [[agentic_coding|Agentic Coding]] | + | * [[agent_sandbox_security|Sandboxing]] |
| - | * [[fine_tuning_agents|Fine-Tuning]] | + | * [[agent_threat_modeling|Threat Modeling]] |
| - | * [[agent_debugging|Debugging]] | + | * [[llm_hallucination|Hallucination]] |
| - | * [[agent_evaluation|Evaluation]] | + | |
| + | **Evaluation** | ||
| + | * [[agent_evaluation|Overview]] | ||
| + | * [[swe_bench|SWE-bench]] | ||
| + | * [[gaia_benchmark|GAIA]] | ||
| + | * [[agentbench|AgentBench]] | ||
| + | |||
| + | **[[all_pages|All Pages →]]** | ||
| **Meta** | **Meta** | ||
| * [[agents: | * [[agents: | ||