/
githubmirror
/
OpenAgents
Обзор
Документация
Войти
/
githubmirror
/
OpenAgents
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
real_agents/plugins_agent/plugins/web_requests/ai-plugin.json
34 строки
1 KB
Tianbao Xie
Update plugins (#135)
28 май 2024, 08:59
Не верифицирован
28 май 2024, 08:59
fab2c1b
Код
Авторство
О чём код?
{ "id": "plugin-d7d3b205-f58a-4c75-be03-e3d8960a0b76", "domain": "plugin.wegpt.ai", "namespace": "web_requests", "status": "approved", "manifest": { "schema_version": "v1", "name_for_model": "web_requests", "name_for_human": "Web Requests", "description_for_model": "A gateway for fetching content from URL's for real-time up-to-date world information. Googling news, researching topics, querying http endpooints, scraping html -- anytime a user needs access to content accessible via HTTP, AI assistants should strive to parse the data returned, regardless of what raw format it is in.", "description_for_human": "Goodbye Knowledge Cutoff, Hello World! This is your AI assistant's web browser. Just enter a URL. Google, Wiki, GitHub.", "auth": { "type": "none" }, "api": { "type": "openapi", "url": "https://plugin.wegpt.ai/openapi.json" }, "logo_url": "https://plugin.wegpt.ai/static/logo.png", "contact_email": "josh@josholin.com", "legal_info_url": "https://plugin.wegpt.ai/legal" }, "oauth_client_id": null, "user_settings": { "is_installed": false, "is_authenticated": true }, "categories": [ { "id": "newly_added", "title": "New" } ] }