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 docs list agent #882

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add docs list agent #882

wants to merge 2 commits into from

Conversation

ahuang11
Copy link
Contributor

Shows users a list of documents they uploaded.

I think provides should accept sources|document_sources. Right now, I work around that by doing:

if p not in self._memory]
            if unprovided and not any(unprovided):
                step.failed_title = f"{agent_name} did not provide {', '.join(unprovided)}. Aborting the plan."

Since there's an RC out, maybe merge this after release.

image

@ahuang11 ahuang11 requested a review from philippjfr December 18, 2024 19:47
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

Attention: Patch coverage is 0% with 27 lines in your changes missing coverage. Please review.

Project coverage is 51.57%. Comparing base (3b580de) to head (3151109).

Files with missing lines Patch % Lines
lumen/ai/agents.py 0.00% 25 Missing ⚠️
lumen/ai/controls.py 0.00% 1 Missing ⚠️
lumen/ai/coordinator.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #882      +/-   ##
==========================================
- Coverage   51.66%   51.57%   -0.10%     
==========================================
  Files         108      108              
  Lines       13697    13721      +24     
==========================================
  Hits         7076     7076              
- Misses       6621     6645      +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant