mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 22:04:21 +00:00
first commit
This commit is contained in:
@@ -7787,8 +7787,8 @@ Inside `agent_template_backend`:
|
||||
|
||||
```bash
|
||||
source .venv/bin/activate
|
||||
cd agent_template_backend
|
||||
pip install -e ../agent_framework
|
||||
cd templates/agent_template_backend
|
||||
pip install -e ../../libs/agent_framework
|
||||
pip install -r requirements.txt
|
||||
python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
|
||||
```
|
||||
@@ -7855,7 +7855,7 @@ If the MCP Servers are separate Python processes, upload each one on a different
|
||||
Example:
|
||||
|
||||
```bash
|
||||
cd ../mcp_servers/financeiro_mcp_server
|
||||
cd mcp/servers/financeiro_mcp_server
|
||||
source .venv/bin/activate
|
||||
python -m uvicorn main:app --host 0.0.0.0 --port 8300 --reload
|
||||
```
|
||||
@@ -7902,7 +7902,7 @@ curl -X POST http://localhost:8000/debug/mcp/call/consultar_titulo_financeiro \
|
||||
|
||||
```bash
|
||||
cd agent_platform_oci
|
||||
cd agent_frontend
|
||||
cd apps/agent_frontend
|
||||
python -m http.server 5173
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user