🎯
Kaushal Padaliya
@kaushal1717
Joined on 02 January 2023
GitHub Stats
12
Followers
23
Repositories
0
Organizations
1
Gists
76
Pull Requests
18
Issues
77
Commits
0
Sponsors
9
Contributed To
0
Star Earned
Most Used Languages
49.79%
TypeScript
41.11%
JavaScript
5.15%
SCSS
1.85%
CSS
1.83%
C++
0.27%
HTML
Popular Projects
Top Contributions
Top contributions made by the user in the last year.
Charts
Follow Up
Activity Graph
Contributions Calendar
Contributions made by the user in the last 365 days.
Recent Activity
10/4/2025, 12:23:30 AM
Pushed 15 commit(s) to ratishjain12/Agentic-Sales-System on branch main
- Add Foursquare API configuration, new agents, and update dependencies
- Remove deprecated Foursquare demo files, examples, and tests; refactor search tools and agent implementation for improved functionality and clarity.
- done with changes of map based searching
- Merge branch 'main' of https://github.com/ratishjain12/Agentic-Sales-System into feat/maps-agent-integration
- Update Python version to 3.11.7, add environment configuration for API keys, and introduce main application file for the Agentic Sales Agent. The new main.py includes interactive lead generation features using Foursquare and Cerebras APIs, along with a comprehensive README and pyproject.toml for project setup and dependencies.
- Refactor lead finding implementation by removing the LeadFinderCrew class and replacing it with direct function calls to search and analyze leads. Update README to reflect changes in the lead finding architecture and adjust environment configuration for API keys. This enhances clarity and simplifies the lead generation process.
- Refactor lead finding functionality by introducing a new map_search_service client and related tools. Update imports in demo_lead_finder.py and main.py to utilize the new service. Enhance README to document the new structure and functionalities. This change streamlines the lead search process and improves code organization.
- Refactor coordinate retrieval in map_search.py to utilize Nominatim API for dynamic geocoding. Remove static coordinates mapping and enhance error handling for location lookups. This change improves flexibility and accuracy in obtaining geographic coordinates.
- Refactor coordinate retrieval in map_search.py to utilize Nominatim API for dynamic geocoding. Remove static coordinates mapping and enhance error handling for location lookups. This change improves flexibility and accuracy in obtaining geographic coordinates.
- Remove demo_lead_finder.py and env.txt files, updating main.py and README.md to reflect changes in environment variable configuration from 'env.txt' to '.env'. This streamlines the project structure and enhances clarity in API key management.
- Remove demo_lead_finder.py and env.txt files, updating main.py and README.md to reflect changes in environment variable configuration from 'env.txt' to '.env'. This streamlines the project structure and enhances clarity in API key management.
- Refactor lead finding tasks by introducing map-based search and analysis functionalities. Update imports in map_search_service.py to utilize new task functions from map_lead_finder_tasks.py. Enhance task organization by creating a dedicated tasks module for map-related operations, improving code clarity and maintainability.
- Refactor lead finding tasks by introducing map-based search and analysis functionalities. Update imports in map_search_service.py to utilize new task functions from map_lead_finder_tasks.py. Enhance task organization by creating a dedicated tasks module for map-related operations, improving code clarity and maintainability.
- Refactor lead finding tasks by introducing map-based search and analysis functionalities. Update imports in map_search_service.py to utilize new task functions from map_lead_finder_tasks.py. Enhance task organization by creating a dedicated tasks module for map-related operations, improving code clarity and maintainability.
- Merge pull request #3 from ratishjain12/feat/maps-agent-integration Feat/maps agent integration
10/4/2025, 12:23:29 AM
closed pull request Feat/maps agent integration on ratishjain12/Agentic-Sales-System
10/4/2025, 12:23:11 AM
Pushed 4 commit(s) to ratishjain12/Agentic-Sales-System on branch main
- feat: Proposal generator agent in SDR
- add: research agent too
- Merge remote-tracking branch 'origin/main' into feat/sdr-agents
- Merge pull request #2 from ratishjain12/feat/sdr-agents feat: Proposal generator agent in SDR
10/4/2025, 12:23:10 AM
closed pull request feat: Proposal generator agent in SDR on ratishjain12/Agentic-Sales-System
10/4/2025, 12:22:55 AM
Pushed 3 commit(s) to ratishjain12/Agentic-Sales-System on branch sdr-agents
- cluster search implemented
- Merge pull request #1 from ratishjain12/cluster-search-agent feat: cluster search implemented
- Merge remote-tracking branch 'origin/main' into feat/sdr-agents
10/3/2025, 11:38:20 PM
10/3/2025, 10:36:32 PM
opened pull request feat: Proposal generator agent in SDR on ratishjain12/Agentic-Sales-System
10/3/2025, 10:36:07 PM
Created New branch on ratishjain12/Agentic-Sales-System branchfeat/sdr-agents
10/2/2025, 9:54:42 PM
Pushed 1 commit(s) to ratishjain12/Agentic-Sales-System on branch main
- add: client init globally so that everyone can use that