Spaces:
Running on Zero
Running on Zero
atakan
fix: Enforce parameter provenance, fix rendering/citations, add tools, harden agent loop
48ee375 | """ControlAI Tools Suite: Linear, Frequency, Synthesis, Estimation, Nonlinear, Robust, Allocation, Simulation, and RAG.""" | |
| from controlai_agent.tools import ( | |
| linear, | |
| matrix_ops, | |
| frequency, | |
| synthesis, | |
| estimation, | |
| nonlinear, | |
| robust, | |
| allocation, | |
| simulation, | |
| plotting, | |
| python_executor, | |
| rag, | |
| ) | |
| __all__ = [ | |
| "linear", | |
| "matrix_ops", | |
| "frequency", | |
| "synthesis", | |
| "estimation", | |
| "nonlinear", | |
| "robust", | |
| "allocation", | |
| "simulation", | |
| "plotting", | |
| "python_executor", | |
| "rag", | |
| ] | |