並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 20 件 / 20件

新着順 人気順

https chatgpt com api auth sessionの検索結果1 - 20 件 / 20件

  • 作って使うAIエージェント —— Pi Coding Agentで足りない機能を自作しよう

    Pi Coding Agentは、Mario Zechner氏が開発しているOSSのターミナル型コーディングエージェントです。 Pi Coding AgentA terminal-based coding agentなぜ今Piを紹介するのか。コーディングエージェントは、Claude Code、Codex、Cursor、OpenCode、Hermes Agent、OpenClawなど選択肢が増えました。 一方で、関心はモデル単体の性能だけでなく、モデルをどう動かすかというハーネス層にも移っています。継続実行ループ、常駐ジョブ、サブエージェント、メモリ、検索、外部ツールをどう組み合わせるか、という話です。 この背景には、最高性能モデルのリリースが以前ほど単純ではなくなっていることもあります。OpenAIの次期モデルでは安全性確認を理由に段階的提供が報じられ、AnthropicのFable 5

      作って使うAIエージェント —— Pi Coding Agentで足りない機能を自作しよう
    • The Prompt Engineering Playbook for Programmers

      Developers are increasingly relying on AI coding assistants to accelerate our daily workflows. These tools can autocomplete functions, suggest bug fixes, and even generate entire modules or MVPs. Yet, as many of us have learned, the quality of the AI’s output depends largely on the quality of the prompt you provide. In other words, prompt engineering has become an essential skill. A poorly phrased

        The Prompt Engineering Playbook for Programmers
      • GitHub - modelcontextprotocol/servers: Model Context Protocol Servers

        Official integrations are maintained by companies building production ready MCP servers for their platforms. 21st.dev Magic - Create crafted UI components inspired by the best 21st.dev design engineers. 2slides - An MCP server that provides tools to convert content into slides/PPT/presentation or generate slides/PPT/presentation with user intention. ActionKit by Paragon - Connect to 130+ SaaS inte

          GitHub - modelcontextprotocol/servers: Model Context Protocol Servers
        • OpenClaw(旧:Clawdbot)を触ってみよう!|むなかた AI×Web3エンジニア

          記事を書いた後にClawdbot→OpenClawに名前が変わりました。コマンドや名称をopenclawに統一しましたが、すでにインストール済みの方はコマンドの「openclaw」を「clawdbot」と読み替えて実行ください。 今回はいま巷で話題のOpenClawを触ってみよう!ということで、手元のPCで動作を確認することを目的としたセットアップの手順を紹介していきます。 OpenClawは動作するメッセージアプリやAIツールの非常に選択肢が多いのですが、今回はとにかくハードル低く導入することを目指し、 DiscordからBotの呼び出しを行う想定 Google(Antigravity)ログインで無料に使い始める AIはAPI経由で利用(使用量に応じた課金が発生するので注意) 設定は最小限 Windows/Macでのそれぞれの導入方法 という条件で手順を紹介していきます! Clawbot

            OpenClaw(旧:Clawdbot)を触ってみよう!|むなかた AI×Web3エンジニア
          • Auth.jsを引き継いだBetter Authについて、調べてみたぜ

            本記事のサマリ 2025年9月に、長らくNext.jsエコシステムで愛用されてきたAuth.js(旧NextAuth.js)がBetter Authチームによって正式に引き継がれました。この記事では、このニュースの背景と、TypeScript firstで設計されたBetter Authの特徴、従来のAuth.jsとの違いについて調べた結果をまとめています。 はじめに - 認証ライブラリに起きた大きな変化 9月のある日...Web開発界隈に少し驚きのニュースが流れました。Next.jsアプリケーションの認証といえば必ずといっていいほど名前が挙がるAuth.js(旧NextAuth.js)が、Better Authという新しいチームによって引き継がれることになったのです。 Auth.jsは長年にわたってJavaScript/TypeScriptエコシステムで広く使われてきた認証ライブラリです

              Auth.jsを引き継いだBetter Authについて、調べてみたぜ
            • GitHub - punkpeye/awesome-mcp-servers: A collection of MCP servers.

              Servers for accessing many apps and tools through a single MCP server. 1mcp/agent 📇 ☁️ 🏠 🍎 🪟 🐧 - A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one. tadas-github/a2asearch-mcp 📇 ☁️ - MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access"

                GitHub - punkpeye/awesome-mcp-servers: A collection of MCP servers.
              • App Server – Codex | OpenAI Developers

                Protocol Like MCP, codex app-server supports bidirectional communication using JSON-RPC 2.0 messages (with the "jsonrpc":"2.0" header omitted on the wire). Supported transports: stdio (--listen stdio://, default): newline-delimited JSON (JSONL). websocket (--listen ws://IP:PORT, experimental): one JSON-RPC message per WebSocket text frame. In WebSocket mode, app-server uses bounded queues. When re

                  App Server – Codex | OpenAI Developers
                • Building agents that reach production systems with MCP | Claude

                  https://claude.com/blog/building-agents-that-reach-production-systems-with-mcp Agents are only as useful as the systems they can reach. Teams tend to converge on three approaches for connecting them to external systems—direct API calls, CLIs, and MCP. This post lays out where each fits, why production agents tend to land on MCP, and the patterns for building those integrations effectively. Connect

                    Building agents that reach production systems with MCP | Claude
                  • Firebase AuthenticationでメールリンクパスワードレスかつCookieによる半永続的セッションを実現する - エムスリーテックブログ

                    こちらはエムスリー Advent Calendar 2024 8日目の記事です。 AI・機械学習チーム(以下、AIチーム)の中村伊吹(@inakam)がお送りします。 社内横断的に機械学習周りをなんでもやるをモットーにするAIチームですが、現在私はクライアント向けに認証機能が組み込まれたプロダクトを開発しています。 認証要件は次のようになっており、これをFirebase Authenticationで実現する方法をこの記事では解説します。 なお、Firebaseの導入についてはこの記事の範囲外とします。*1 メールリンクを用いてパスワードレスに認証する セッション情報をCookieに保持する セッションは半永続的に維持する つまり一定期間内にアクセスがあれば、セッション時間を延長したい またコード例として、フロントエンドはReact(Firebase SDK)、サーバーサイドはGo言語(F

                      Firebase AuthenticationでメールリンクパスワードレスかつCookieによる半永続的セッションを実現する - エムスリーテックブログ
                    • Claude Codeで複数のAIエージェントが協調作業!並列実行チーム構築ガイド|AGIラボ

                      はじめに最近Xなどで、複数のAIに同時並行で作業をさせる開発風景を見たことはありませんか? 神威/KAMUIを開発されている元木さんのツイートで話題になったtmux×Claude Codeを連携することで、Claude Codeを組織的に使用することが可能です。 画面は神威/KAMUIをHaconiwa(箱庭)を使って16並列実装を行っている様子🥳 自分のPCの実装画面なんだけど、なんとかぼかせないかなと思っていたら、Claude Codeを使うことによって、ffmpegで一瞬でぼかしてくれた超楽! Haconiwa(箱庭)開発ログ #haconiwa #jjz #kamuiart #kamuidev pic.twitter.com/WnDfgRyZRa — 神威/KAMUI (@kamui_qai) June 21, 2025 この記事では、そんな「AI並列実行チーム」をAnthrop

                        Claude Codeで複数のAIエージェントが協調作業!並列実行チーム構築ガイド|AGIラボ
                      • 週刊Railsウォッチ: bin/ciが追加、HashWithIndifferentAccessへの変換がスキップ可能にほか(20250409)|TechRacho by BPS株式会社

                        こんにちは、hachi8833です。 Findy Conferenceがリリースされました🥳 「行きたかったのにチケットが売り切れていた😭」「スポンサー募集の〆切終わってた😭」なんてことがなくなる!!!https://t.co/RZCUCW8Rcy — まっきー (@ayamakkie) March 27, 2025 つっつきボイス:「上のリンクは、今どんなカンファレンスが予定されているのかを言語ごとやテーマごとに串刺しで表示してくれるサービスだそうです(例: Rubyの場合)」「お、コロナ後でイベントも順調に復活しているようですね: 当てもなくカンファレンスや勉強会を探すよりは、こういうサービスを手がかりに探してみてもよさそう👍」 週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やX.comでの議論などにどうぞ 「つっつきボイス」はRail

                          週刊Railsウォッチ: bin/ciが追加、HashWithIndifferentAccessへの変換がスキップ可能にほか(20250409)|TechRacho by BPS株式会社
                        • CakePHP2 から CakePHP4 への移行について (1) – iroha Tech Note

                          iroha Tech Note 備忘録です。HTML5/JS、Electron(旧Atom-Shell), NW.js(旧node-webkit)、Adobe AIR/Flex、標準化の話などを中心に、日々学んだことを書いていきます。 フレームワークのアップグレードは、しばしば開発者にとって頭の痛い問題となっています。今回は恐らく多くの組織で課題となっていると思われる CakePHP2 から CakePHP4 へ移行について取り上げてみたいと思います。 小規模かつCakePHP2版のソースのメンテナンスの継続を前提としたソフトウェアを移行対象としており、他のシステムの移行に対してはあまり参考にならない可能性があります。またビヘイビア、コンポーネント、ヘルパー、プラグイン、シェル、テストは移行対象としていません。記載しているコードは事前調査のために独自に作成したもので、動作を保証するものでは

                          • GitHub - punkpeye/awesome-mcp-servers: A collection of MCP servers.

                            Servers for accessing many apps and tools through a single MCP server. 1mcp/agent 📇 ☁️ 🏠 🍎 🪟 🐧 - A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one. tadas-github/a2asearch-mcp 📇 ☁️ - MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access"

                              GitHub - punkpeye/awesome-mcp-servers: A collection of MCP servers.
                            • Google Apps ScriptでGoogle Chatにメッセージを送る【GAS】 | 🌴 officeの杜 🥥

                              Google Apps Scriptには、Google Chatに送る為のメソッド類は装備されていません。Google ChatはREST APIとして提供されているので、Google Apps Scriptで利用する場合は、このAPIを叩いて送信する必要があります。 Webhookを利用して送りつける方法はあるのですが、自動化などで利用する場合には、そのWebhook URLを知っておく必要がある上に送信しか出来ないので、色々と不便です。そこでこのAPIを利用して色々出来ないか調べてみました。 ※いわゆるチャットボットになります。 ※OpenAIのGPT-3人工チャットAIのAPIを機能として追加。以下のエントリーを参考にしてみてください。 Google ChatのBotにOpenAIのchatGPTを繋げてみた【GAS】 今回利用するスプレッドシート等 Google Chatに送る –

                                Google Apps ScriptでGoogle Chatにメッセージを送る【GAS】 | 🌴 officeの杜 🥥
                              • The AI-Native Software Engineer

                                An AI-native software engineer is one who deeply integrates AI into their daily workflow, treating it as a partner to amplify their abilities. This requires a fundamental mindset shift. Instead of thinking “AI might replace me” an AI-native engineer asks for every task: “Could AI help me do this faster, better, or differently?”. The mindset is optimistic and proactive - you see AI as a multiplier

                                  The AI-Native Software Engineer
                                • Hermes Agent: 実践者のためのリファレンス(2026)

                                  ██╗ ██╗███████╗██████╗ ███╗ ███╗███████╗███████╗ █████╗ ██████╗ ███████╗███╗ ██╗████████╗ ██║ ██║██╔════╝██╔══██╗████╗ ████║██╔════╝██╔════╝ ██╔══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝ ███████║█████╗ ██████╔╝██╔████╔██║█████╗ ███████╗█████╗███████║██║ ███╗█████╗ ██╔██╗ ██║ ██║ ██╔══██║██╔══╝ ██╔══██╗██║╚██╔╝██║██╔══╝ ╚════██║╚════╝██╔══██║██║ ██║██╔══╝ ██║╚██╗██║ ██║ ██║ ██║███████╗██║ ██║██║ ╚═╝

                                    Hermes Agent: 実践者のためのリファレンス(2026)
                                  • Claude Code から Codex 経由で gpt-image-2 で画像を作る(ChatGPT サブスク内で完結)|Manabu Uekusa

                                    Claude Code から Codex 経由で gpt-image-2 で画像を作る(ChatGPT サブスク内で完結) 今週、gpt-image-2がリリースされて、GPT-5.5もリリースされたので、Codexで画像生成が良さそうな感じになってきました!Claude CodeからもCodex経由でimage-2の画像が月額課金で利用できるようになりました〜 めっちゃ便利になったので、Claude Codeに記事化してもらましたw  みなさんの参考になればと〜 はじめにコーディング中に「ちょっと画像が欲しい」と思うこと、ありませんか? READMEに貼るキャラクター、資料のイメージ、テストデータの画像など、用途は日常にあふれています。 画像生成 API を叩けば解決するのですが、画像1枚ごとに従量課金が積み上がると地味に痛い。そこで今回は、Claude Code のシェルから Code

                                      Claude Code から Codex 経由で gpt-image-2 で画像を作る(ChatGPT サブスク内で完結)|Manabu Uekusa
                                    • GitHub - taishi-i/awesome-ChatGPT-repositories: A curated list of resources dedicated to open source GitHub repositories related to ChatGPT and OpenAI API

                                      awesome-chatgpt-api - Curated list of apps and tools that not only use the new ChatGPT API, but also allow users to configure their own API keys, enabling free and on-demand usage of their own quota. awesome-chatgpt-prompts - This repo includes ChatGPT prompt curation to use ChatGPT better. awesome-chatgpt - Curated list of awesome tools, demos, docs for ChatGPT and GPT-3 awesome-totally-open-chat

                                        GitHub - taishi-i/awesome-ChatGPT-repositories: A curated list of resources dedicated to open source GitHub repositories related to ChatGPT and OpenAI API
                                      • GitHub - fainir/most-capable-agent-system-prompt: Most Capable Agent System Prompt

                                        Paste this prompt into your coding agent of choice - Claude Code, Codex, Cursor, or any similar tool - and it will build the most capable, self-improving agentic system possible. Either as a harness wrapper around your existing agent or as fresh code built from scratch based on your preference. A system that can handle software engineering, scientific research, running a company, data analysis, br

                                          GitHub - fainir/most-capable-agent-system-prompt: Most Capable Agent System Prompt
                                        • AppRouter(RSC)で簡単にグローバルステートを導入して、SCでもCCでもServerActionsでも横断的に状態を共有する方法

                                          VTeacher所属のSatokoです。 フロントエンドエンジニアとバックエンドエンジニアを兼任しています。 王道なテクノロジーと少しだけGeekなテクノロジーを組み合わせた選定が好みです🤤 Next.js AppRouter (React Server Components) を採用する企業が増えていますね! 今回は弊社でやっている、サーバーコンポーネント(SC)、クライアントコンポーネント(CC)、そしてServerActionsを問わず、横断的に状態を共有する方法をご紹介します! こんな感じで、 AppRouter (RSC) 環境下で、ある枝の末端にあるクライアントコンポーネントから、別の枝にあるサーバーコンポーネントへ状態を共有したい場合を想定しています。 バケツリレー(親から子への連鎖的な受け渡し)を避けたいときです。 (それでも・・・わたしはバケツリレー推奨派です・・・)

                                            AppRouter(RSC)で簡単にグローバルステートを導入して、SCでもCCでもServerActionsでも横断的に状態を共有する方法
                                          1