initial client + server for agentic system

This commit is contained in:
Ashwin Bharambe 2024-07-09 22:17:36 -07:00
parent 13e1667e7a
commit beb2870750
8 changed files with 166 additions and 3 deletions

14
source/create_code.sh Normal file
View file

@ -0,0 +1,14 @@
#!/bin/bash
set -euo pipefail
set -x
export JAVA_HOME=/usr/local/java-runtime/impl/11
$JAVA_HOME/bin/java -jar codegen/openapi-generator-cli.jar \
generate \
-i openapi.yaml \
-g python-flask \
-o /tmp/foo \
--log-to-stderr \
--global-property debugModels,debugOperations,debugOpenAPI,debugSupportingFiles