Merged
Conversation
- Updated AGENTS.md to reflect the new project name. - Introduced multiple new example scripts demonstrating the usage of various tools (CalculatorTool, ExaSearchTool, FetchTool, GitTool, GitHubTool, GmailTool, LinkedInScraperTool, PostgreSQLTool, ScrapeGraphAI, ShellTool, SlackTool, TimezoneTool, WeatherTool, WebSearchTool) for end-to-end Agentor functionality. - Each example includes environment setup instructions and showcases specific tool capabilities.
- Renamed the ScrapeGraphAI dependency from `scrape_graph_ai` to `scrapegraph` in pyproject.toml and related documentation. - Updated example scripts and error messages to reflect the new dependency name. - Ensured consistency across all references to the ScrapeGraphAI 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.
Greptile Overview
Greptile Summary
This PR adds a new
examples/tools/set of end-to-end scripts demonstrating how to instantiate individual tools, attach them to anAgentorinstance, run a prompt, and printresult.final_output. It also tweaksAGENTS.mdto remove the Copilot-specific title.These examples sit alongside the existing
examples/content and are intended as runnable reference snippets for tool integrations (web fetching/search, Git/GitHub, Gmail/Slack, PostgreSQL, ScrapeGraphAI, etc.), with brief environment-variable and extras-install guidance inexamples/tools/README.md.Confidence Score: 4/5
user_promptargument for thesmartscrapercapability, which makes that end-to-end example fail at runtime.Important Files Changed
Sequence Diagram