You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<liclass="prompt-item" style="border-left-color: var(--barca-gold);">"Change the logging level of 'org.apache.http' to DEBUG and show me the logs."</li>
125
+
<liclass="prompt-item" style="border-left-color: var(--barca-gold);">"Perform a thread dump, analyze it, and look for any potential deadlocks."</li>
126
+
<liclass="prompt-item" style="border-left-color: var(--barca-gold);">"Take a heap dump, download Eclipse MAT from Maven, and perform a leak analysis."</li>
127
+
<liclass="prompt-item" style="border-left-color: var(--barca-gold);">"Prune anything related to the heap dump and give me a breakdown of the context window."</li>
128
+
<liclass="prompt-item" style="border-left-color: var(--barca-gold);">"Scan the JVM for all loaded classes that implement 'java.io.Serializable' but lack a 'serialVersionUID'."</li>
129
+
<liclass="prompt-item" style="border-left-color: var(--barca-gold);">"Write a Swing script to visualize the current memory usage in a real-time chart."</li>
112
130
</ul>
113
131
</div>
114
132
</div>
@@ -121,37 +139,6 @@ <h3>Any Java Code, Any Framework</h3>
121
139
</div>
122
140
</section>
123
141
124
-
<sectionid="agency" class="container">
125
-
<divclass="section-header">
126
-
<spanclass="nb-badge" style="background: var(--barca-red); color: var(--white);">Real-World Agency</span>
<p>The engine can be <strong>dropped in</strong> to any Java Swing application, headless Java application, or run standalone as a generic AI assistant.</p>
<pstyle="font-style: italic; color: var(--barca-red); margin: 0;">"Explore my LAN, find the TCL TV, take a screenshot, and perform a security assessment of the network."</p>
<p>The engine can be <strong>dropped in</strong> to any Java Swing application, headless Java application, or run standalone as a generic AI assistant.</p>
<p>By leveraging <code>LocalShell</code> and network introspection, the agent can discover and control physical devices on your LAN.</p>
351
+
<ulstyle="margin-top: 1.5rem;">
352
+
<li><iclass="fas fa-network-wired"></i><strong>LAN Discovery:</strong> Find TVs, servers, and IoT devices.</li>
353
+
<li><iclass="fas fa-tv"></i><strong>IoT control:</strong> Take screenshots and send remote commands via ADB.</li>
354
+
<li><iclass="fas fa-shield-alt"></i><strong>Security Auditing:</strong> Perform network assessments and do a vulnerability audit on any devices on this LAN.</li>
<pstyle="font-style: italic; color: #004d98; margin: 0; font-weight: 600;">"Explore my LAN, find the TCL TV, turn down the volume, and play a Gal Gadot video."</p>
<pstyle="color: var(--text-muted);">The agent combines shell with LLM generated java code to bridge the gap between LLM logic and physical hardware.</p>
0 commit comments