diff --git a/README.md b/README.md index a427930..a48fd3b 100644 --- a/README.md +++ b/README.md @@ -7865,7 +7865,7 @@ workflow concluĂ­do Na raiz do projeto: ```bash -cd agent_framework_oci +cd agent_platform_oci python -m venv .venv ``` @@ -7997,7 +7997,7 @@ curl -X POST http://localhost:8000/debug/mcp/call/consultar_titulo_financeiro \ Install before the [npm](https://nodejs.org/) and: ```bash -cd agent_framework_oci +cd agent_platform_oci cd agent_frontend python -m http.server 5173 ``` diff --git a/README_en.md b/README_en.md index a92c4a1..b659653 100644 --- a/README_en.md +++ b/README_en.md @@ -7771,7 +7771,7 @@ workflow completed At the root of the project: ```bash -cd agent_framework_oci +cd agent_platform_oci python -m venv .venv ``` @@ -7901,7 +7901,7 @@ curl -X POST http://localhost:8000/debug/mcp/call/consultar_titulo_financeiro \ ### 18.4. Upload Frontend for testing ```bash -cd agent_framework_oci +cd agent_platform_oci cd agent_frontend python -m http.server 5173 ```