From eced6e690f78d9e0155bcf2bf818498adf221cac Mon Sep 17 00:00:00 2001 From: Cristiano Hoshikawa Date: Sat, 20 Jun 2026 14:04:08 -0300 Subject: [PATCH] first commit --- README.md | 4 ++-- README_en.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ```