👋 Hi, I'm Harikrishnan
- 🔧 agentops:
Fixed compatibility issue with Numba by exposing
print_logger
at the module level inagentops.logging.instrument_logging
, ensuring it can be resolved viagetattr()
without affecting existing logging behavior.
- 📚 crewAI-tools
Contributed [
arxiv_paper_tool
](https://github.com/crewAIInc/crewAI-tools/tree/main/crewai_tools/tools/arxiv_paper_tool: Developed a tool that enables CrewAI agents to search, retrieve, and summarize scientific papers from arXiv using the arXiv API. Supports specifying topics, keywords, or authors, and returns concise summaries with links for deeper reading—ideal for research-oriented autonomous agents.
- 🔧 crewAI-tools
ContributedFileCompressorTool
:
Developed a utility tool for compressing files and directories into formats like.zip
,.tar
,.tar.gz
,.tar.bz2
, and.tar.xz
using Python, designed to integrate smoothly with CrewAI agents.
- Building a Simple Question-Answering Pipeline with DSPy
- Parsing PDFs and Ingesting Data into Neo4j Using Python and Cypher
- Health Profile Analysis, Revealing Disorder Patterns, Medication Guidance and Risk Classification
- Master QR Code Creation and Customization with Python
- Building a Pneumonia Detection Model with Transfer Learning
- Enhancing Movie Recommendations with TF-IDF Vectorization and K-Means Clustering