Skip to content

Commit 56518eb

Browse files
committed
Small link fix
1 parent e4d33ac commit 56518eb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/codeboarding/analysis.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This documentation was generated by [CodeBoarding](https://github.com/CodeBoardi
3838

3939
The `mcp-agent` project provides a robust framework for developing AI agents. At its core, the **Core Application & Setup** component initializes the entire system and manages configurations. The **Agent Execution & Workflow Engine** then takes over, orchestrating the execution of various **Agent Workflow Patterns** (like orchestration, routing, or parallel processing) which define the agent's high-level behaviors. These workflows, in turn, leverage the **Agent Core & LLM Integration** component to interact with Large Language Models and perform agent-specific actions. The **MCP Service Integration** component is crucial for discovering and connecting to external Model Context Protocol (MCP) servers, providing the necessary tools and resources to the agents. Finally, the **Human Interaction Layer** enables human-in-the-loop capabilities, allowing agents to request and receive input from users, which is then processed by the Execution Engine.
4040

41-
### Core Application & Setup [[Expand]](./core-application-setup)
41+
### Core Application & Setup [[Expand]](./Core_Application_Setup)
4242
Initializes the entire agent framework, establishes the global application context, and manages the loading, parsing, and provision of application settings and sensitive information. It acts as the central orchestrator for the agent's environment and ensures all components operate with correct parameters.
4343

4444

@@ -48,7 +48,7 @@ Initializes the entire agent framework, establishes the global application conte
4848
- <a href="https://github.com/lastmile-ai/mcp-agent/blob/main/src/mcp_agent/config.py#L1-L1" target="_blank" rel="noopener noreferrer">`mcp_agent/config.py` (1:1)</a>
4949

5050

51-
### Agent Execution & Workflow Engine [[Expand]](./agent-execution-workflow-engine)
51+
### Agent Execution & Workflow Engine [[Expand]](./Agent_Execution_Workflow_Engine)
5252
Manages the lifecycle and execution of tasks, activities, and complex workflows. It provides mechanisms for registering executable units and handling their state, supporting both immediate asynchronous execution and durable, long-running workflows.
5353

5454

@@ -61,7 +61,7 @@ Manages the lifecycle and execution of tasks, activities, and complex workflows.
6161
- <a href="https://github.com/lastmile-ai/mcp-agent/blob/main/src/mcp_agent/executor/workflow.py#L1-L1" target="_blank" rel="noopener noreferrer">`mcp_agent/executor/workflow.py` (1:1)</a>
6262

6363

64-
### Agent Core & LLM Integration [[Expand]](./agent-core-llm-integration)
64+
### Agent Core & LLM Integration [[Expand]](./Agent_Core_LLM_Integration)
6565
Defines the fundamental interface and capabilities of an AI agent. It encapsulates interactions with Large Language Models (LLMs), external tools, prompts, and resources, providing a consistent and extensible model for agent behavior. It also offers a standardized and augmented interface for interacting with various LLM providers.
6666

6767

@@ -72,7 +72,7 @@ Defines the fundamental interface and capabilities of an AI agent. It encapsulat
7272
- <a href="https://github.com/lastmile-ai/mcp-agent/blob/main/src/mcp_agent/workflows/llm/llm_selector.py#L1-L1" target="_blank" rel="noopener noreferrer">`mcp_agent/workflows/llm/llm_selector.py` (1:1)</a>
7373

7474

75-
### MCP Service Integration [[Expand]](./mcp-service-integration)
75+
### MCP Service Integration [[Expand]](./MCP_Service_Integration)
7676
Serves as a central point for discovering, collecting, and managing capabilities (tools, prompts, resources) exposed by various Model Context Protocol (MCP) servers. It also manages the underlying network connections and communication sessions with these external services.
7777

7878

@@ -83,7 +83,7 @@ Serves as a central point for discovering, collecting, and managing capabilities
8383
- <a href="https://github.com/lastmile-ai/mcp-agent/blob/main/src/mcp_agent/mcp/mcp_server_registry.py#L1-L1" target="_blank" rel="noopener noreferrer">`mcp_agent/mcp/mcp_server_registry.py` (1:1)</a>
8484

8585

86-
### Agent Workflow Patterns [[Expand]](./agent-workflow-patterns)
86+
### Agent Workflow Patterns [[Expand]](./Agent_Workflow_Patterns)
8787
Implements various complex, multi-step agent behaviors and patterns. This includes orchestrating sequences of actions, routing requests, classifying user intents, parallelizing LLM calls, and facilitating collaborative problem-solving among multiple agents.
8888

8989

@@ -96,7 +96,7 @@ Implements various complex, multi-step agent behaviors and patterns. This includ
9696
- <a href="https://github.com/lastmile-ai/mcp-agent/blob/main/src/mcp_agent/workflows/swarm/swarm.py#L1-L1" target="_blank" rel="noopener noreferrer">`mcp_agent/workflows/swarm/swarm.py` (1:1)</a>
9797

9898

99-
### Human Interaction Layer [[Expand]](./human-interaction-layer)
99+
### Human Interaction Layer [[Expand]](./Human_Interaction_Layer)
100100
Handles all interactions requiring human input or feedback. It provides mechanisms for agents to request information from users and process their responses, enabling human-in-the-loop workflows.
101101

102102

0 commit comments

Comments
 (0)