Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where can I find the local file of the robots? #4036

Open
3 tasks done
csningli opened this issue May 1, 2024 · 1 comment
Open
3 tasks done

Where can I find the local file of the robots? #4036

csningli opened this issue May 1, 2024 · 1 comment
Labels
🙋‍♂️ question Further information is requested

Comments

@csningli
Copy link

csningli commented May 1, 2024

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit report (我已阅读并同意 Language Policy).
  • Pleas do not modify this template :) and fill in all the required fields.

Provide a description of requested docs changes

I want to locate the file where the robots/agents/workflows saved, and can't find any information about this in the document and discussions. is it accessible as independent files or integrated into system files?

Copy link

dosubot bot commented May 1, 2024

In the Dify system, the information about robots, agents, or workflows is integrated into the system's data structures and managed through the workflow and node execution processes. These are not stored as independent files on the filesystem but are part of the workflow's data model, accessible through the system's API and specific functions for handling file-related operations.

For managing and accessing these elements, you can refer to scripts like agent_service.py and workflow_cycle_manage.py. These scripts detail how files are handled within workflows and nodes, including fetching and processing file variables (FileVar) as part of the execution outputs.

To work with these files or to understand how they are integrated into workflows and agents, examining the mentioned scripts will provide insights into the system's approach to file management within the workflow and node executions.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

@dosubot dosubot bot added the 🙋‍♂️ question Further information is requested label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋‍♂️ question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant