@@ -518,39 +518,56 @@ def friendly_title(name: str, page_type: str = "class") -> str:
518518# TypeScript SDK links to TypeScript-specific docs
519519TYPESCRIPT_RELATED_DOCS = {
520520 "agent" : [
521- ("TypeScript Overview " , "/docs/typescript/overview " , "book-open" ),
522- ("TypeScript Quickstart " , "/docs/typescript/quickstart " , "rocket " ),
523- ("TypeScript Agent" , "/docs/typescript/agent" , "robot " ),
521+ ("TypeScript SDK " , "/docs/sdk/ typescript/index " , "book-open" ),
522+ ("Auto Agents " , "/docs/sdk/ typescript/auto-agents " , "robot " ),
523+ ("Context Agent" , "/docs/sdk/ typescript/context- agent" , "message-circle " ),
524524 ],
525525 "tool" : [
526- ("TypeScript Tools " , "/docs/typescript/tools " , "wrench " ),
527- ("TypeScript Agent " , "/docs/typescript/agent " , "robot " ),
526+ ("TypeScript SDK " , "/docs/sdk/ typescript/index " , "book-open " ),
527+ ("Planning " , "/docs/sdk/ typescript/planning " , "diagram-project " ),
528528 ],
529529 "config" : [
530- ("TypeScript Installation " , "/docs/typescript/installation " , "download " ),
531- ("TypeScript Overview " , "/docs/typescript/overview " , "book-open " ),
530+ ("TypeScript SDK " , "/docs/sdk/ typescript/index " , "book-open " ),
531+ ("Observability " , "/docs/sdk/ typescript/observability " , "eye " ),
532532 ],
533533 "memory" : [
534- ("TypeScript Memory" , "/docs/typescript/memory" , "brain" ),
534+ ("Vector Stores" , "/docs/sdk/typescript/vector-stores" , "database" ),
535+ ("Cache" , "/docs/sdk/typescript/cache" , "hard-drive" ),
535536 ],
536537 "workflow" : [
537- ("TypeScript AgentFlow " , "/docs/typescript/agentflow " , "diagram-project" ),
538- ("TypeScript AgentTeam " , "/docs/typescript/agentteam " , "users " ),
538+ ("Planning " , "/docs/sdk/ typescript/planning " , "diagram-project" ),
539+ ("Router Agent " , "/docs/sdk/ typescript/router-agent " , "arrows-split " ),
539540 ],
540541 "team" : [
541- ("TypeScript AgentTeam " , "/docs/typescript/agentteam " , "users" ),
542+ ("Auto Agents " , "/docs/sdk/ typescript/auto-agents " , "users" ),
542543 ],
543544 "flow" : [
544- ("TypeScript AgentFlow " , "/docs/typescript/agentflow " , "diagram-project" ),
545+ ("Planning " , "/docs/sdk/ typescript/planning " , "diagram-project" ),
545546 ],
546547 "task" : [
547- ("TypeScript AgentTeam " , "/docs/typescript/agentteam " , "users" ),
548+ ("Auto Agents " , "/docs/sdk/ typescript/auto-agents " , "users" ),
548549 ],
549550 "mcp" : [
550- ("TypeScript MCP " , "/docs/typescript/mcp " , "plug" ),
551+ ("TypeScript SDK " , "/docs/sdk/ typescript/index " , "plug" ),
551552 ],
552553 "llm" : [
553- ("TypeScript Overview" , "/docs/typescript/overview" , "book-open" ),
554+ ("TypeScript SDK" , "/docs/sdk/typescript/index" , "book-open" ),
555+ ],
556+ "guard" : [
557+ ("Guardrails" , "/docs/sdk/typescript/guardrails" , "shield" ),
558+ ],
559+ "rag" : [
560+ ("Graph RAG" , "/docs/sdk/typescript/graph-rag" , "git-branch" ),
561+ ("Vector Stores" , "/docs/sdk/typescript/vector-stores" , "database" ),
562+ ],
563+ "voice" : [
564+ ("Voice" , "/docs/sdk/typescript/voice" , "mic" ),
565+ ],
566+ "image" : [
567+ ("Image Agent" , "/docs/sdk/typescript/image-agent" , "image" ),
568+ ],
569+ "research" : [
570+ ("Research Agent" , "/docs/sdk/typescript/research-agent" , "search" ),
554571 ],
555572}
556573
0 commit comments