Skip to content

Commit 63061bc

Browse files
committed
chore: update author metadata and attribution to Frame
1 parent 3bfa07c commit 63061bc

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,6 @@ All extensions in this repository are Apache 2.0 licensed.
495495
</p>
496496

497497
<p align="center">
498-
Built by <a href="https://manic.agency">Manic Agency LLC</a> / <a href="https://frame.dev">Frame.dev</a><br>
498+
Built by <a href="https://frame.dev">Frame</a><br>
499499
Contact: <a href="mailto:team@frame.dev">team@frame.dev</a>
500500
</p>

registry.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2632,8 +2632,8 @@
26322632
"path": "registry/curated/research/citation-verifier",
26332633
"description": "DEPRECATED — thin tool wrapper around the first-class @framers/agentos CitationVerifier. Kept for backwards compatibility.",
26342634
"author": {
2635-
"name": "Manic Agency LLC",
2636-
"url": "https://manic.agency"
2635+
"name": "Frame",
2636+
"url": "https://frame.dev"
26372637
},
26382638
"features": [
26392639
"citation-verification",
@@ -2810,8 +2810,8 @@
28102810
"path": "registry/curated/research/trulia-search",
28112811
"description": "Search real estate properties on Trulia with RapidAPI or Firecrawl scrape fallback.",
28122812
"author": {
2813-
"name": "Manic Agency LLC",
2814-
"url": "https://manic.agency"
2813+
"name": "Frame",
2814+
"url": "https://frame.dev"
28152815
},
28162816
"features": [
28172817
"property-search",
@@ -3299,8 +3299,8 @@
32993299
"path": "registry/curated/tools/local-file-search",
33003300
"description": "Search for files on the local filesystem by fuzzy name matching. Supports denylist filtering and relevance-ranked results.",
33013301
"author": {
3302-
"name": "Manic Agency LLC",
3303-
"url": "https://manic.agency"
3302+
"name": "Frame",
3303+
"url": "https://frame.dev"
33043304
},
33053305
"features": [
33063306
"file-search",
@@ -3409,8 +3409,8 @@
34093409
"path": "registry/curated/tools/send-file-to-channel",
34103410
"description": "Send a local file to the user via the current chat channel with platform-aware size limit enforcement.",
34113411
"author": {
3412-
"name": "Manic Agency LLC",
3413-
"url": "https://manic.agency"
3412+
"name": "Frame",
3413+
"url": "https://frame.dev"
34143414
},
34153415
"features": [
34163416
"file-transfer",
@@ -3616,8 +3616,8 @@
36163616
"path": "registry/curated/tools/zip-files",
36173617
"description": "Create zip archives from local files for easy sharing via chat channels.",
36183618
"author": {
3619-
"name": "Manic Agency LLC",
3620-
"url": "https://manic.agency"
3619+
"name": "Frame",
3620+
"url": "https://frame.dev"
36213621
},
36223622
"features": [
36233623
"zip",

registry/curated/research/citation-verifier/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"deprecated": true,
77
"deprecationMessage": "Use the first-class CitationVerifier from @framers/agentos. See https://docs.agentos.sh/features/citation-verification",
88
"description": "DEPRECATED — thin tool wrapper around the first-class @framers/agentos CitationVerifier. Kept for backwards compatibility.",
9-
"author": { "name": "Manic Agency LLC", "url": "https://manic.agency" },
9+
"author": { "name": "Frame", "url": "https://frame.dev" },
1010
"license": "MIT",
1111
"keywords": ["citation", "verification", "claims", "grounding", "fact-check"],
1212
"agentosVersion": "^2.0.0",

registry/curated/research/trulia-search/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Trulia Property Search",
55
"version": "0.1.0",
66
"description": "Search real estate properties on Trulia with RapidAPI or Firecrawl scrape fallback.",
7-
"author": { "name": "Manic Agency LLC", "url": "https://manic.agency" },
7+
"author": { "name": "Frame", "url": "https://frame.dev" },
88
"license": "MIT",
99
"keywords": ["trulia", "real-estate", "property", "search", "housing"],
1010
"agentosVersion": "^2.0.0",

registry/curated/tools/local-file-search/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Local File Search",
55
"version": "0.1.0",
66
"description": "Search for files on the local filesystem by fuzzy name matching. Supports denylist filtering and relevance-ranked results.",
7-
"author": { "name": "Manic Agency LLC", "url": "https://manic.agency" },
7+
"author": { "name": "Frame", "url": "https://frame.dev" },
88
"license": "MIT",
99
"keywords": ["file", "search", "filesystem", "local", "find"],
1010
"agentosVersion": "^2.0.0",

registry/curated/tools/send-file-to-channel/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Send File to Channel",
55
"version": "0.1.0",
66
"description": "Send a local file to the user via the current chat channel with platform-aware size limit enforcement.",
7-
"author": { "name": "Manic Agency LLC", "url": "https://manic.agency" },
7+
"author": { "name": "Frame", "url": "https://frame.dev" },
88
"license": "MIT",
99
"keywords": ["file", "send", "channel", "telegram", "whatsapp", "discord"],
1010
"agentosVersion": "^2.0.0",

registry/curated/tools/zip-files/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Zip Files",
55
"version": "0.1.0",
66
"description": "Create zip archives from local files for easy sharing via chat channels.",
7-
"author": { "name": "Manic Agency LLC", "url": "https://manic.agency" },
7+
"author": { "name": "Frame", "url": "https://frame.dev" },
88
"license": "MIT",
99
"keywords": ["zip", "archive", "compress", "file"],
1010
"agentosVersion": "^2.0.0",

0 commit comments

Comments
 (0)