We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beceeeb commit ebb3385Copy full SHA for ebb3385
cmd/agentaflow/main_with_tracing.go.bak
@@ -13,7 +13,9 @@ import (
13
14
"github.com/Finoptimize/agentaflow-sro-community/pkg/gpu"
15
"github.com/Finoptimize/agentaflow-sro-community/pkg/observability"
16
-)func main() {
+)
17
+
18
+func main() {
19
fmt.Println("🚀 AgentaFlow SRO Community Edition with OpenTelemetry Tracing")
20
21
// Initialize tracing
0 commit comments