MCPcopy Create free account
hub / github.com/agenticsorg/edge-agents / python-example.py

File python-example.py

scripts/sparc2/python-example.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def fibonacci(n):
2 """Calculate the nth Fibonacci number."""
3 if n <= 1:
4 return n

Callers

nothing calls this directly

Calls 1

fibonacciFunction · 0.85

Tested by

no test coverage detected