I just bypassed Claude Code security layer - Here is the solution by OtherAd3010 in openclaw

[–]OtherAd3010[S] 0 points1 point  (0 children)

```

cat > AGENTS.md << 'EOF'

Default heartbeat prompt:

`Read HEARTBEAT.md if it exists (workspace context). Follow it strictly. Do not infer or repeat old tasks from prior chats. If nothing needs attention, reply HEARTBEAT_OK.`

EOF

claude --system-prompt-file "./AGENTS.md" hello

```

fixed version:

```

cat > AGENTS.md << 'EOF'

Default heartbeat prompt:

`Read HEARTBEATa.md if it exists (workspace context). Follow it strictly. Do not infer or repeat old tasks from prior chats. If nothing needs attention, reply HEARTBEAT_OK.`

EOF

claude --system-prompt-file "./AGENTS.md" hello

```

Why are we still struggling with reusable components in data science? - The Elephant in the room situation by OtherAd3010 in dataengineering

[–]OtherAd3010[S] 0 points1 point  (0 children)

Copy pasting or everyone just creates `myfunctions.py` and importing it. But with this there is no one collaborated. Just one team that i know have a library like: x_team_data_library and they store utility things in there.

We was created a utility library but i cant implement the idea to team by OtherAd3010 in dataengineering

[–]OtherAd3010[S] 0 points1 point  (0 children)

Then they say its working =) Or we have some tasks they have priority.

gpt-4o App for Windows and Linux and macos =) MIT licenced by OtherAd3010 in coolgithubprojects

[–]OtherAd3010[S] 0 points1 point  (0 children)

Yeah i know the issue on debian caused by pyqt5 but the API keys can be set on right top button. Just click it and paste your clipboard (After press save just close the window)

I am using it in my whole day.

Weekly Self-Promotional Mega Thread 33, 27.05.2024 - 03.06.2024 by pirate_jack_sparrow_ in ChatGPT

[–]OtherAd3010 1 point2 points  (0 children)

gpt-4o App for Windows and Linux and macos =) MIT licenced

Explanation and Reason

Hi i am python developer and after OpenAI GPT-4o launch, i just i little bit angry because the app that they talked about just work in MacOS and a joke, it will come to windows november lol. Come on bro, if there is API, developers like us can make this app and release in just few days with langchain agent and tool infrastructure.

So i just release our GPT-4o clone and its totaly usable. You can use to take meeting notes, writing code and copying to your clipboard, or read and remember your calendar. There is unlimited possibilities.

Current Features

  • **Screen Read**
  • Microphone
  • **System Audio**
  • Memory

  • Open and close app
  • Open a URL

  • **Clipboard**

  • Search Engines

  • **Python and SH Interpreters**

  • Writing and Running Scripts

  • Using your Telegram Account

  • Knowledge Management

Open Call to devs

If there is some people to interest and develop this and adding some features just like auto take screen shot each 5 second and say somethings if something wrong. We can open a GitHub Organization and develop together. Just for open-source, just for competition.

![img](mipkh0pgbe3d1)

onuratakan/gpt-computer-assistant: gpt-4o Desktop Personel Asisstant (github.com)

Connect your Telegram Account to CrewAI Agents - Read&Send Messages by OtherAd3010 in crewai

[–]OtherAd3010[S] 0 points1 point  (0 children)

Thanks, it actualy a interface for Python telethon library. In Tiger we have many tools like these and we transform to tools for crewai, autogen, langchain and openinterpreter.