Skip to content

Commit 1519be0

Browse files
committed
Update Blog “llm-agentic-tool-mesh-harnessing-agent-services-and-multi-agent-ai-for-next-level-gen-ai”
1 parent e414a79 commit 1519be0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

content/blog/llm-agentic-tool-mesh-harnessing-agent-services-and-multi-agent-ai-for-next-level-gen-ai.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Managing such agents typically requires advanced coding and deep knowledge of ag
4646

4747
LLM Agentic Tool Mesh provides all the necessary tools to build a powerful agentic system by handling:
4848

49-
1. Tool repository
50-
2. Reasoning engine
51-
3. Multi-agent task force
49+
1. **Tool repository**
50+
2. **Reasoning engine**
51+
3. **Multi-agent task force**
5252

5353
### Tool repository
5454

@@ -93,7 +93,7 @@ if add_result.status == "success":
9393
print("Tool added successfully.")
9494
else:
9595
print(f"ERROR:\n{add_result.error_message}")
96-
Retrieving tools based on metadata:
96+
9797
# Retrieve tools with a metadata filter
9898
metadata_filter = {'category': 'NLP'}
9999
get_result = tool_repository.get_tools(metadata_filter)
@@ -228,14 +228,14 @@ The OpenAPI Manager is a multi-agent tool that reads OpenAPI documentation and p
228228
229229
Capabilities:
230230
231-
* ListOpenApis: Lists all OpenAPI specifications present in the system.
232-
* SelectOpenApi: Selects a specific OpenAPI specification.
233-
* GetOpenApiVersion: Returns the OpenAPI version of the selected specification.
234-
* GetInfo: Returns the information dictionary of the selected specification.
235-
* GetMethodsByTag: Lists all methods of the selected specification for a specific tag.
236-
* GetMethodById: Returns detailed information about a method selected by ID.
237-
* GetRequestBody: Returns the request body schema of the selected specification.
238-
* GetResponse: Returns the response schema of the selected specification.
231+
* **ListOpenApis**: Lists all OpenAPI specifications present in the system.
232+
* **SelectOpenApi**: Selects a specific OpenAPI specification.
233+
* **GetOpenApiVersion**: Returns the OpenAPI version of the selected specification.
234+
* **GetInfo**: Returns the information dictionary of the selected specification.
235+
* **GetMethodsByTag**: Lists all methods of the selected specification for a specific tag.
236+
* **GetMethodById**: Returns detailed information about a method selected by ID.
237+
* **GetRequestBody**: Returns the request body schema of the selected specification.
238+
* **GetResponse**: Returns the response schema of the selected specification.
239239
240240
![](/img/mesh.png)
241241

0 commit comments

Comments
 (0)