Replies: 2 comments
-
|
ok solved it, should have been |
Beta Was this translation helpful? Give feedback.
-
Related Projects & Prior ArtSome existing CLI-based AI assistant approaches worth studying: Microsoft AIShellhttps://github.com/PowerShell/AIShell Microsoft's AI-powered shell assistant. Similar concept to what we're proposing, though tightly integrated with PowerShell. OpenAI Codex CLIhttps://github.com/openai/codex OpenAI's terminal-based coding agent. More similar to Claude Code (AI-first with shell escape) than our proposed shell-first approach. Claude CodeAnthropic's CLI - the tool we're extending. AI-first paradigm with Vision Clarification: AISH as a Real ShellThe goal for AISH isn't just an AI wrapper - it should be a real shell that people could feasibly use as:
Why not PowerShell?PowerShell is overkill for most tasks and has confusing syntax. Most of the time we just want to:
Design Principles
This positions AISH as a practical daily-driver shell, not just a demo or wrapper. See design doc: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the sample given here: https://github.com/pyg-team/pytorch_geometric/blob/master/torch_geometric/nn/models/captum.py#L326
And i get this error message.
Beta Was this translation helpful? Give feedback.
All reactions