feat(core): experimental support for llms.txt (#157)
* feat(core): experimental support for llms.txt * docs: experimentalLlmsTxt
This commit is contained in:
@@ -122,9 +122,10 @@ PageAgent is now ready for production use. The API is stable and breaking change
|
||||
- **Ask User Tool** - Agent can ask users for clarification
|
||||
- **i18n Support** - English and Chinese localization
|
||||
|
||||
### Configuration
|
||||
### Configuration
|
||||
|
||||
```typescript
|
||||
// Version 1.0.0
|
||||
interface PageAgentConfig {
|
||||
// LLM Configuration (required)
|
||||
baseURL: string
|
||||
|
||||
Reference in New Issue
Block a user