Skip to content

Commit a2e7925

Browse files
committed
update pages for llms
1 parent 7884d73 commit a2e7925

File tree

7 files changed

+8
-13
lines changed

7 files changed

+8
-13
lines changed

docs/.doctrees/LLMs.doctree

-142 Bytes
Binary file not shown.

docs/.doctrees/environment.pickle

155 Bytes
Binary file not shown.

docs/LLMs.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,7 @@ <h2>1. <code class="docutils literal notranslate"><span class="pre">psyflow-mcp<
268268
<p><code class="docutils literal notranslate"><span class="pre">psyflow-mcp</span></code> is a lightweight server that simplifies the use of LLMs for managing PsyFlow tasks. It exposes a set of tools that can be easily integrated with LLM agents like the Gemini CLI or Cursor.</p>
269269
<p><strong>How It Works</strong></p>
270270
<p>The <code class="docutils literal notranslate"><span class="pre">psyflow-mcp</span></code> server acts as a bridge between the user’s natural language prompts and the underlying PsyFlow task management functions. The workflow is as follows:</p>
271-
<p>.. image:: _static/LLM_flowchart.png
272-
:alt: Illustration of the MCP Workflow
273-
:align: center
274-
:width: 85%</p>
271+
<p><img alt="Illustration of the MCP Workflow" src="_images/LLM_flowchart.png" /></p>
275272
<ol class="arabic simple">
276273
<li><p><strong>User Prompt</strong>: The user provides a prompt describing the desired action (e.g., “Create an SST task with sound-based stop signals” or “Give me a French version of the SST task”).</p></li>
277274
<li><p><strong>LLM</strong>: The LLM interprets the prompt and selects the appropriate tool from <code class="docutils literal notranslate"><span class="pre">psyflow-mcp</span></code>.</p></li>

docs/_images/LLM_flowchart.png

67.8 KB
Loading

docs/_sources/LLMs.md.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ Our library offers two ways to interact with Large Language Models (LLMs):
1717

1818
The `psyflow-mcp` server acts as a bridge between the user's natural language prompts and the underlying PsyFlow task management functions. The workflow is as follows:
1919

20-
.. image:: _static/LLM_flowchart.png
21-
:alt: Illustration of the MCP Workflow
22-
:align: center
23-
:width: 85%
20+
21+
![Illustration of the MCP Workflow](./_static/LLM_flowchart.png)
22+
2423

2524
1. **User Prompt**: The user provides a prompt describing the desired action (e.g., "Create an SST task with sound-based stop signals" or "Give me a French version of the SST task").
2625
2. **LLM**: The LLM interprets the prompt and selects the appropriate tool from `psyflow-mcp`.

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/LLMs.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ Our library offers two ways to interact with Large Language Models (LLMs):
1717

1818
The `psyflow-mcp` server acts as a bridge between the user's natural language prompts and the underlying PsyFlow task management functions. The workflow is as follows:
1919

20-
.. image:: _static/LLM_flowchart.png
21-
:alt: Illustration of the MCP Workflow
22-
:align: center
23-
:width: 85%
20+
21+
![Illustration of the MCP Workflow](./_static/LLM_flowchart.png)
22+
2423

2524
1. **User Prompt**: The user provides a prompt describing the desired action (e.g., "Create an SST task with sound-based stop signals" or "Give me a French version of the SST task").
2625
2. **LLM**: The LLM interprets the prompt and selects the appropriate tool from `psyflow-mcp`.

0 commit comments

Comments
 (0)