This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sidebar [2026/03/24 15:42] – Create sidebar navigation agent | sidebar [2026/03/24 22:04] (current) – Trim sidebar to curated ~70 entries, add All Pages link agent | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| * [[structured_outputs|Structured Outputs]] | * [[structured_outputs|Structured Outputs]] | ||
| * [[autonomy|Autonomy]] | * [[autonomy|Autonomy]] | ||
| + | * [[agent_safety|Agent Safety]] | ||
| **Reasoning** | **Reasoning** | ||
| * [[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 | + | * [[self_consistency|Self-Consistency]] |
| + | * [[latent_reasoning|Latent Reasoning]] | ||
| + | * [[test_time_compute_scaling|Test-Time Compute]] | ||
| + | * [[prompt_engineering|Prompt | ||
| - | **Memory | + | **Memory |
| * [[hierarchical_memory|Hierarchical Memory]] | * [[hierarchical_memory|Hierarchical Memory]] | ||
| - | * [[short_term_memory|Short-Term]] | + | * [[retrieval_augmented_generation|RAG]] |
| - | * [[long_term_memory|Long-Term]] | + | * [[agentic_rag|Agentic RAG]] |
| - | * [[memory_augmentation_strategies|Augmentation]] | + | * [[knowledge_graphs|Knowledge Graphs]] |
| - | + | * [[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]] | + | * [[code_generation_agents|Code Agents]] |
| - | * [[conversational_agents|Conversational]] | + | * [[web_browsing_agents|Web Browsing]] |
| - | * [[tool_using_agents|Tool-Using]] | + | * [[vision_agents|Vision]] |
| + | * [[voice_agents|Voice]] | ||
| + | * [[generative_agents|Generative Agents]] | ||
| **Design Patterns** | **Design Patterns** | ||
| * [[agent_loop|Agent Loop]] | * [[agent_loop|Agent Loop]] | ||
| - | * [[rlhf|RLHF | + | |
| - | * [[context_window_management|Context Management]] | + | * [[multi_agent_systems|Multi-Agent]] |
| - | * [[modular_architectures|Modular Architectures]] | + | * [[function_calling|Function Calling]] |
| - | * [[tool_integration_patterns|Tool Integration]] | + | * [[modular_architectures|Modular]] |
| + | * [[durable_execution_for_agents|Durable Execution]] | ||
| + | * [[agent_cost_optimization|Cost Optimization]] | ||
| + | |||
| + | **Training & Alignment** | ||
| + | | ||
| + | * [[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]] | ||
| + | * [[langgraph|LangGraph]] | ||
| + | * [[crewai|CrewAI]] | ||
| + | * [[autogen|AutoGen]] | ||
| + | * [[dspy|DSPy]] | ||
| * [[llamaindex|LlamaIndex]] | * [[llamaindex|LlamaIndex]] | ||
| - | * [[langroid|Langroid]] | + | * [[openai_agents_sdk|OpenAI Agents SDK]] |
| - | * [[microsoft_graphrag|GraphRAG]] | + | * [[claude_agent_sdk|Claude Agent SDK]] |
| - | * [[flowise|Flowise]] | + | * [[openhands|OpenHands]] |
| - | * [[lite_llm|LiteLLM]] | + | |
| + | **Tools** | ||
| + | * [[devin|Devin]] | ||
| + | * [[cursor|Cursor]] | ||
| + | * [[claude_code|Claude Code]] | ||
| + | * [[aider|Aider]] | ||
| + | * [[computer_use|Computer Use]] | ||
| + | |||
| + | **Safety & Security** | ||
| + | * [[agent_sandbox_security|Sandboxing]] | ||
| + | * [[agent_threat_modeling|Threat Modeling]] | ||
| + | * [[llm_hallucination|Hallucination]] | ||
| + | |||
| + | **Evaluation** | ||
| + | * [[agent_evaluation|Overview]] | ||
| + | * [[swe_bench|SWE-bench]] | ||
| + | * [[gaia_benchmark|GAIA]] | ||
| + | * [[agentbench|AgentBench]] | ||
| + | |||
| + | **[[all_pages|All Pages →]]** | ||
| **Meta** | **Meta** | ||
| * [[agents: | * [[agents: | ||
| + | |||