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

Add file upload/extension support in .yaml #56

Open
developer-gliu opened this issue Dec 13, 2024 · 1 comment
Open

Add file upload/extension support in .yaml #56

developer-gliu opened this issue Dec 13, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@developer-gliu
Copy link
Collaborator

Currently in the UI, I need to pass in files into the agents (.pkl and .txt) into the query in order to have the necessary context; so something like this.
Screenshot 2024-12-13 at 11 52 39 AM

We need to add functionality to be able to do this through the .yaml file so that we can directly go through the terminal and call all the agents sequentially without the need for the UI.

Not sure if this should be in POC0/1.

@developer-gliu developer-gliu added enhancement New feature or request help wanted Extra attention is needed labels Dec 13, 2024
@developer-gliu developer-gliu added this to the POC0 milestone Dec 13, 2024
@psschwei
Copy link
Collaborator

For now, to handle passing files between agents we should create a working directory for each run (say, /tmp/weather-job/run_234r2342) and assume all agents can read/write in that directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants