mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
Steven Enamakel
parent
97ff4f53d3
commit
e1a8f16778
@@ -18,7 +18,7 @@ class Openhuman < Formula
|
||||
ENV["OPENSSL_NO_VENDOR"] = "1" if OS.linux?
|
||||
|
||||
system "cargo", "install", "--bin", "openhuman-core", *std_cargo_args
|
||||
bin.install_symlink bin/"openhuman-core" => "openhuman"
|
||||
bin.install_symlink "openhuman-core" => "openhuman"
|
||||
end
|
||||
|
||||
test do
|
||||
|
||||
@@ -30,7 +30,8 @@ class Openhuman < Formula
|
||||
end
|
||||
|
||||
def install
|
||||
bin.install "openhuman-core" => "openhuman"
|
||||
bin.install "openhuman-core"
|
||||
mv bin/"openhuman-core", bin/"openhuman"
|
||||
end
|
||||
|
||||
test do
|
||||
|
||||
@@ -145,6 +145,22 @@ pub const DISCORD_CURATED: &[CuratedTool] = &[
|
||||
slug: "DISCORD_LIST_MY_CONNECTIONS",
|
||||
scope: ToolScope::Read,
|
||||
},
|
||||
CuratedTool {
|
||||
slug: "DISCORD_LIST_GUILD_CHANNELS",
|
||||
scope: ToolScope::Read,
|
||||
},
|
||||
CuratedTool {
|
||||
slug: "DISCORD_GET_CHANNEL",
|
||||
scope: ToolScope::Read,
|
||||
},
|
||||
CuratedTool {
|
||||
slug: "DISCORD_SEND_MESSAGE",
|
||||
scope: ToolScope::Write,
|
||||
},
|
||||
CuratedTool {
|
||||
slug: "DISCORD_CREATE_MESSAGE",
|
||||
scope: ToolScope::Write,
|
||||
},
|
||||
];
|
||||
|
||||
// ── telegram ────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user