Build: Auto-Bidding Agent Framework
Project description
build-auto-bidding-agent-framework
Auto-Bidding Agent Framework for NEAR marketplace jobs.
Python 3.9+ | pip install build-auto-bidding-agent-framework
Installation
pip install build-auto-bidding-agent-framework
Quick Start
from build_auto_bidding_agent_framework import BuildAutoBiddingAgentFrameworkClient, Job
client = BuildAutoBiddingAgentFrameworkClient(api_key="your_api_key") client.start()
Core Classes
Job
Represents a marketplace job.
job = Job( id="job_123", title="Smart Contract Developer", skills=["rust", "near"], budget=500.0, description="Build a NEAR smart contract." )
| Field | Type | Description |
|---|---|---|
id |
str |
Unique job identifier |
title |
str |
Job title |
skills |
list[str] |
Required skills |
budget |
float |
Job budget |
description |
str |
Job description |
Client Methods
| Method | Description |
|---|---|
match_score(job) |
Returns numeric match score for a job |
is_match(job) |
Returns True if job meets criteria |
calculate_bid(job) |
Calculates optimal bid amount |
fetch_jobs() |
Fetches available marketplace jobs |
submit_bid(job, amount) |
Submits a bid, returns BidResult |
start() |
Starts the auto-bidding agent loop |
stop() |
Stops the agent |
pause() |
Pauses bidding activity |
resume() |
Resumes bidding activity |
dashboard() |
Returns current agent stats and status |
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.0.tar.gz.
File metadata
- Download URL: build_auto_bidding_agent_framework-1.0.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d71800e0eaa1602d4c6e94e193af7fdbfae360a66a50106482a5afb08ebc8aeb
|
|
| MD5 |
648bdb9b79a38e16ccb77e2f70d870b6
|
|
| BLAKE2b-256 |
e6e063a2f27b2efd9f70030be8fb5ad07cd40f441f5539b26d70d29c9b6e7c20
|
File details
Details for the file build_auto_bidding_agent_framework-1.0.0-py3-none-any.whl.
File metadata
- Download URL: build_auto_bidding_agent_framework-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.7 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 |
a5649683bc57923743e4162b00e40fe0767b6dbbd9c0d6d82407b136f7134258
|
|
| MD5 |
854ba95272795ee6cad8336b3f6b2e82
|
|
| BLAKE2b-256 |
3dc4bd292d52a3803f11660925c7757e8039cfa5eee57ee8a8e1cc57a8759c8d
|