Hi All, I am testing ControlFlow and wondering if ...
# marvin-ai
c
Hi All, I am testing ControlFlow and wondering if there is a way I can see the output of a running task. I’m new to both Prefect and Controlflow. I saw in a GitHub issue comment that I can make control flow more verbose with
settings.tools_verbose=True
, but that only adds the tool args. For example, the task below is hanging. If I look in Prefect, I only see “waiting for logs...“. How can I see the command output to identify why it’s hanging?
Copy code
╭─ Agent: Engineer ────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                  │
│  ⠹ Tool call: "shell"                                                                            │
│                                                                                                  │
│    Tool args: {'command': 'python3 analysis/download_game_history.py'}                 		   │
│                                                                                                  │
╰──────────────────────────────────────────────────────────────────────────────────── 11:31:04 AM ─╯
a
Welcome @clarknova9! We might just need to make the logging richer in general here. While I’m in there — anything else on your debugging wishlist info wise?
c
Hi @Alexander Azzam! The immediate need is to get visibility into the task outputs. I will probably be interested to see the prompts sent to the llm and the response, I’ll have more insight once I can get further along.
💯 1
And since you’re here, +1 on fixing this issue https://github.com/PrefectHQ/ControlFlow/issues/189. It can get expensive to experiment with control flow using OpenAI. My wallet will thank you if I could use Groq while I’m testing. 🙂
a
Feel free to DM me, and I’ll see if I can get some OpenAI credits your way for testing
😲 1
But, yeah - I think that the full prompt lifecycle is a little opaque right now. I have a branch I started to tackle this, I’ll see how close that is to getting out in the world
c
wow, thank you! will DM you now.