diff --git a/agents-archived/usb/sessions/sessions.json b/agents-archived/usb/sessions/sessions.json deleted file mode 100644 index 9e26dfe..0000000 --- a/agents-archived/usb/sessions/sessions.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/agents-archived/wit-dmp/agent/auth-profiles.json b/agents-archived/wit-dmp/agent/auth-profiles.json deleted file mode 100644 index e7964d4..0000000 --- a/agents-archived/wit-dmp/agent/auth-profiles.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "version": 1, - "profiles": {} -} diff --git a/agents-archived/wit-dmp/agent/models.json b/agents-archived/wit-dmp/agent/models.json deleted file mode 100644 index b9e513e..0000000 --- a/agents-archived/wit-dmp/agent/models.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "providers": { - "ollama": { - "baseUrl": "http://127.0.0.1:11434", - "apiKey": "OLLAMA_API_KEY", - "api": "ollama", - "models": [ - { - "id": "glm-4.7-flash", - "name": "glm-4.7-flash", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 128000, - "maxTokens": 8192 - }, - { - "id": "qwen3-coder:latest", - "name": "qwen3-coder:latest", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 262144, - "maxTokens": 8192 - }, - { - "id": "glm-4.7-flash:latest", - "name": "glm-4.7-flash:latest", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 202752, - "maxTokens": 8192 - } - ] - } - } -} diff --git a/agents-archived/wit-dmp/sessions/sessions.json b/agents-archived/wit-dmp/sessions/sessions.json deleted file mode 100644 index 9e26dfe..0000000 --- a/agents-archived/wit-dmp/sessions/sessions.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/agents-archived/wit-erp/sessions/sessions.json b/agents-archived/wit-erp/sessions/sessions.json deleted file mode 100644 index 9e26dfe..0000000 --- a/agents-archived/wit-erp/sessions/sessions.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/agents-archived/wit-md/agent/models.json b/agents-archived/wit-md/agent/models.json deleted file mode 100644 index d3450b2..0000000 --- a/agents-archived/wit-md/agent/models.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "providers": { - "ollama": { - "baseUrl": "http://127.0.0.1:11434", - "apiKey": "OLLAMA_API_KEY", - "api": "ollama", - "models": [ - { - "id": "glm-4.7-flash", - "name": "glm-4.7-flash", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 128000, - "maxTokens": 8192, - "api": "ollama" - }, - { - "id": "qwen3-coder:latest", - "name": "qwen3-coder:latest", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 262144, - "maxTokens": 8192, - "api": "ollama" - }, - { - "id": "glm-4.7-flash:latest", - "name": "glm-4.7-flash:latest", - "reasoning": false, - "input": [ - "text" - ], - "cost": { - "input": 0, - "output": 0, - "cacheRead": 0, - "cacheWrite": 0 - }, - "contextWindow": 202752, - "maxTokens": 8192, - "api": "ollama" - } - ] - } - } -} diff --git a/agents-archived/wit-md/sessions/sessions.json b/agents-archived/wit-md/sessions/sessions.json deleted file mode 100644 index 9e26dfe..0000000 --- a/agents-archived/wit-md/sessions/sessions.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/agents-archived/yudao-mall-uniapp/sessions/sessions.json b/agents-archived/yudao-mall-uniapp/sessions/sessions.json deleted file mode 100644 index 9e26dfe..0000000 --- a/agents-archived/yudao-mall-uniapp/sessions/sessions.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/agents-archived/yudao/sessions/sessions.json b/agents-archived/yudao/sessions/sessions.json deleted file mode 100644 index 9e26dfe..0000000 --- a/agents-archived/yudao/sessions/sessions.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/archived/gateway-supervisor-restart-handoff.json b/archived/gateway-supervisor-restart-handoff.json deleted file mode 100644 index fcc3ab0..0000000 --- a/archived/gateway-supervisor-restart-handoff.json +++ /dev/null @@ -1 +0,0 @@ -{"kind":"gateway-supervisor-restart-handoff","version":1,"intentId":"6a27f6fc-5ffd-48b8-bbd4-304eb9367aea","pid":378,"processInstanceId":"adf773e3-6c9c-419e-a85b-4091c0c10089","createdAt":1782953815876,"expiresAt":1782953875876,"reason":"update.run","source":"gateway-update","restartKind":"update-process","supervisorMode":"systemd"} diff --git a/archived/rss-reader.py b/archived/rss-reader.py deleted file mode 100644 index 836b488..0000000 --- a/archived/rss-reader.py +++ /dev/null @@ -1,60 +0,0 @@ -#!/usr/bin/env python3 -""" -Simple RSS Reader -""" -import rssparser -import feedparser -import json -import sys -from datetime import datetime - -def read_feed(url): - """Read RSS feed and return parsed items""" - try: - feed = feedparser.parse(url) - return { - 'title': feed.get('title', 'Unknown'), - 'link': feed.get('link', ''), - 'description': feed.get('description', ''), - 'language': feed.get('language', ''), - 'items': [ - { - 'title': item.get('title', 'No title'), - 'link': item.get('link', ''), - 'description': item.get('description', ''), - 'pubDate': item.get('pubDate', ''), - 'author': item.get('author', '') - } - for item in feed.get('items', [])[:10] # Get first 10 items - ] - } - except Exception as e: - return {'error': str(e)} - -if __name__ == '__main__': - if len(sys.argv) < 2: - print("Usage: python3 rss-reader.py ") - sys.exit(1) - - url = sys.argv[1] - print(f"Fetching RSS feed: {url}\n") - - data = read_feed(url) - - if 'error' in data: - print(f"Error: {data['error']}") - else: - print(f"Title: {data['title']}") - print(f"Language: {data['language']}") - print(f"Last updated: {data.get('description', 'N/A')[:100]}...\n") - print(f"{'='*60}") - print(f"Articles ({len(data['items'])} items)\n") - print(f"{'='*60}\n") - - for i, item in enumerate(data['items'], 1): - print(f"{i}. {item['title']}") - print(f" Link: {item['link']}") - print(f" Published: {item['pubDate']}") - if item['author']: - print(f" Author: {item['author']}") - print() \ No newline at end of file diff --git a/archived/rss-sources.xml b/archived/rss-sources.xml deleted file mode 100644 index 79c04c3..0000000 --- a/archived/rss-sources.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - Wed, 18 Mar 2026 04:40:32 +0300 - <![CDATA[Gulf Times - Region News]]> - - https://www.gulf-times.com/theme_gulftimes/images/logo.png - https://www.gulf-times.com/ - <![CDATA[Gulf Times]]> - - - - https://www.gulf-times.com/ - 60 - - \ No newline at end of file