Skip to content

Commit 192d8ba

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

2 files changed

Lines changed: 208 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: 201 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,201 @@
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: Agent Finder
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: member
102+
103+
- subcategory: Trust Engines & Scanners
104+
items:
105+
- name: Agent Trust Gauntlet (UATS Engine)
106+
homepage_url: https://github.com/mindpower/agent-trust-service
107+
repo_url: https://github.com/mindpower/agent-trust-service
108+
description: Pre-deployment validation pipeline executing AI-BOM verification, AutoRaters scoring, and marketplace badging.
109+
project: member
110+
111+
# ============================================================================
112+
# 4. OBSERVABILITY & TRACING TELEMETRY
113+
# Aligns with Observability & Traceability WG
114+
# ============================================================================
115+
- category: Observability & Tracing Telemetry
116+
subcategories:
117+
- subcategory: Telemetry Standards
118+
items:
119+
- name: OpenTelemetry GenAI SIG
120+
homepage_url: https://opentelemetry.io
121+
repo_url: https://github.com/open-telemetry/community
122+
description: Standardized trace semantic conventions for capturing agent reasoning loops, tool execution, and session context.
123+
project: external
124+
125+
- subcategory: Monitoring & Evaluation
126+
items:
127+
- name: Arize AI
128+
homepage_url: https://arize.com
129+
repo_url: https://github.com/Arize-ai/phoenix
130+
description: AI observability platform providing LLM tracing, evaluation harnesses, and agentic execution troubleshooting.
131+
project: external
132+
- name: LangSmith
133+
homepage_url: https://www.langchain.com/langsmith
134+
description: Unified DevOps platform for debugging, testing, evaluating, and monitoring LLM agent trajectories.
135+
project: external
136+
- name: Datadog AI Observability
137+
homepage_url: https://www.datadoghq.com
138+
description: Enterprise monitoring backend capturing agent-level traces, API error rates, and infrastructure telemetry.
139+
project: member
140+
141+
# ============================================================================
142+
# 5. AGENTIC COMMERCE & WALLETS
143+
# Aligns with Agentic Commerce WG
144+
# ============================================================================
145+
- category: Agentic Commerce & Wallets
146+
subcategories:
147+
- subcategory: Payment Settlement Rails
148+
items:
149+
- name: Shopify Commerce Agents
150+
homepage_url: https://www.shopify.com
151+
description: Merchant interaction interfaces and delegated authorization frameworks for AI-driven transactional workflows.
152+
project: member
153+
- name: Agentic Escrow & Settlement Plugins
154+
homepage_url: https://github.com/aaif/wg-agentic-commerce
155+
repo_url: https://github.com/aaif/wg-agentic-commerce
156+
description: Pre-deployment validation rules and micro-transaction clearing standards preventing marketplace fund-draining exploits.
157+
project: incubating
158+
159+
# ============================================================================
160+
# 6. GLOBAL GOVERNANCE & REGULATORY REGIMES
161+
# Aligns with Governance, Risk & Regulatory Alignment WG (Debbie's Focus)
162+
# ============================================================================
163+
- category: Global Governance & Regulatory Regimes
164+
subcategories:
165+
- subcategory: Enacted Legislation & Acts
166+
items:
167+
- name: European Union AI Act (Reg. 2024/1689)
168+
homepage_url: https://artificialintelligenceact.eu
169+
description: World's first comprehensive binding AI legislation establishing risk-tiered compliance, logging, and human oversight mandates.
170+
project: external
171+
- name: Colorado SB 24-205 (AI Consumer Protection)
172+
homepage_url: https://leg.colorado.gov/bills/sb24-205
173+
description: State-level consumer protection law mandating reasonable care against algorithmic discrimination and annual impact assessments.
174+
project: external
175+
- name: Singapore Model AI Governance Framework for Agentic AI
176+
homepage_url: https://www.imda.gov.sg
177+
description: World's first jurisdiction-specific guidance for agentic systems covering autonomy bounding, human checkpoints, and transparency.
178+
project: external
179+
180+
- subcategory: Standards & Risk Frameworks
181+
items:
182+
- name: NIST AI Risk Management Framework (AI RMF 1.0)
183+
homepage_url: https://www.nist.gov/itl/ai-risk-management-framework
184+
description: Foundational US voluntary governance framework operating through Govern, Map, Measure, and Manage core functions.
185+
project: external
186+
- name: ISO/IEC 42001 AI Management System (AIMS)
187+
homepage_url: https://www.iso.org/standard/81230.html
188+
description: International certifiable standard providing lifecycle governance requirements from design through decommissioning.
189+
project: external
190+
- name: IEEE 7000 Series (Ethically Aligned Design)
191+
homepage_url: https://standards.ieee.org
192+
description: Technical standards establishing proactive Safety by Design, decision transparency, and autonomous system value alignment.
193+
project: external
194+
195+
- subcategory: Working Group Deliverables
196+
items:
197+
- name: Governance of Agentic AI Systems - Global Landscape Analysis
198+
homepage_url: https://github.com/aaif/wg-governance-risk-and-regulatory
199+
repo_url: https://github.com/aaif/wg-governance-risk-and-regulatory
200+
description: Comprehensive 32-page foundational WG research report analyzing global AI regulations, risk analogies, and privacy tensions.
201+
project: incubating

0 commit comments

Comments
 (0)