@xuda.dev/construction-bid-builder-ai-agent 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/agent.json +3 -3
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Construction Bid Builder
|
|
2
2
|
|
|
3
|
+
<img src="https://dev.xuda.ai/studio-drive/prj1ec08e7f3d8b22237e390356f61b07fc/Progs%20Thumbnails/7fc_agn_2018b08cc742.png" alt="Construction Bid Builder" width="320" />
|
|
4
|
+
|
|
3
5
|
> Construction Bid Builder
|
|
4
6
|
|
|
5
7
|
A Xuda AI agent, runnable from your terminal.
|
|
@@ -25,6 +27,9 @@ Tell it the project, location, scope and contract type, and supply your takeoff
|
|
|
25
27
|
## Details
|
|
26
28
|
|
|
27
29
|
- **Category:** Industry-Specific
|
|
30
|
+
- **Industry:** Construction
|
|
31
|
+
|
|
32
|
+
Note: The agent is titled “Construction Bid Builder,” so selecting the Construction industry best matches its focus on bidding within that sector.
|
|
28
33
|
- **Tags:** construction, estimating, bill of quantities, tender, cost estimate, xlsx
|
|
29
34
|
- **Model:** GPT-5 Nano
|
|
30
35
|
|
package/agent.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"agent_id": "7fc_agn_2018b08cc742",
|
|
3
3
|
"agent_name": "Construction Bid Builder",
|
|
4
|
-
"agent_version": "0.1.
|
|
5
|
-
"agent_image":
|
|
4
|
+
"agent_version": "0.1.2",
|
|
5
|
+
"agent_image": "https://dev.xuda.ai/studio-drive/prj1ec08e7f3d8b22237e390356f61b07fc/Progs Thumbnails/7fc_agn_2018b08cc742.png",
|
|
6
6
|
"agent_category": [
|
|
7
7
|
"Industry-Specific"
|
|
8
8
|
],
|
|
9
|
-
"agent_industry":
|
|
9
|
+
"agent_industry": "Construction\n\nNote: The agent is titled “Construction Bid Builder,” so selecting the Construction industry best matches its focus on bidding within that sector.",
|
|
10
10
|
"agent_tags": [
|
|
11
11
|
"construction",
|
|
12
12
|
"estimating",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xuda.dev/construction-bid-builder-ai-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Construction Bid Builder",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"cli",
|
|
24
24
|
"construction-bid-builder-ai-agent",
|
|
25
25
|
"industry-specific",
|
|
26
|
+
"constructionnote-the-agent-is-titled-con",
|
|
26
27
|
"construction",
|
|
27
28
|
"estimating",
|
|
28
29
|
"bill-of-quantities",
|
|
@@ -43,10 +44,12 @@
|
|
|
43
44
|
"xuda": {
|
|
44
45
|
"agent_id": "7fc_agn_2018b08cc742",
|
|
45
46
|
"agent_name": "Construction Bid Builder",
|
|
46
|
-
"agent_version": "0.1.
|
|
47
|
+
"agent_version": "0.1.2",
|
|
48
|
+
"agent_image": "https://dev.xuda.ai/studio-drive/prj1ec08e7f3d8b22237e390356f61b07fc/Progs Thumbnails/7fc_agn_2018b08cc742.png",
|
|
47
49
|
"agent_category": [
|
|
48
50
|
"Industry-Specific"
|
|
49
51
|
],
|
|
52
|
+
"agent_industry": "Construction\n\nNote: The agent is titled “Construction Bid Builder,” so selecting the Construction industry best matches its focus on bidding within that sector.",
|
|
50
53
|
"agent_tags": [
|
|
51
54
|
"construction",
|
|
52
55
|
"estimating",
|