.cursorrules
.gitignore
LICENSE
README.md
config.example.json
pyproject.toml
pytest.ini
requirements.txt
setup.py
data/.gitkeep
docs/ENV_SETUP.md
docs/SETUP.md
docs/changelog.md
docs/configuration.md
docs/debugging.md
docs/index.md
docs/installation.md
docs/mint.json
docs/plugins.md
docs/project-structure.md
docs/quickstart.md
docs/testing.md
docs/workflows.md
docs/examples/examples.md
docs/plugins/jina.md
docs/plugins/serper.md
docs/templates/templates.md
docs/uses-cases/use-cases.md
examples/advanced.py
examples/bofu_ideas.py
pynions/__init__.py
pynions/core.py
pynions.egg-info/PKG-INFO
pynions.egg-info/SOURCES.txt
pynions.egg-info/dependency_links.txt
pynions.egg-info/requires.txt
pynions.egg-info/top_level.txt
pynions/plugins/__init__.py
pynions/plugins/base.py
pynions/plugins/jina.py
pynions/plugins/serper.py
pynions/plugins/stats.py
pynions/utils/__init__.py
pynions/utils/helpers.py
tests/__init__.py
tests/conftest.py
tests/test_core.py
tests/test_plugins/test_serper_plugin.py
workflows/example_workflow.py