Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions hindsight-docs/src/data/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"litellm",
"langgraph",
"pydantic-ai",
"ai-sdk",
"chat",
"vercel-ai-sdk",
"vercel-chat",
"crewai",
"ag2",
"agno",
Expand Down Expand Up @@ -53,6 +53,9 @@
"description": "For agents that talk to many people across chat platforms (Telegram, Discord, Slack). Keeps per-person profiles distinct, learns each community's norms, and tracks open threads across users.",
"category": "chat",
"integrations": [
"langgraph",
"crewai",
"agno",
"hermes"
],
"manifest_file": "templates/hermes-gateway-bot.json"
Expand All @@ -63,6 +66,9 @@
"description": "For orchestrations of specialized agents. Remembers decisions and their rationale, ownership boundaries, hand-offs, and how past escalations were resolved. High literalism and skepticism for precise coordination.",
"category": "orchestration",
"integrations": [
"langgraph",
"crewai",
"autogen",
"hermes"
],
"manifest_file": "templates/hermes-orchestrator.json"
Expand All @@ -73,6 +79,9 @@
"description": "For support and client-comms agents. Remembers customer issues, resolutions, sentiment, and account context so every interaction is informed. High empathy, never re-asks known details.",
"category": "support",
"integrations": [
"langgraph",
"crewai",
"dify",
"hermes"
],
"manifest_file": "templates/customer-support.json"
Expand All @@ -83,6 +92,9 @@
"description": "For research, monitoring, and knowledge-work agents that write briefings and digests or maintain a second brain. Learns the user's interests, tracks what to ignore to sharpen curation, and compounds durable knowledge with sources over time.",
"category": "research",
"integrations": [
"obsidian",
"llamaindex",
"langgraph",
"hermes"
],
"manifest_file": "templates/research-assistant.json"
Expand Down
Loading