tool-fabricator
- Repo stars 0
- Author repo AGI_engineering_forge
Tool Fabricator — The AGI Capability
When you need an engineering computation that no existing tool handles, the fabricator builds a new tool from first principles.
Usage
python3 /workspace/bridge.py fabricate 'DESCRIPTION OF WHAT THE TOOL NEEDS TO DO'
What It Does
- Understands the engineering requirement
- Designs the computation from first principles
- Writes a working Python function
- Tests it
- Registers it in the tool registry for future use
Examples of Tools It Can Create
- Thermal simulation for specific geometries
- Fluid dynamics calculations for pipe networks
- Gear ratio optimization for drivetrain design
- Battery discharge curve modeling
- Antenna radiation pattern computation
- Any engineering computation that can be expressed as Python + numpy/scipy/sympy
When to Use
Use this when:
- No existing tool handles your specific calculation
- You need a specialized simulation that doesn't exist
- The problem requires a custom numerical method
- Standard tools don't have the right domain-specific formulas
- Fluxly category
- Design
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @00000star · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Python
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Usage
Understands the engineering requirement Designs the computation from first principles Writes a working Python function
Thermal simulation for specific geometries Fluid dynamics calculations for pipe networks Gear ratio optimization for drivetrain design
Use this when: No existing tool handles your specific calculation You need a specialized simulation that doesn't exist
# Tool Fabricator — The AGI Capability
When you need an engineering computation that no existing tool handles, the fabricator builds a new tool from first principles.
## Usage
```bash
python3 /workspace/bridge.py fabricate 'DESCRIPTION OF WHAT THE TOOL NEEDS TO DO'
```
## What It Does
1. Understands the engineering requirement
2. Designs the computation from first principles
3. Writes a working Python function
4. Tests it
5. Registers it in the tool registry for future use
## Examples of Tools It Can Create
- Thermal simulation for specific geometries
- Fluid dynamics calculations for pipe networks
- Gear ratio optimization for drivetrain design
- Battery discharge curve modeling
- Antenna radiation pattern computation
- Any engineering computation that can be expressed as Python + numpy/scipy/sympy
## When to Use
Use this when:
- No existing tool handles your specific calculation
- You need a specialized simulation that doesn't exist
- The problem requires a custom numerical method
- Standard tools don't have the right domain-specific formulas Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Usage → What It Does → Examples of Tools It Can Create → When to Use
terms -> When you need an engineering computation that no existing tool handles, the fabricator builds a new tool from first principles. · 1. Understands the engineering requirement 2.
files/cmd -> workspace/bridge.py · numpy/scipy/sympy
body sha256 -> 0b5d039e2720
Decide Fit First
Design Intent
How To Use It
Boundaries And Review