Skip to content

Commit 530d988

Browse files
committed
landscape: Initialize ecosystem landscape schema and update repository structure
1 parent fe31563 commit 530d988

2 files changed

Lines changed: 222 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ If someone from an AAIF member organization would like to join, please [sign up
2525

2626
All meeting recordings and AI summaries can be found on your [LFX Individual Dashboard](openprofile.dev). Create a Linux Foundation (LFX) account to see all meetings, AI summaries, recordings, etc. all in one place.
2727

28+
## Repository Structure
29+
30+
| Folder | Description |
31+
|--------|-------------|
32+
| [`landscape/`](landscape/) | Master landscape.yml configuration file for the AAIF Ecosystem Architecture Map |
33+
| [`taxonomy-explorer/`](taxonomy-explorer/) | Interactive shared taxonomy web dashboard explorer with Tri-Mode Architecture |
34+
2835
## Communication
2936

3037
Reach out on the private working group mailing list: ws-taxonomy-landscape@lists.aaif.io

landscape/landscape.yml

Lines changed: 215 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,215 @@
1+
landscape:
2+
# ============================================================================
3+
# 1. AGENT RUNTIMES & FRAMEWORKS
4+
# Aligns with Workflows & Process Integration WG (+ Accuracy & Reliability WG)
5+
# ============================================================================
6+
- category: Agent Runtimes & Frameworks
7+
subcategories:
8+
- subcategory: Autonomous Agent Frameworks
9+
items:
10+
- name: Microsoft AutoGen
11+
homepage_url: https://microsoft.github.io/autogen/
12+
repo_url: https://github.com/microsoft/autogen
13+
description: Open-source programming framework for building multi-agent applications via conversational patterns.
14+
project: external
15+
- name: CrewAI
16+
homepage_url: https://www.crewai.com
17+
repo_url: https://github.com/joaomdmoura/crewAI
18+
description: Framework for orchestrating role-playing, autonomous AI agents for enterprise workflows.
19+
project: external
20+
- name: OpenHands (formerly OpenDevin)
21+
homepage_url: https://openhands.ai
22+
repo_url: https://github.com/All-Hands-AI/OpenHands
23+
description: Autonomous AI software engineer framework operating at project granularity.
24+
project: external
25+
- name: Google Agent Development Kit (ADK)
26+
homepage_url: https://cloud.google.com/products/agent-development-kit
27+
description: Enterprise framework for building, evaluating, and deploying trustworthy autonomous AI agents and marketplace capabilities.
28+
project: member
29+
30+
- subcategory: Orchestration Runtimes
31+
items:
32+
- name: LangChain
33+
homepage_url: https://langchain.com
34+
repo_url: https://github.com/langchain-ai/langchain
35+
description: Framework for developing context-aware, reasoning-driven LLM applications and agentic runtimes.
36+
project: external
37+
- name: LlamaIndex
38+
homepage_url: https://www.llamaindex.ai
39+
repo_url: https://github.com/run-llama/llama_index
40+
description: Data framework for connecting custom data sources to large language models and agent loops.
41+
project: external
42+
- name: Diagrid Dapr Runtimes
43+
homepage_url: https://diagrid.io
44+
repo_url: https://github.com/dapr/dapr
45+
description: Distributed application runtime enabling stateful, long-running workflow portability across cloud environments.
46+
project: member
47+
- name: LangGraph
48+
homepage_url: https://www.langchain.com/langgraph
49+
repo_url: https://github.com/langchain-ai/langgraph
50+
description: Library for building stateful, multi-actor applications with LLMs using cyclical graph definitions.
51+
project: external
52+
53+
54+
# ============================================================================
55+
# 2. PROTOCOLS & DISCOVERY REGISTRIES
56+
# Aligns with Identity & Trust WG (+ Accuracy WG Trust Anchors)
57+
# ============================================================================
58+
- category: Protocols & Discovery Registries
59+
subcategories:
60+
- subcategory: Communication Protocols
61+
items:
62+
- name: Model Context Protocol (MCP)
63+
homepage_url: https://modelcontextprotocol.io
64+
repo_url: https://github.com/modelcontextprotocol
65+
description: Open standard connecting AI models securely to data sources, filesystem tools, and enterprise infrastructure.
66+
project: incubating
67+
- name: Agent-to-Agent (A2A) Protocol
68+
homepage_url: https://github.com/Agent2Agent
69+
repo_url: https://github.com/Agent2Agent/specification
70+
description: Interoperability protocol enabling autonomous AI agents to discover, negotiate, and collaborate across organizations.
71+
project: incubating
72+
73+
- subcategory: Discovery & Naming
74+
items:
75+
- name: AI Catalog
76+
homepage_url: https://github.com/Agent-Card/ai-catalog
77+
repo_url: https://github.com/Agent-Card/ai-catalog
78+
description: Common Agentic AI Catalog and Registry Standard for discovering heterogeneous AI artifacts across the ecosystem.
79+
project: incubating
80+
- name: DNS-AID (SVCB Federation)
81+
homepage_url: https://datatracker.ietf.org/wg/dnsop/about/
82+
description: Infrastructure-layer service binding specification for resolving authoritative agent registries via DNS.
83+
project: external
84+
- name: SPIFFE / W3C DID Trust Registries
85+
homepage_url: https://spiffe.io
86+
repo_url: https://github.com/spiffe/spiffe
87+
description: Standards providing cryptographic identity documents (SVIDs) and decentralized identifiers for agent attestation.
88+
project: external
89+
90+
# ============================================================================
91+
# 3. SECURITY GUARDRAILS & FIREWALLS
92+
# Aligns with Security & Privacy WG
93+
# ============================================================================
94+
- category: Security Guardrails & Firewalls
95+
subcategories:
96+
- subcategory: Prompt & Runtime Guardrails
97+
items:
98+
- name: Meta Llama Guard
99+
homepage_url: https://ai.meta.com/llama/
100+
repo_url: https://github.com/meta-llama/PurpleLlama
101+
description: Safeguard model providing input prompt classification and output response filtering for autonomous agents.
102+
project: external
103+
- name: NeMo Guardrails
104+
homepage_url: https://github.com/NVIDIA/NeMo-Guardrails
105+
repo_url: https://github.com/NVIDIA/NeMo-Guardrails
106+
description: Open-source toolkit for adding programmable guardrails and deterministic dialog boundaries to LLM systems.
107+
project: external
108+
- name: Google Cloud Model Armor
109+
homepage_url: https://cloud.google.com/security/products/model-armor
110+
description: Enterprise security service providing prompt injection defense, sensitive data obfuscation, and runtime containment.
111+
project: external
112+
- name: OWASP Top 10 for LLM Applications
113+
homepage_url: https://owasp.org/www-project-top-10-for-large-language-model-applications/
114+
repo_url: https://github.com/OWASP/www-project-top-10-for-large-language-model-applications
115+
description: Standardized security vulnerability classification and mitigation framework for LLM and agentic architectures.
116+
project: external
117+
118+
# ============================================================================
119+
# 4. OBSERVABILITY & TRACING TELEMETRY
120+
# Aligns with Observability & Traceability WG
121+
# ============================================================================
122+
- category: Observability & Tracing Telemetry
123+
subcategories:
124+
- subcategory: Telemetry Standards
125+
items:
126+
- name: OpenTelemetry GenAI SIG
127+
homepage_url: https://opentelemetry.io
128+
repo_url: https://github.com/open-telemetry/community
129+
description: Standardized trace semantic conventions for capturing agent reasoning loops, tool execution, and session context.
130+
project: external
131+
132+
- subcategory: Monitoring & Evaluation
133+
items:
134+
- name: Arize AI
135+
homepage_url: https://arize.com
136+
repo_url: https://github.com/Arize-ai/phoenix
137+
description: AI observability platform providing LLM tracing, evaluation harnesses, and agentic execution troubleshooting.
138+
project: external
139+
- name: LangSmith
140+
homepage_url: https://www.langchain.com/langsmith
141+
description: Unified DevOps platform for debugging, testing, evaluating, and monitoring LLM agent trajectories.
142+
project: external
143+
- name: Datadog AI Observability
144+
homepage_url: https://www.datadoghq.com
145+
description: Enterprise monitoring backend capturing agent-level traces, API error rates, and infrastructure telemetry.
146+
project: external
147+
- name: Braintrust
148+
homepage_url: https://www.braintrustdata.com
149+
description: Enterprise AI evaluation, logging, and prompt management platform for continuous agentic benchmarking.
150+
project: external
151+
152+
# ============================================================================
153+
# 5. AGENTIC COMMERCE & WALLETS
154+
# Aligns with Agentic Commerce WG
155+
# ============================================================================
156+
- category: Agentic Commerce & Wallets
157+
subcategories:
158+
- subcategory: Payment Settlement Rails
159+
items:
160+
- name: Shopify Agentic commerce
161+
homepage_url: https://shopify.dev/docs/agents
162+
description: Merchant interaction interfaces and delegated authorization frameworks for AI-driven transactional workflows.
163+
project: external
164+
- name: Google Agent Payment Protocol (AP2)
165+
homepage_url: https://ap2-protocol.org/
166+
description: Secure cryptographic settlement and wallet authorization protocol for autonomous agent micro-transactions.
167+
project: external
168+
- name: OpenAI Agentic Commerce Protocol
169+
homepage_url: https://developers.openai.com/commerce
170+
description: Interoperable commerce agent interfaces and delegated transaction clearing frameworks for AI-driven market economies.
171+
project: external
172+
173+
# ============================================================================
174+
# 6. GLOBAL GOVERNANCE & REGULATORY REGIMES
175+
# Aligns with Governance, Risk & Regulatory Alignment WG (Debbie's Focus)
176+
# ============================================================================
177+
- category: Global Governance & Regulatory Regimes
178+
subcategories:
179+
- subcategory: Enacted Legislation & Acts
180+
items:
181+
- name: European Union AI Act (Reg. 2024/1689)
182+
homepage_url: https://artificialintelligenceact.eu
183+
description: World's first comprehensive binding AI legislation establishing risk-tiered compliance, logging, and human oversight mandates.
184+
project: external
185+
- name: Colorado SB 24-205 (AI Consumer Protection)
186+
homepage_url: https://leg.colorado.gov/bills/sb24-205
187+
description: State-level consumer protection law mandating reasonable care against algorithmic discrimination and annual impact assessments.
188+
project: external
189+
- name: Singapore Model AI Governance Framework for Agentic AI
190+
homepage_url: https://www.imda.gov.sg
191+
description: World's first jurisdiction-specific guidance for agentic systems covering autonomy bounding, human checkpoints, and transparency.
192+
project: external
193+
194+
- subcategory: Standards & Risk Frameworks
195+
items:
196+
- name: NIST AI Risk Management Framework (AI RMF 1.0)
197+
homepage_url: https://www.nist.gov/itl/ai-risk-management-framework
198+
description: Foundational US voluntary governance framework operating through Govern, Map, Measure, and Manage core functions.
199+
project: external
200+
- name: ISO/IEC 42001 AI Management System (AIMS)
201+
homepage_url: https://www.iso.org/standard/81230.html
202+
description: International certifiable standard providing lifecycle governance requirements from design through decommissioning.
203+
project: external
204+
- name: IEEE 7000 Series (Ethically Aligned Design)
205+
homepage_url: https://standards.ieee.org
206+
description: Technical standards establishing proactive Safety by Design, decision transparency, and autonomous system value alignment.
207+
project: external
208+
209+
- subcategory: Working Group Deliverables
210+
items:
211+
- name: Governance of Agentic AI Systems - Global Landscape Analysis
212+
homepage_url: https://github.com/aaif/wg-governance-risk-and-regulatory
213+
repo_url: https://github.com/aaif/wg-governance-risk-and-regulatory
214+
description: Comprehensive 32-page foundational WG research report analyzing global AI regulations, risk analogies, and privacy tensions.
215+
project: incubating

0 commit comments

Comments
 (0)