You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,11 +99,7 @@ Below is a comprehensive table of all available tools, how to use them with an a
99
99
| Tool | Agent Usage | Use Case |
100
100
|------|-------------|----------|
101
101
| a2a_client |`provider = A2AClientToolProvider(known_agent_urls=["http://localhost:9000"]); agent = Agent(tools=provider.tools)`| Discover and communicate with A2A-compliant agents, send messages between agents |
102
-
| apify_run_actor |`agent.tool.apify_run_actor(actor_id="apify/website-content-crawler", run_input={"startUrls": [{"url": "https://example.com"}]})`| Run any Apify Actor by ID with arbitrary input |
103
-
| apify_get_dataset_items |`agent.tool.apify_get_dataset_items(dataset_id="abc123", limit=50)`| Fetch items from an Apify dataset |
104
-
| apify_run_actor_and_get_dataset |`agent.tool.apify_run_actor_and_get_dataset(actor_id="apify/website-content-crawler", run_input={"startUrls": [{"url": "https://example.com"}]})`| Run an Actor and fetch its dataset results in one step |
105
-
| apify_run_task |`agent.tool.apify_run_task(task_id="user/my-task")`| Run a saved Apify task by ID with optional input overrides |
106
-
| apify_run_task_and_get_dataset |`agent.tool.apify_run_task_and_get_dataset(task_id="user/my-task", dataset_items_limit=50)`| Run a task and fetch its dataset results in one step |
102
+
| apify_run_actor |`agent.tool.apify_run_actor(actor_id="apify/website-content-crawler", run_input={"startUrls": [{"url": "https://example.com"}]})`| Run any Apify Actor with arbitrary input |
107
103
| apify_scrape_url |`agent.tool.apify_scrape_url(url="https://example.com")`| Scrape a URL and return its content as markdown |
108
104
| apify_google_search_scraper |`agent.tool.apify_google_search_scraper(search_query="best AI frameworks")`| Search Google and return structured results |
109
105
| apify_google_places_scraper |`agent.tool.apify_google_places_scraper(search_query="restaurants in Prague")`| Search Google Maps for businesses and places |
0 commit comments