Build: Auto-Bidding Agent Framework
Project description
build-auto-bidding-agent-framework
Auto-bidding agent framework for NEAR marketplace jobs.
Python 3.9+
Installation
pip install build-auto-bidding-agent-framework
Quick Start
from build_auto_bidding_agent_framework import BidStrategy
strategy = BidStrategy.COMPETITIVE print(strategy) # "competitive"
BidStrategy
An enumeration defining available bidding strategies.
| Value | Description |
|---|---|
BidStrategy.COMPETITIVE |
Bid aggressively to win jobs |
BidStrategy.PREMIUM |
Bid at premium rates |
BidStrategy.BUDGET |
Bid at low budget rates |
Data Classes
Job
Job(job_id, title, budget, skills, description="")
BidResult
BidResult(job_id, amount, status)
Agent Methods
agent.start() # Start the auto-bidding agent agent.stop() # Stop the agent agent.pause() # Pause bidding activity agent.resume() # Resume paused bidding agent.dashboard() # View current stats and activity
Example
from build_auto_bidding_agent_framework import BidStrategy, Job
job = Job( job_id="123", title="Python Developer", budget=500.0, skills=["python", "django"], description="Build a REST API" )
strategy = BidStrategy.COMPETITIVE
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file build_auto_bidding_agent_framework-1.0.1.tar.gz.
File metadata
- Download URL: build_auto_bidding_agent_framework-1.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72dcb53073e93c11aa3daf40b3826c9e69fab9a1df8d6a49147c1bc086c47885
|
|
| MD5 |
ff0e8ada776856070877fcf5d0431866
|
|
| BLAKE2b-256 |
277229ed4cd5400d5b227c51d3f678f6a50b1b0c50b542aacad3e92023b71709
|
File details
Details for the file build_auto_bidding_agent_framework-1.0.1-py3-none-any.whl.
File metadata
- Download URL: build_auto_bidding_agent_framework-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4612ffad61f5da8506a48e6e41c79db614d73438db6b2f1ecc11dc44c792376f
|
|
| MD5 |
0a8bc6814d8d6b74449294e49dd9b07e
|
|
| BLAKE2b-256 |
5d50edb76cac81f9e73559abf7f84cf0460f3696dc03df9110824fdb1f34759b
|