Skip to content

Commit 2cfed70

Browse files
sykp241095SEO Bot
andauthored
feat: add collections 10128-10141 (Google ADK, Neuro-Symbolic AI, AI FinOps, Synthetic Data, etc.) (#2277)
* fix(seo): address 6 SEO issues — OG images, schema, 404, trailing slash, canonical, alt text Closes #2143 — Dynamic OG images for homepage, explore, and collections - apps/web/app/opengraph-image.tsx: 1200x630 dark-theme OG for homepage - apps/web/app/explore/opengraph-image.tsx: 1200x630 OG for Data Explorer - apps/web/app/collections/[slug]/opengraph-image.tsx: updated to 1200x630 dark theme (#1a1a1b bg, #f7df83 accent); fetches top repos dynamically and switched runtime to nodejs to support @napi-rs/canvas DB calls - Copied Poppins fonts to app/ and explore/ route segments Closes #2140 — SoftwareApplication JSON-LD schema on homepage - components/json-ld.tsx: added SiteApplicationJsonLd component (type: SoftwareApplication, applicationCategory: DeveloperApplication, operatingSystem: Web, offers: free / $0) - app/page.tsx: renders <SiteApplicationJsonLd /> above FAQPage schema Closes #2137 — Canonical URLs to prevent duplicate content - app/collections/page.tsx: added alternates.canonical: '/collections' so paginated/filtered variants (?page=, ?sort=, ?q=) do not generate duplicate indexed content - Explore page already had canonical; trending page already had canonical Closes #2121 — Custom 404 page - app/not-found.tsx: dark theme 404 with helpful links to Home, Data Explorer, Trending, and Collections; robots noindex Closes #2118 — Trailing slash consistency - next.config.mjs: trailingSlash: false (explicit, matches Vercel default) ensures /path/ redirects to /path consistently Closes #2135 — Image SEO: alt text + image sitemap - app/home-content.tsx: fixed empty alt on repo owner avatar - app/sitemap.ts: added image entries for homepage (seo-widgets-homepage.jpeg) and per-collection opengraph-image routes; static pages now use canonical paths without trailing slash * feat: add collections 10128-10141 - 10128: Google ADK - Google Agent Development Kit ecosystem - 10129: Neuro-Symbolic AI - Hybrid neural + symbolic reasoning - 10130: AI FinOps - LLM cost management, AI billing/monitoring - 10131: Synthetic Data - Synthetic data generation for AI - 10132: AI Quantitative Finance - AI trading, quant finance - 10133: AI Agent Marketplace - Agent discovery and distribution - 10134: Knowledge Graphs for AI - GraphRAG, knowledge graph LLM - 10135: AI Observability - LLM monitoring, tracing - 10136: AI Code Review - Automated code review, PR analysis - 10137: Agent Sandboxing - Secure execution for agents - 10138: AI Red Teaming - AI security testing - 10139: A2A Protocol - Agent-to-agent communication - 10140: Google ADK Python - google/adk-python and related - 10141: Agent Harness - Agent infrastructure layer Closes #2226 #2224 #2198 #2171 #2162 #2160 #2132 #2131 #2130 #2129 #2126 #2122 #2120 #2136 --------- Co-authored-by: SEO Bot <seo-bot@ossinsight.io>
1 parent db3a0dd commit 2cfed70

14 files changed

Lines changed: 190 additions & 0 deletions
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
id: 10128
2+
name: Google ADK
3+
items:
4+
- google/adk-python
5+
- google/adk-java
6+
- google/adk-web
7+
- a2aproject/A2A
8+
- AIDC-AI/Agentic-ADK
9+
- Sri-Krishna-V/awesome-adk-agents
10+
- tsubasakong/awesome-google-adk
11+
- waldzellai/adk-typescript
12+
- RashRAJ/awesome-adk
13+
- raphaelmansuy/adk_training
14+
- sokart/adk-walkthrough
15+
- RubensZimbres/Multi-Agent-System-A2A-ADK-MCP
16+
- mongodb-developer/MongoDB-ADK-Agents
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
id: 10129
2+
name: Neuro-Symbolic AI
3+
items:
4+
- NucleoidAI/Nucleoid
5+
- IBM/neuro-symbolic-ai
6+
- IBM/torchlogic
7+
- PacktPublishing/Neuro-Symbolic-AI
8+
- aika-algorithm/aika-java
9+
- nerdimite/neuro-symbolic-ai-soc
10+
- anisha2102/awesome-neuro-symbolic-ai
11+
- mattfaltyn/awesome-neuro-symbolic-ai
12+
- ccclyu/awesome-deeplogic
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
id: 10130
2+
name: AI FinOps
3+
items:
4+
- BerriAI/litellm
5+
- mlflow/mlflow
6+
- langfuse/langfuse
7+
- openlit/openlit
8+
- Helicone/helicone
9+
- AgentOps-AI/agentops
10+
- pydantic/logfire
11+
- uptrain-ai/uptrain
12+
- traceloop/openllmetry
13+
- whylabs/whylogs
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
id: 10131
2+
name: Synthetic Data
3+
items:
4+
- sdv-dev/SDV
5+
- gretelai/gretel-synthetics
6+
- mostly-ai/mostlyai
7+
- Kiln-AI/Kiln
8+
- ServiceNow/SyGra
9+
- NVIDIA/synthda
10+
- Clearbox-AI/clearbox-synthetic-kit
11+
- starfishdata/starfish
12+
- TonicAI/tonic_validate
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
id: 10132
2+
name: AI Quantitative Finance
3+
items:
4+
- AI4Finance-Foundation/FinRL
5+
- AI4Finance-Foundation/FinGPT
6+
- stefan-jansen/machine-learning-for-trading
7+
- hudson-and-thames/mlfinlab
8+
- vnpy/vnpy
9+
- grananqvist/Awesome-Quant-Machine-Learning-Trading
10+
- edtechre/pybroker
11+
- thuquant/awesome-quant
12+
- wangzhe3224/awesome-systematic-trading
13+
- fasiondog/hikyuu
14+
- alpacahq/alpaca-py
15+
- quarkfin/qf-lib
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
id: 10133
2+
name: AI Agent Marketplace
3+
items:
4+
- Significant-Gravitas/AutoGPT
5+
- crewAIInc/crewAI
6+
- microsoft/autogen
7+
- agno-agi/agno
8+
- OpenBMB/AgentVerse
9+
- THUDM/AgentBench
10+
- smol-ai/developer
11+
- OpenBMB/ChatDev
12+
- letta-ai/letta
13+
- SWE-agent/SWE-agent
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
id: 10134
2+
name: Knowledge Graphs for AI
3+
items:
4+
- microsoft/graphrag
5+
- neo4j-labs/llm-graph-builder
6+
- OSU-NLP-Group/HippoRAG
7+
- FalkorDB/FalkorDB
8+
- pingcap/autoflow
9+
- Azure-Samples/graphrag-accelerator
10+
- topoteretes/cognee
11+
- BaranziniLab/KG_RAG
12+
- Graph-COM/SubgraphRAG
13+
- weaviate/Verba
14+
- tomasonjo/diffbot-kg-chatbot
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
id: 10135
2+
name: AI Observability
3+
items:
4+
- langfuse/langfuse
5+
- mlflow/mlflow
6+
- Arize-ai/phoenix
7+
- evidentlyai/evidently
8+
- traceloop/openllmetry
9+
- Helicone/helicone
10+
- openlit/openlit
11+
- AgentOps-AI/agentops
12+
- pydantic/logfire
13+
- uptrain-ai/uptrain
14+
- whylabs/whylogs
15+
- zenml-io/zenml
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
id: 10136
2+
name: AI Code Review
3+
items:
4+
- qodo-ai/pr-agent
5+
- qodo-ai/qodo-cover
6+
- continuedev/continue
7+
- microsoft/promptflow
8+
- aorwall/moatless-tools
9+
- TechNickAI/AICodeBot
10+
- SWE-bench/SWE-bench
11+
- SWE-agent/SWE-agent
12+
- openai/evals
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
id: 10137
2+
name: Agent Sandboxing
3+
items:
4+
- e2b-dev/E2B
5+
- e2b-dev/code-interpreter
6+
- daytonaio/daytona
7+
- SWE-agent/SWE-ReX
8+
- microsoft/TaskWeaver
9+
- standardagents/arrow-js
10+
- abshkbh/arrakis
11+
- pipecat-ai/pipecat
12+
- modal-labs/modal-client

0 commit comments

Comments
 (0)