PlatonAI

Results 65 issues of PlatonAI

Download scent subsystem instead of build with maven which requires modify maven settings.

To reduce the size of a standalone JAR (also known as a "fat JAR" or "uber JAR") in a **Spring Boot** or other Java-based application, consider the following strategies: ###...

Should handle SelectorParseException correctly. 2025-02-09 15:21:39.747 INFO [main] a.p.s.a.c.AnalysablePageCorpus - Arrangement finished - G1 Eden Space: init = 25165824(24576K) used = 67108864(65536K) committed = 197132288(192512K) max = -1(-1K), G1 Old...

# 🔍 Improve Page URI Extraction via Natural Language Commands ## 📋 Issue Summary Enhance PulsarRPA's capability to extract page URIs using natural language commands

All prompts should be configurable

The fields are not a JSON: { "id": "136bd32e-ef1f-4851-beae-20a410d76ff8", "statusCode": 200, "event": "links", "isDone": true, "pageStatusCode": 200, "pageContentBytes": 1391328, "message": "created,textContent,pageSummary,fields,links", "request": null, "commandResult": { "pageSummary": "### **Summary of HUAWEI...

Create interfaces with minimum Playwright compatibility, to make it easy to migrate from playwright to PulsarRPA.

It's good to implement waiters using network events. The following interface are good: 1. waitForEvent (only enable minimal WebDriver components) 2. waitForLoadState 3. waitForURL 4. waitForFunction 5. waitForTimeout can be...