added draft of swarms fastapi with opentelemetry - further terraform config to push in swarms-terraform

pull/703/head
patrickbdevaney 4 months ago committed by mike dupont
parent 08392a7803
commit f6afc40817

@ -31,6 +31,9 @@ from swarms.structs.agent import Agent
# Original API, drafting OpenTelemetry Integrations in this directory
# Original API, drafting OpenTelemetry Integrations in this directory
# Load environment variables
load_dotenv()
@ -984,3 +987,4 @@ def run_server():
if __name__ == "__main__":
run_server()

Loading…
Cancel
Save