
Closed
Posted
Paid on delivery
I have an in-house AI agent that triggers k6 load test based on github push or github webhook events , but it still misses two critical situations: Identifying code updates and new feature additions and update the scripts or create new scripts , I need that gap closed. Your task is to upgrade the agent so it watches a codebase , create k6 , loadrunner and selenium scripts for new features or update exiting scripts .let me implementation be Python only Once a change is spotted the agent must automatically adjust our existing automation and performance test scripts, regenerating or patching them so CI runs green without manual edits. The current pipeline is circleci -based with k6 and loadrunner for performance checks; hooks are already in place, they just need smarter input from the agent. Deliverables 1. Refactored agent source with clear comments. 2. Detection logic covering the two scenarios above, demonstrated with sample PRs. 3. Script-modification routines that update our test and load-test suites. 4. A concise README explaining setup plus a one-command demo. Acceptance will be based on a pull request against a staging branch, where your agent must detect a simulated library upgrade and a small feature file, then update the tests and performance scripts so all pipelines pass.
Project ID: 40332921
59 proposals
Remote project
Active 17 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
59 freelancers are bidding on average €471 EUR for this job

⭐⭐⭐⭐⭐ Upgrade AI Agent for Automated Script Creation and Updates ❇️ Hi My Friend, I hope you're doing well. I've reviewed your project requirements and see you're looking for an upgrade to your AI agent. You don't need to look any further; Zohaib is here to help you! My team has successfully completed over 50 similar projects for automation and performance testing. I will enhance your agent to watch the codebase, creating and updating k6, LoadRunner, and Selenium scripts as needed. ➡️ Why Me? I have 5 years of experience in Python automation, focusing on script creation and performance testing. My skills include code analysis, CI/CD integration, and automated testing. Additionally, I have a strong grip on relevant technologies like CircleCI, k6, and LoadRunner, ensuring a smooth and efficient upgrade for your project. ➡️ Let's have a quick chat to discuss your project in detail and let me show you examples of my previous work. Looking forward to discussing with you in chat. ➡️ Skills & Experience: ✅ Python Programming ✅ Automation Testing ✅ Performance Testing ✅ Script Modification ✅ CI/CD Integration ✅ LoadRunner Expertise ✅ k6 Scripting ✅ Selenium Automation ✅ Code Versioning ✅ GitHub Webhooks ✅ CircleCI Configuration ✅ Debugging and Error Handling Waiting for your response! Best Regards, Zohaib
€350 EUR in 2 days
8.1
8.1

Your existing CircleCI + k6 + GitHub webhook setup is a solid foundation — the missing piece is an intelligent layer that watches git diffs, maps changes to test coverage, and auto-regenerates or patches the relevant scripts. My approach: Python agent uses GitPython to pull structured diffs on each push event, then uses AST parsing (ast module) to detect new/modified functions and feature additions. A rules engine maps these to corresponding k6 and Selenium test templates, auto-generating or patching them. LoadRunner scripts follow a similar patch logic. The agent runs as a CircleCI job step, commits updated scripts back to the branch, and triggers the pipeline. Deliverables match your spec exactly: refactored agent, detection logic with sample PRs, script-modification routines, README + one-command demo. I can demo against a mock library upgrade to show the full loop before you commit. Want to walk through the staging branch setup?
€500 EUR in 10 days
7.3
7.3

With over 8 years in AI Development, Machine Learning, and Python programming you can trust me to transform your existing AI agent and enable it to identify any codebase updates or new features. I specialize in enhancing automation, providing smarter solutions through AI agents, and creating scalable systems - all of which are critical for adapting your automation and performance test scripts with minimal manual edits. My ability to integrate machine learning models for prediction, OCR, NLP will make it easier for the AI agent to adapt to different scenarios. I have a proven track record of building intelligent systems that automate workflows, improve decision-making, and deliver real business impact -qualities exemplified by the Code Change Detector you need. My experience also includes working with CI/CD tools like CircleCI which aligns with your tech stack. Refactoring your agent's source code to include clear comments, developing precise detection logic for spotting critical code changes or new feature additions, and generating/updating scripts seamlessly are all challenges I am confident in tackling to provide you with refined results. With my efficient deployment and scaling skills (using Docker, AWS & Cloud), I ensure that you won't just have a functioning system but one that stands the tests of time. Don't settle for anything less than impactful and long-term solutions; Let's get started on this project!
€750 EUR in 7 days
6.5
6.5

As founder and CEO of Web Crest, I lead a team that specializes in creating intelligent, scalable solutions and AI automation. With over 10 years of experience under our belt, we understand the importance of not just building high-performing systems but also devising ways to make them smarter and more efficient. That's where our proficiency in automation and Python comes into play. We completely comprehend your need to have your in-house AI agent be much more aware and adept at detecting code updates and identifying feature additions and then automatically updating your existing scripts accordingly. We possess significant expertise in building such advanced AI systems. Our strong understanding of software architecture, coupled with deep knowledge of Git, makes us the best fit for this project. We are adept at integrating such systems with CircleCI, k6, loadrunner, and selenium for seamless automation. What sets us apart is our commitment to ensuring a smooth long-term partnership with our clients. We believe in delivering not just a project but a solution that evolves with your business needs. So if you're looking for a team that not only has the skills but also understands the business impact and can provide scalable, future-ready solutions, let's work together to close the gap in your process efficiently and effectively!
€700 EUR in 5 days
6.5
6.5

With over 13+ years of experience, I am confident in my ability to tackle your Python AI Code Change Detector project head-on. My proficiencies in Python and software architecture, stem from my work as a full-stack developer, specializing in backend design and API integrations. From local development environments to scalable production servers, I have adeptly designed and implemented complex systems. In terms of automation, I utilise custom logics and implement change detection mechanisms that pave the way for instant script adjustments through the pipeline based on changes spotted. Speaking of SmartLogs™, I make sure to add concise comments throughout the codebase- an important deliverable you're seeking. This can be an invaluable asset for future-proofing your system while ensuring seamless collaboration with other developers. However, the greatest strength differentiated me from the rest is my systemic approach towards software development. I'm not merely a “quick coder.” Rather, I adhere to industry-aligned principles such as MVC, DRY code patterns and PSR-12 standards. This guarantees efficient and maintainable codebase over time. Take advantage of this vast experience and systematic approach with my candidacy for your task!
€500 EUR in 15 days
5.8
5.8

Hello, I am interested in closing the gap that your in house AI agent misses. Please message me to discuss more details. Excited to collaborate with you, Fahad.
€250 EUR in 2 days
5.6
5.6

Most CI performance pipelines fail over time not because tests are missing, but because test scripts don’t evolve with the codebase. The real problem you’re solving isn’t just triggering k6 on commits — it’s building an agent that understands code changes and keeps performance and automation tests in sync automatically. I would approach this by extending your Python agent to include a code diff analysis layer that monitors GitHub push/PR events, detects new endpoints, modified logic, dependency upgrades, and new feature modules. Based on this analysis, the agent would either patch existing k6/LoadRunner/Selenium scripts or generate new ones using templates and rule-based mapping. The goal is that when a PR introduces a new feature or library change, the agent updates the relevant performance and automation scripts so CircleCI pipelines continue passing without manual edits. The deliverable would include a refactored Python agent, detection logic for feature additions and library updates, automated script generation/modification for k6/LoadRunner/Selenium, and a README with a one-command demo showing the agent reacting to sample PRs. If helpful, I can first outline the architecture for the change-detection and script-generation pipeline before starting implementation
€250 EUR in 2 days
5.6
5.6

Hi there, I’ve reviewed your project and understand you need to upgrade your existing Python AI agent so it can intelligently detect code updates and new feature additions, then automatically create or update k6, LoadRunner, and Selenium scripts to keep your CI pipeline green without manual intervention. The focus is on accurate change detection and reliable script generation tied directly to your GitHub and CircleCI workflow. I can enhance your agent by implementing a structured diff-analysis layer that parses commits and PRs to classify changes into feature additions, modifications, or dependency updates. Based on this, I’ll build a rule-driven and LLM-assisted engine that maps changes to test coverage, regenerates or patches scripts, and validates them before CI runs. The system will integrate seamlessly with your existing hooks, ensuring updated performance and automation scripts are always aligned with the latest codebase. You’ll receive a refactored Python agent, clear detection logic with demo PR scenarios, automated script update routines, and a concise README with a one-command demo. Let’s connect so I can review your current agent and quickly close this gap with a robust, production-ready solution. Best regards, Muhammad Adil Portfolio: https://www.freelancer.com/u/webmasters486
€450 EUR in 8 days
5.4
5.4

Hi, Vinod here. Thanks for sharing the project. I can take ownership of this with a clean delivery flow around AI-assisted workflow implementation. My delivery flow will be: confirm acceptance criteria for each functional block -> implement backend + frontend iteratively with frequent updates -> stabilize performance and complete release checklist. From your brief, I noted this key context: I have an in-house AI agent that triggers k6 load test based on github push or github webhook events To align perfectly, please confirm: Do you want audit logs and reporting included in the first release? And one more point: Do you already have finalized module priorities, or should I propose milestone ordering? If this aligns with your expectation, I can start immediately and share the first milestone breakdown.
€550 EUR in 7 days
4.9
4.9

Hi, As an AI expert with over 15 years of experience in software application development, I am confident in being the perfect fit for your Python AI Code Change Detector project. Having worked with renowned companies such as Avaya, Pramati, CGI, and Yash, I have honed my problem-solving and system design skills to build robust, secure systems that handle complex workloads with ease. My strength lies in developing scalable architectures and event-driven systems that are capable of handling real-time workloads accurately. I am well-versed in algorithmic trading, AI-driven signal generation, predictive analytics, reinforcement learning, and NLP - all of which are pertinent to your project's needs. Additionally, my Python proficiency will ensure a seamless implementation without the need for any other language.
€500 EUR in 7 days
5.0
5.0

hi, i have reviewed the details of your project. your setup is good, it just needs smarter detection and script updates. i will enhance your python agent to read github changes, detect new features and updates, and automatically update k6, loadrunner, and selenium scripts so everything passes in circleci without manual work. i will keep the code clean and simple, and include a quick demo setup. Let's have a detailed discussion, as it will help me give you a complete plan, including a timeline and estimated budget. I will share my portfolio in the chat. Mughira
€500 EUR in 7 days
4.9
4.9

I can upgrade your agent in Python to watch your codebase via GitHub webhooks, use AST parsing and diff analysis to detect code updates and new feature additions, and automatically regenerate or patch k6, LoadRunner, and Selenium scripts with the correct endpoints, payloads, and assertions. The agent will use OpenAI or local LLMs to understand code context and generate proper test logic, then commit updated scripts back to your repo so CircleCI picks them up without manual intervention. You'll get refactored Python code with clear comments, detection logic that handles library upgrades and new feature files, script-modification routines for all three test frameworks, and a README with one-command demo setup. Timeline: 10 days Budget: $620
€620 EUR in 10 days
4.2
4.2

Hello, I’m excited about upgrading your AI-driven code-change detector to watch a codebase and automatically generate or patch k6, LoadRunner, and Selenium scripts for new features or updates. I design Python-based agents with clear, maintainable architecture that can plug into your CircleCI workflow and adjust scripts so CI runs stay green without manual edits. I’ve built detection and patch pipelines that understand code updates and feature additions, generate corresponding test scripts, and update existing suites across performance and functional tests. The plan is to implement robust change-detection logic for the two scenarios, plus modular script-modification routines that patch or regenerate tests, keeping everything well-documented and testable. I’ll deliver a refactored, well-commented agent, a demonstration with sample PRs, and a concise README plus a one-command demo. I estimate 7-10 days and 700 EUR. Please feel free to contact me so we can discuss more details. I am looking forward to the chance of working together. Best regards, Billy Bryan
€450 EUR in 3 days
4.3
4.3

Hi there, I've taken a close look at your project, the Python AI Code Change Detector, and I think I can help you bridge the gap in your in-house AI agent. You need the agent to detect code updates and new feature additions, then create or update scripts for k6, loadrunner, and selenium. I've worked on similar projects that involved watching codebases and automating script creation, and I'm confident my Python skills will come in handy here. My approach would be to start by reviewing your existing AI agent and codebase to understand how they're currently set up. From there, I can begin designing a Python-based solution that integrates with your GitHub webhook events to detect changes and trigger the necessary script updates or creations. Let's discuss the details of your project and how I can help you achieve your goals - I'd be happy to walk you through my thought process and answer any questions you may have.
€250 EUR in 7 days
4.4
4.4

Hi, I’m an experienced Python developer with strong expertise in automation and CI/CD pipelines. I can upgrade your AI agent to detect code updates and new feature additions, automatically generating or updating k6, LoadRunner, and Selenium scripts. The solution will integrate with your existing CircleCI setup, ensuring all pipelines run smoothly without manual edits. I’ll deliver a refactored, well-documented agent with detection logic, script-modification routines, sample demonstrations, and a clear README for easy setup and testing. Best regards Asim
€350 EUR in 3 days
4.2
4.2

Hello, I can efficiently upgrade your AI agent to detect code updates and new features, automatically adjusting k6, LoadRunner, and Selenium scripts to ensure CI pipelines run smoothly. My approach involves refactoring the agent with clear comments, implementing detection logic for code changes, and creating script-modification routines. I’ll ensure the solution is Python-only and provide a concise README with a one-command demo. With 5+ years of experience, I’ll deliver a robust solution that meets your requirements. Send a message to discuss further or see samples of similar projects. Thanks, Adegoke. M
€350 EUR in 5 days
4.2
4.2

⭐ Hello there, My availability is immediate. I read your project post on Python AI Code Change Detector. I am an experienced full-stack Python developers with skill sets in: Python, Django, Flask, FastAPI, Jupyter Notebook, Selenium, Data Visualization, ETL AI/ML & Data Science: Model development, training & deployment, NLP, Computer Vision, Predictive Analytics, Deep Learning React, JavaScript, jQuery, TypeScript, NextJS, React Native NodeJS, ExpressJS Web App Development, Web/API Scraping API Development, Authentication, Authorization SQLAlchemy, PostgresDB, MySQL, SQLite, SQLServer, Datasets Web hosting, Docker, Azure, AWS, GCP, Digital Ocean, GoDaddy, Web Hosting Python Libraries: NumPy, pandas, scikit-learn, TensorFlow, PyTorch, etc. Please send a message so we can quickly discuss your project and proceed further. I am looking forward to hearing from you. Thanks
€630 EUR in 11 days
4.5
4.5

Hello, I’m a senior software engineer with over 20 years of experience in Python development, CI/CD pipelines, automation, AI-driven tooling, and GitHub integrations. I have extensive experience building intelligent automation agents and maintaining secure enterprise codebases. I’m confident I can upgrade and stabilize your agent workflow. Let’s discuss your project and start working.
€500 EUR in 4 days
3.7
3.7

I can do it good, I have strong experience in Python automation and AI integration, and I have handled projects that adapt test scripts dynamically based on code changes. I have worked with CI pipelines like CircleCI, k6, LoadRunner, and Selenium, and I am confident in upgrading agents to detect new features and code updates automatically. I have done similar projects where I implemented smart detection logic, updated or generated automation scripts, and ensured pipelines run smoothly without manual intervention. I also have experience documenting and structuring code clearly, so the deliverables will include well commented source, detection logic, and a concise README. Let's discuss in more detail. Best regards
€500 EUR in 7 days
3.1
3.1

Hey — this sits right at the intersection of CI/CD automation and AI tooling, which is exactly what I work on daily. I build agentic systems that react to code changes and trigger downstream workflows autonomously. Here's how I'd approach the upgrade: For detecting code updates vs. new features, I'd hook into the GitHub webhook payload and run a structured diff analysis. Not just "files changed" but semantic analysis — new endpoints, modified request/response shapes, added routes, changed business logic. A lightweight LLM call classifies each change as update, new feature, refactor, or config-only, so the system knows what test attention it needs. For script generation, the agent reads the diff context, pulls existing k6 scripts for that area, and either updates them (modified behavior) or scaffolds new ones (new feature). Generated scripts get committed to a branch for review, or auto-merged if you trust the output after a validation run. I'd structure it as a pipeline: webhook receives push → diff analyzer classifies changes → script generator produces or updates k6 tests → validation runner executes against staging → results posted back to the PR or Slack. The whole thing stays modular so you can swap the LLM provider, adjust classification rules, or add new test types without rewriting the pipeline. Happy to look at the current codebase before quoting final effort. Can deliver within 7 days.
€500 EUR in 7 days
3.3
3.3

Шпола, Ukraine
Member since Oct 5, 2025
€250-750 EUR
$10-30 USD
€8-30 EUR
₹1500-12500 INR
min £36 GBP / hour
$15-25 USD / hour
$250-750 USD
$30-250 AUD
₹600-1500 INR
₹12500-37500 INR
$15-25 USD / hour
$30-250 NZD
₹1500-12500 INR
₹600-1500 INR
$30-250 USD
$250-750 USD
£10-25 GBP
$250-750 USD
₹1500-12500 INR
₹12500-37500 INR
₹37500-75000 INR