Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up
Athira Anilkumar's picture
2

Athira Anilkumar

athiraanil831
·

AI & ML interests

None yet

Recent Activity

new activity 18 days ago
agents-course/First_agent_template:def search_duckduckgo(query:str)-> str: #it's import to specify the return type """#A tool that fetches the air quality in a specified ( region) postal code Args: query: A string asking the question """ try: results = ddg(query, max_results = 1) answer = results[0]["body"] if results else "No result found." return f"Top search result or '{query}': {answer}" except Exception as e: return f"Failed to search DuckDuckGo for '{query}': {str(e)}"
new activity 18 days ago
agents-course/First_agent_template:Update app.py
View all activity

Organizations

None yet

athiraanil831 's Spaces 1

Sleeping

First Agent Template

⚡

Get current local time in any timezone

May 6
Company
TOS Privacy About Jobs
Website
Models Datasets Spaces Pricing Docs