Closed diftimieMSFT closed 1 week ago
Hi, we're sending this friendly reminder because we haven't heard back from you in 30 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 7 days of this comment, the issue will be automatically closed. Thank you!
Describe the bug I have a flow that depends on code that lives in additional includes, but it looks like that code can't be found when running
pf flow serve
. I do not, however, run into this issue when runningpf flow test
or when running the flock in a built docker container.How To Reproduce the bug Steps to reproduce the behavior, how frequent can you experience the bug (with my example):
shared components
, not in the flow directory. in my example, I have a tool defined that lives in a file calledshared_components/agent_caller.py
.shared_components
directory to the additional includes of the flow.agent_caller.py
to the flow.dag.yaml nodes (i.e. reference the code file)pf flow serve --source ./orchestrator_agent/ --host localhost --port 8080
Expected behavior Flow should successfully start up
Screenshots
You can see that the captured snapshot does in fact include the code asset PF says it cannot find...
Running Information(please complete the following information):
pf -v
: { "promptflow": "1.16.0", "promptflow-core": "1.16.0", "promptflow-devkit": "1.16.0", "promptflow-tracing": "1.16.0" }python --version
: python==3.11.10Additional context Add any other context about the problem here.