Draft
Conversation
…/wiz flows, but also for searchable models) use_shortcuts is a bummer with search, so bye make the filters behave use a real list of the providers we dont need preferred models honestly, it all lives in the lite llm package anyway cleanup linting/comment changes, move all models list to the other option cleanup cli/wizard implementation and move a util to utils get tests passing and do a little more pr noise cleanup formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise format manually something is weird. missing double-quote get tests passing and do a little more pr noise cleanup formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise formatting noise format manually something is weird.
ee1d946 to
d1cb209
Compare
adubatl
commented
Feb 22, 2025
| assert not is_snake_case("hello-world") | ||
| assert not is_snake_case("hello world") | ||
|
|
||
| def test_validator_not_empty(self): |
Owner
Author
There was a problem hiding this comment.
Moved to test_cli_validation because of the new validation handling from questionary
adubatl
commented
Feb 22, 2025
| license = { text = "MIT" } | ||
| readme = "README.md" | ||
| requires-python = ">=3.10" | ||
| requires-python = "<3.13,>=3.10" |
Owner
Author
There was a problem hiding this comment.
appeases questionary, and prevents first-time setup error if you are on a super new python.
adubatl
commented
Feb 22, 2025
| ] | ||
|
|
||
|
|
||
| def get_validated_input( |
Owner
Author
There was a problem hiding this comment.
questionary validation fires on input and shows the message clearly without needing to interrupt the execution. I moved all the validation into this single command.
adubatl
commented
Feb 22, 2025
Owner
Author
There was a problem hiding this comment.
this is from swapping inquirer for questionary.
…-name Update AgentQL's tool name
Update Agentql page
Add stealth mode in AgentQL tool
…agentql Set X-TF-Request-Origin header in AgentQL tool
Update AgentQL page
Add AgentMail tool
…rowser-tools Add hyperbrowser tools
…ch-tool Add Dappier Search Tool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📥 Pull Request
📘 Description
Briefly describe the changes you've made.
🧪 Testing
Describe the tests you performed to validate your changes.