Skip to content

Feat add neo4j agent #3889

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

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

Conversation

swayamyadav05
Copy link

Summary

This pull request introduces Neo4j integration to the Agno framework, enabling agents to interact with graph databases. Key changes include:

  • Added libs/agno/agno/tools/neo4j.py: Implements the Neo4jTools class for Neo4j database operations.
  • Added cookbook/tools/neo4j_tools.py: An example script demonstrating how to use Neo4jTools with an Agno agent for natural language-based database operations.
  • Added unit tests in libs/agno/tests/unit/tools/test_neo4j.py to ensure the toolkit’s reliability.

Type of change

  • Bug fix

  • New feature

  • Breaking change

  • Improvement

  • Model update

  • Other:


Checklist

  • Code complies with style guidelines

  • Ran format/validation scripts (./scripts/format.sh and ./scripts/validate.sh)

  • Self-review completed

  • Documentation updated (comments, docstrings)

  • Examples and guides: Relevant cookbook examples have been included or updated (if applicable)

  • Tested in clean environment

  • Tests added/updated (if applicable)


Additional Notes

This contribution was inspired by Mustafa Esoofally’s comment on LinkedIn. Please review and let me know if any adjustments are needed.

@swayamyadav05 swayamyadav05 requested a review from a team as a code owner July 17, 2025 23:05
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