Skip to content

Commit 0895fa1

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

2 files changed

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

0 commit comments

Comments
 (0)