MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / task1

Function task1

examples/agno/agno_async_operations.py:49–52  ·  view source on GitHub ↗

Query AI about Python programming language.

()

Source from the content-addressed store, hash-verified

47 agent = Agent(model=OpenAIChat(id="gpt-4o-mini"))
48
49 async def task1():
50 """Query AI about Python programming language."""
51 response = await agent.arun("Explain Python programming language in one paragraph")
52 return f"Python: {response.content}"
53
54 async def task2():
55 """Query AI about JavaScript programming language."""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…