{"id":22117,"date":"2025-09-25T14:41:24","date_gmt":"2025-09-25T13:41:24","guid":{"rendered":"https:\/\/www.equalexperts.com\/?p=22117"},"modified":"2025-09-26T02:36:09","modified_gmt":"2025-09-26T01:36:09","slug":"agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2","status":"publish","type":"post","link":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/","title":{"rendered":"Agent oriented architecture: Building the semantic heart of your enterprise (Part 2)"},"content":{"rendered":"<h2>Introduction: The agent oriented era?<\/h2>\n<p>In Part 1 of this series, <a href=\"https:\/\/www.equalexperts.com\/blog\/data-ai\/agent-oriented-architecture-reimagining-enterprise-systems-for-an-ai-native-future\/\">we introduced Agent Oriented Architecture (AOA) as a conceptual framework for the AI-native future<\/a>. We contrasted today\u2019s \u201cfaster horses\u201d\u2014AI bolted onto human workflows\u2014with the \u201cautomotive age\u201d: AI-native systems where intelligent agents are first-class citizens. The promise of AOA lies in emergent collaboration, where autonomous agents dynamically discover, negotiate, and cooperate to achieve complex objectives without a rigid flowchart.<\/p>\n<p>But this promise hinges on a single critical question: How do agents find each other? The mechanism of discovery defines the capabilities, limitations, and ultimately the intelligence of the system. Without a robust answer, AOA remains a theory rather than a working architecture.<\/p>\n<p>This article bridges theory and practice. We explore a pioneering real-world initiative from MIT\u2014<a href=\"https:\/\/nanda.media.mit.edu\/\">Project NANDA<\/a>\u2014and then examine how AOA adapts these ideas to enterprise needs through the design of the Agent Registry.<\/p>\n<h2>NANDA: Charting the public square for AI agents<\/h2>\n<p>It\u2019s validating to see leading institutions explore parallel ideas. MIT\u2019s Project NANDA is a landmark effort to build the foundational infrastructure for an \u201cInternet of AI Agents.\u201d NANDA is not a competitor to AOA, but a powerful validation of the paradigm: the challenges of discovery, communication, and trust are exactly what researchers are tackling to support trillions of agents worldwide.<\/p>\n<p>NANDA\u2019s core components provide a strong reference model:<\/p>\n<ul>\n<li aria-level=\"1\"><strong>DNS for agents<\/strong>: The NANDA Index acts as a decentralised registry, giving every agent a unique, discoverable identity\u2014much like the Domain Name System (DNS) for websites.<\/li>\n<li aria-level=\"1\"><strong>Trust and verifiability (AgentFacts)<\/strong>: Cryptographically verifiable credentials prove that an agent is who it claims to be and has the capabilities it advertises, preventing spoofing and impersonation.<\/li>\n<li aria-level=\"1\"><strong>A quilt of interoperability<\/strong>: Rather than a single directory, NANDA envisions a federation of registries. It bridges protocols like Google\u2019s A2A, Anthropic\u2019s MCP, and standard HTTPS, enabling cross-platform interoperability.<\/li>\n<\/ul>\n<p>NANDA\u2019s focus is clear: building the public square, the internet-scale infrastructure of identity, routing, and trust. Enterprises can build on this, but their needs go deeper\u2014toward intelligence and value creation inside the organisation.<\/p>\n<h2>AOA and NANDA: Shared DNA, different destinies<\/h2>\n<p>AOA and NANDA share a conceptual foundation. Both rely on modular, autonomous agents that discover one another dynamically, and both embrace standards like A2A for communication and MCP for tool access. This convergence might signal a broader shift in the software industry.<\/p>\n<p>But, their destinies diverge:<\/p>\n<ul>\n<li aria-level=\"1\"><strong>NANDA builds the roads<\/strong>: like TCP\/IP or DNS, it defines global protocols for addressing, routing, and identity verification.<\/li>\n<li aria-level=\"1\"><strong>AOA designs the cities<\/strong>: like microservices or event-driven patterns, it provides an architectural model for enterprises to harness those roads for intelligent collaboration.<\/li>\n<\/ul>\n<p>This divergence shows up most clearly in their registries:<\/p>\n<ul>\n<li><strong>NANDA Index<\/strong> = Lookup. Optimised for resolving known names: \u201cGive me the secure address for acme-corp-shipping-agent-v3.\u201d<\/li>\n<li><strong>AOA Registry<\/strong> = Discovery. Optimised for intent: \u201cFind me agents that can analyze Q3 sales dips against competitor campaigns.\u201d<\/li>\n<\/ul>\n<p>This is not a subtle distinction\u2014it requires a fundamentally different technological solution.<\/p>\n<h2>The agent registry: The semantic heart of the enterprise<\/h2>\n<p>The Agent Registry is the cornerstone of AOA. Unlike NANDA\u2019s metadata-driven directory, the AOA Registry must handle intent-based queries\u2014open-ended requests where the agent doesn\u2019t know exactly which capabilities are needed.<\/p>\n<p>Traditional document databases (e.g. MongoDB) can store structured metadata and support filtering or hybrid keyword searches: \u201cFind all finance agents owned by the EMEA department.\u201d Useful, but insufficient when queries demand semantic understanding, like \u201cCorrelate logistics delays with customer satisfaction scores.\u201d<\/p>\n<p>Here, metadata breaks down. The registry needs to understand meaning, not just match fields. That is why a vector database is non-negotiable for AOA.<\/p>\n<h2>Why a vector database unlocks discovery<\/h2>\n<p>Vector embeddings: AI-generated numerical representations capture the semantic meaning of text or images. Phrases like \u201cquarterly earnings report\u201d and \u201csummary of financial performance this period\u201d map to nearly identical vectors despite different words.<\/p>\n<p>Similarity search: Vector databases use algorithms like Approximate Nearest Neighbour (ANN) to find semantically \u201cclose\u201d results, enabling discovery by meaning rather than keywords.<\/p>\n<p>Applied to AOA, this transforms the registry:<\/p>\n<ul>\n<li>Agents register with natural-language descriptions of their capabilities, which are embedded as vectors.<\/li>\n<li>Queries are also embedded.<\/li>\n<li>The registry returns the most semantically relevant agents\u2014enabling true intent-based discovery.<\/li>\n<\/ul>\n<p>Crucially, this creates evolutionary pressure against the super-agent trap. A monolithic \u201cdo-everything\u201d agent produces a diluted vector, while specialised agents produce precise embeddings. When queries arrive, specialized vectors win, naturally rewarding diversity and scalability.<\/p>\n<table style=\"border-collapse: collapse; width: 100%; height: 267px;\">\n<tbody>\n<tr style=\"height: 66px;\">\n<td style=\"width: 26.7318%; height: 66px;\"><strong>Feature<\/strong><\/td>\n<td style=\"width: 39.9348%; height: 66px;\">NANDA-style Index (Metadata-centric)<\/td>\n<td style=\"width: 33.3333%; height: 66px;\">AOA Registry (Semantic-centric)<\/td>\n<\/tr>\n<tr style=\"height: 41px;\">\n<td style=\"width: 26.7318%; height: 41px;\"><strong>Primary technology<\/strong><\/td>\n<td style=\"width: 39.9348%; height: 41px;\">Document DB with vector add-on (e.g., MongoDB Atlas)<\/td>\n<td style=\"width: 33.3333%; height: 41px;\">Purpose-built vector DB (e.g., Milvus, Pinecone, Weaviate)<\/td>\n<\/tr>\n<tr style=\"height: 38px;\">\n<td style=\"width: 26.7318%; height: 38px;\"><strong>Query method<\/strong><\/td>\n<td style=\"width: 39.9348%; height: 38px;\">Keyword search, metadata filtering, hybrid search<\/td>\n<td style=\"width: 33.3333%; height: 38px;\">Semantic similarity search (ANN)<\/td>\n<\/tr>\n<tr style=\"height: 66px;\">\n<td style=\"width: 26.7318%; height: 66px;\"><strong>Discovery paradigm<\/strong><\/td>\n<td style=\"width: 39.9348%; height: 66px;\">Lookup: \u201cFind the agent named Q3_Report_Gen.\u201d<\/td>\n<td style=\"width: 33.3333%; height: 66px;\">Discovery: \u201cFind an agent that can synthesize financial + logistics data.\u201d<\/td>\n<\/tr>\n<tr style=\"height: 28px;\">\n<td style=\"width: 26.7318%; height: 28px;\"><strong>Core strength<\/strong><\/td>\n<td style=\"width: 39.9348%; height: 28px;\">Identity, routing, verifiable credentials, structured filtering<\/td>\n<td style=\"width: 33.3333%; height: 28px;\">Intent matching, capability discovery, handling ambiguity<\/td>\n<\/tr>\n<tr style=\"height: 28px;\">\n<td style=\"width: 26.7318%; height: 28px;\"><strong>Analogy<\/strong><\/td>\n<td style=\"width: 39.9348%; height: 28px;\">Secure corporate directory (LDAP)<\/td>\n<td style=\"width: 33.3333%; height: 28px;\">Council of experts you can query with a complex problem<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2><\/h2>\n<h2>Conclusion: Laying the cornerstone for an intelligent future<\/h2>\n<p>NANDA builds the global public square. But within the enterprise, AOA demands more: a semantic Agent Registry powered by vector databases. This is not a technical nuance\u2014it\u2019s the difference between systems that follow commands and platforms that understand intent.<\/p>\n<p>By anchoring AOA in semantic discovery, enterprises may gain replaceability of components, scalability of capabilities, and a resilient ecosystem of specialised agents. This registry is the cornerstone of emergent, adaptive, intelligent systems.<\/p>\n<p>With discovery in place, the next challenge emerges: scaling collaboration. In Part 3, we\u2019ll explore how agents talk to each other, negotiate tasks, and coordinate multi-step workflows. Just as important, we\u2019ll examine what makes these systems scale: the role of Small Language Models (SLMs) in powering efficient, specialised agents.<\/p>\n<p>SLMs are efficient, easier to fine-tune, and perfectly aligned with AOA\u2019s principle of specialisation. Small is going to be huge\u2014and we\u2019ll show how SLMs unlock resilient, scalable agentic workflows while keeping human oversight at the centre.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction: The agent oriented era? In Part 1 of this series, we introduced Agent Oriented Architecture (AOA) as a conceptual framework for the AI-native future. We contrasted today\u2019s \u201cfaster horses\u201d\u2014AI bolted onto human workflows\u2014with the \u201cautomotive age\u201d: AI-native systems where intelligent agents are first-class citizens. The promise of AOA lies in emergent collaboration, where autonomous [&hellip;]<\/p>\n","protected":false},"author":166,"featured_media":22118,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"categories":[806,5],"tags":[],"location":[],"class_list":["post-22117","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-ai","category-our-thinking"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Agent oriented architecture: Building the semantic heart of enterprise | Equal Experts<\/title>\n<meta name=\"description\" content=\"A technical look at Agent Oriented Architecture registry and how vector databases enable intelligent, intent-based agent connectivity.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Agent oriented architecture: Building the semantic heart of your enterprise | Equal Experts\" \/>\n<meta property=\"og:description\" content=\"A technical look at Agent-Oriented Architecture (AOA) registry and how vector databases enable intelligent, intent-based agent connectivity.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Equal Experts\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-25T13:41:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-26T01:36:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2025\/09\/CS_Blog_Hero-11.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"514\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lewis Crawford\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Agent oriented architecture: Building the semantic heart of your enterprise (Part 2)\" \/>\n<meta name=\"twitter:creator\" content=\"@EqualExperts\" \/>\n<meta name=\"twitter:site\" content=\"@EqualExperts\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lewis Crawford\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/\"},\"author\":{\"name\":\"Lewis Crawford\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/person\/9fa9c5c3e8ddf342f8933a4443291a53\"},\"headline\":\"Agent oriented architecture: Building the semantic heart of your enterprise (Part 2)\",\"datePublished\":\"2025-09-25T13:41:24+00:00\",\"dateModified\":\"2025-09-26T01:36:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/\"},\"wordCount\":1007,\"publisher\":{\"@id\":\"https:\/\/www.equalexperts.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2025\/09\/CS_Blog_Hero-11.png\",\"articleSection\":[\"Data &amp; AI\",\"Our Thinking\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/\",\"url\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/\",\"name\":\"Agent oriented architecture: Building the semantic heart of enterprise | Equal Experts\",\"isPartOf\":{\"@id\":\"https:\/\/www.equalexperts.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2025\/09\/CS_Blog_Hero-11.png\",\"datePublished\":\"2025-09-25T13:41:24+00:00\",\"dateModified\":\"2025-09-26T01:36:09+00:00\",\"description\":\"A technical look at Agent Oriented Architecture registry and how vector databases enable intelligent, intent-based agent connectivity.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#primaryimage\",\"url\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2025\/09\/CS_Blog_Hero-11.png\",\"contentUrl\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2025\/09\/CS_Blog_Hero-11.png\",\"width\":1200,\"height\":514},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.equalexperts.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Agent oriented architecture: Building the semantic heart of your enterprise (Part 2)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.equalexperts.com\/#website\",\"url\":\"https:\/\/www.equalexperts.com\/\",\"name\":\"Equal Experts\",\"description\":\"Making Software. Better.\",\"publisher\":{\"@id\":\"https:\/\/www.equalexperts.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.equalexperts.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.equalexperts.com\/#organization\",\"name\":\"Equal Experts\",\"url\":\"https:\/\/www.equalexperts.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg\",\"contentUrl\":\"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg\",\"width\":719,\"height\":340,\"caption\":\"Equal Experts\"},\"image\":{\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/EqualExperts\",\"https:\/\/www.linkedin.com\/company\/equal-experts\/?viewAsMember=true\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/person\/9fa9c5c3e8ddf342f8933a4443291a53\",\"name\":\"Lewis Crawford\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.equalexperts.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9f00fc66818f77bee19c32f6a30b90e51f1ce67c8d45a44c80c22cce2c40a156?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9f00fc66818f77bee19c32f6a30b90e51f1ce67c8d45a44c80c22cce2c40a156?s=96&d=mm&r=g\",\"caption\":\"Lewis Crawford\"},\"worksFor\":\"Equal Experts\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Agent oriented architecture: Building the semantic heart of enterprise | Equal Experts","description":"A technical look at Agent Oriented Architecture registry and how vector databases enable intelligent, intent-based agent connectivity.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/","og_locale":"en_GB","og_type":"article","og_title":"Agent oriented architecture: Building the semantic heart of your enterprise | Equal Experts","og_description":"A technical look at Agent-Oriented Architecture (AOA) registry and how vector databases enable intelligent, intent-based agent connectivity.","og_url":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/","og_site_name":"Equal Experts","article_published_time":"2025-09-25T13:41:24+00:00","article_modified_time":"2025-09-26T01:36:09+00:00","og_image":[{"width":1200,"height":514,"url":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2025\/09\/CS_Blog_Hero-11.png","type":"image\/png"}],"author":"Lewis Crawford","twitter_card":"summary_large_image","twitter_title":"Agent oriented architecture: Building the semantic heart of your enterprise (Part 2)","twitter_creator":"@EqualExperts","twitter_site":"@EqualExperts","twitter_misc":{"Written by":"Lewis Crawford","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#article","isPartOf":{"@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/"},"author":{"name":"Lewis Crawford","@id":"https:\/\/www.equalexperts.com\/#\/schema\/person\/9fa9c5c3e8ddf342f8933a4443291a53"},"headline":"Agent oriented architecture: Building the semantic heart of your enterprise (Part 2)","datePublished":"2025-09-25T13:41:24+00:00","dateModified":"2025-09-26T01:36:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/"},"wordCount":1007,"publisher":{"@id":"https:\/\/www.equalexperts.com\/#organization"},"image":{"@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2025\/09\/CS_Blog_Hero-11.png","articleSection":["Data &amp; AI","Our Thinking"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/","url":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/","name":"Agent oriented architecture: Building the semantic heart of enterprise | Equal Experts","isPartOf":{"@id":"https:\/\/www.equalexperts.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#primaryimage"},"image":{"@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2025\/09\/CS_Blog_Hero-11.png","datePublished":"2025-09-25T13:41:24+00:00","dateModified":"2025-09-26T01:36:09+00:00","description":"A technical look at Agent Oriented Architecture registry and how vector databases enable intelligent, intent-based agent connectivity.","breadcrumb":{"@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#primaryimage","url":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2025\/09\/CS_Blog_Hero-11.png","contentUrl":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2025\/09\/CS_Blog_Hero-11.png","width":1200,"height":514},{"@type":"BreadcrumbList","@id":"https:\/\/www.equalexperts.com\/blog\/our-thinking\/agent-oriented-architecture-building-the-semantic-heart-of-your-enterprise-part-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.equalexperts.com\/"},{"@type":"ListItem","position":2,"name":"Agent oriented architecture: Building the semantic heart of your enterprise (Part 2)"}]},{"@type":"WebSite","@id":"https:\/\/www.equalexperts.com\/#website","url":"https:\/\/www.equalexperts.com\/","name":"Equal Experts","description":"Making Software. Better.","publisher":{"@id":"https:\/\/www.equalexperts.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.equalexperts.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.equalexperts.com\/#organization","name":"Equal Experts","url":"https:\/\/www.equalexperts.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg","contentUrl":"https:\/\/www.equalexperts.com\/wp-content\/uploads\/2018\/08\/Equal_Experts_Logo_CMYK_Colour.jpg","width":719,"height":340,"caption":"Equal Experts"},"image":{"@id":"https:\/\/www.equalexperts.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/EqualExperts","https:\/\/www.linkedin.com\/company\/equal-experts\/?viewAsMember=true"]},{"@type":"Person","@id":"https:\/\/www.equalexperts.com\/#\/schema\/person\/9fa9c5c3e8ddf342f8933a4443291a53","name":"Lewis Crawford","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.equalexperts.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9f00fc66818f77bee19c32f6a30b90e51f1ce67c8d45a44c80c22cce2c40a156?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9f00fc66818f77bee19c32f6a30b90e51f1ce67c8d45a44c80c22cce2c40a156?s=96&d=mm&r=g","caption":"Lewis Crawford"},"worksFor":"Equal Experts"}]}},"_links":{"self":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/posts\/22117","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/users\/166"}],"replies":[{"embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/comments?post=22117"}],"version-history":[{"count":0,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/posts\/22117\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/media\/22118"}],"wp:attachment":[{"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/media?parent=22117"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/categories?post=22117"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/tags?post=22117"},{"taxonomy":"location","embeddable":true,"href":"https:\/\/www.equalexperts.com\/wp-json\/wp\/v2\/location?post=22117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}