Skip to content

Commit bf1ba72

Browse files
AlexgodorojaAlex GodorojaTeoSlayer
authored
catalogue: io.pilot.sixtyfour v0.1.0 (#289)
* catalogue: io.pilot.sixtyfour v0.1.0 * catalogue: sixtyfour min_pilot_version 1.10.0 + fix metadata_url Managed apps need a daemon >= 1.10.0 (per-app --identity + key.sign). Also repoint metadata_url to pilot-protocol/pilotprotocol (post-rename). NOTE: catalogue.json.sig must be regenerated by the catalogue keyholder. * catalogue: revert categories formatting on existing entries, re-sign * catalogue: re-sign catalogue.json after formatting fix --------- Co-authored-by: Alex Godoroja <alex@vulturelabs.io> Co-authored-by: Calin Teodor <t.calin@student.vu.nl>
1 parent 7dfcbc5 commit bf1ba72

3 files changed

Lines changed: 124 additions & 1 deletion

File tree

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
"schema_version": 1,
3+
"id": "io.pilot.sixtyfour",
4+
"display_name": "Sixtyfour",
5+
"tagline": "People- and company-intelligence: contact discovery, enrichment, and agentic research.",
6+
"description_md": "Sixtyfour is the app-store front door for the Sixtyfour people-intelligence and company-intelligence API. It gives an agent contact discovery (find email / find phone), reverse lookups from an email or phone, full person and company enrichment, and an agentic QA researcher that answers free-form questions about a person or company. All returned as clean structured JSON, every field source-backed.",
7+
"vendor": {
8+
"name": "Sixtyfour",
9+
"publisher_pubkey": "ed25519:Jdb7+p9ekRD96GPlpx173dDt7dSIWgdDyLnVo2e4yi0="
10+
},
11+
"homepage": "https://sixtyfour.ai",
12+
"source_url": "https://docs.sixtyfour.ai",
13+
"license": "Proprietary",
14+
"categories": [
15+
"data",
16+
"enrichment",
17+
"sales-intelligence"
18+
],
19+
"keywords": [
20+
"enrichment",
21+
"people",
22+
"company",
23+
"email",
24+
"phone",
25+
"lead",
26+
"research",
27+
"search"
28+
],
29+
"size": {
30+
"bundle_bytes": 4898153,
31+
"installed_bytes": 8750172
32+
},
33+
"compat": {
34+
"min_pilot_version": "1.10.0",
35+
"runtimes": [
36+
"go"
37+
]
38+
},
39+
"methods": [
40+
{
41+
"name": "sixtyfour.people_intelligence",
42+
"summary": "People Intelligence: full, source-backed enrichment of a person from seed details."
43+
},
44+
{
45+
"name": "sixtyfour.company_intelligence",
46+
"summary": "Company Intelligence: full, source-backed company profile, optionally with people."
47+
},
48+
{
49+
"name": "sixtyfour.find_email",
50+
"summary": "Contact discovery: find a verified email for a person from partial details."
51+
},
52+
{
53+
"name": "sixtyfour.find_phone",
54+
"summary": "Contact discovery: find a phone number for a person from partial details."
55+
},
56+
{
57+
"name": "sixtyfour.reverse_email",
58+
"summary": "Reverse lookup: identify the person and company behind an email address."
59+
},
60+
{
61+
"name": "sixtyfour.reverse_phone",
62+
"summary": "Reverse lookup: identify the person and company behind a phone number."
63+
},
64+
{
65+
"name": "sixtyfour.enrich_linkedin",
66+
"summary": "Enrich a person directly from their LinkedIn profile URL."
67+
},
68+
{
69+
"name": "sixtyfour.qa",
70+
"summary": "Agentic QA researcher: answer free-form qualification questions about a person or company, with sources."
71+
},
72+
{
73+
"name": "sixtyfour.research_agent",
74+
"summary": "Research agent: autonomous multi-step research over an entity, returning structured findings with sources."
75+
},
76+
{
77+
"name": "sixtyfour.filter_search",
78+
"summary": "Filter Search: structured field-based search across the corpus; returns matching entities."
79+
},
80+
{
81+
"name": "sixtyfour.deep_search",
82+
"summary": "Deep Search (agentic): start a natural-language search. Returns a task_id; results are retrieved asynchronously (see caveats)."
83+
},
84+
{
85+
"name": "sixtyfour.help",
86+
"summary": "Discovery: every method with params, kind, and latency class."
87+
}
88+
],
89+
"changelog": [
90+
{
91+
"Version": "0.1.0",
92+
"Date": "",
93+
"Notes": [
94+
"Sixtyfour is the app-store front door for the Sixtyfour people-intelligence and company-intelligence API. It gives an agent contact discovery (find email / find phone), reverse lookups from an email or phone, full person and company enrichment, and an agentic QA researcher that answers free-form questions about a person or company. All returned as clean structured JSON, every field source-backed."
95+
]
96+
}
97+
],
98+
"links": [
99+
{
100+
"label": "Source",
101+
"url": "https://docs.sixtyfour.ai"
102+
},
103+
{
104+
"label": "Website",
105+
"url": "https://sixtyfour.ai"
106+
}
107+
]
108+
}

catalogue/catalogue.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@
3131
"license": "MIT",
3232
"metadata_url": "https://raw.githubusercontent.com/pilot-protocol/pilotprotocol/main/catalogue/apps/io.pilot.cosift/metadata.json",
3333
"metadata_sha256": "2b13511562dc1cfe09a6f53928149509a96ef893ee783fd1e055ed379b08b640"
34+
},
35+
{
36+
"id": "io.pilot.sixtyfour",
37+
"version": "0.1.0",
38+
"description": "Sixtyfour is the app-store front door for the Sixtyfour people-intelligence and company-intelligence API. It gives an agent contact discovery (find email / find phone), reverse lookups from an email or phone, full person and company enrichment, and an agentic QA researcher that answers free-form questions about a person or company. All returned as clean structured JSON, every field source-backed.",
39+
"bundle_url": "https://github.com/pilot-protocol/catalog/releases/download/sixtyfour-v0.1.0/io.pilot.sixtyfour-0.1.0.tar.gz",
40+
"bundle_sha256": "b259f6a3b84fe16043cb972985efcdcb3d568174ac3c8a4129d551ec8ca9a712",
41+
"display_name": "Sixtyfour",
42+
"vendor": "Sixtyfour",
43+
"categories": ["data", "enrichment", "sales-intelligence"],
44+
"bundle_size": 4898153,
45+
"source_url": "https://docs.sixtyfour.ai",
46+
"license": "Proprietary",
47+
"metadata_url": "https://raw.githubusercontent.com/pilot-protocol/pilotprotocol/main/catalogue/apps/io.pilot.sixtyfour/metadata.json",
48+
"metadata_sha256": "32512d7d401f0578e4aded373694c588b205bdea9f00d6d90618687b5df95e6d"
3449
}
3550
]
3651
}

catalogue/catalogue.json.sig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rgWwS+qDmldb/IsNu/DCwP8TdsKOufhYLgLzjq8ZwiOvxqCFwULJOtPrXRkMWJqQWW/S8LmD44NdLF3oV31rAg==
1+
zyCgPzwS0Ecvlpc4IdtDFJ+pWxxeUqK4MDx7u4RGEMboUuv737um3ed8P22V5gmYu30YW9zy3X8bVdXRA8V2CQ==

0 commit comments

Comments
 (0)