first commit

This commit is contained in:
2026-06-20 14:04:08 -03:00
parent cfdb96d473
commit eced6e690f
2 changed files with 4 additions and 4 deletions

View File

@@ -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
```

View File

@@ -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
```