Improve/line task confirmation ux#1317
Open
gomagoma7 wants to merge 35 commits intoFoundationAgents:mainfrom
Open
Improve/line task confirmation ux#1317gomagoma7 wants to merge 35 commits intoFoundationAgents:mainfrom
gomagoma7 wants to merge 35 commits intoFoundationAgents:mainfrom
Conversation
…tegration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update system prompt to reflect Tomori LINE Bot assistant personality - Add agent state reset functionality for proper task execution cleanup - Configure MCP server connection to linebot-mcp-server via SSE transport - Enhance behavioral guidelines for LINE messaging context 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
…age to special_tool_names - Add mcp_linebot-mcp-server_send_line_message to special_tool_names in Manus agent - This ensures the agent terminates properly after sending LINE messages - Prevents duplicate message sending that was causing user frustration - Updated Japanese prompts for better user experience and clearer termination rules 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
- メッセージ履歴の先頭からtoolロールメッセージを除去 - OpenAI APIエラー「Tool messages need to be after the assistant message they were called from」を防止 - メッセージループと不正なメッセージシーケンスの問題を解決 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- ユーザー別のOpenManusエージェントセッション管理を追加 - TTL機能付きセッションマネージャーの実装 - APIエンドポイントにuser_id必須パラメータを追加 - セッション統計とクリーンアップ機能を提供 - 同時セッション数制限とメモリリーク防止機能 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- available_toolsから不要なツールを削除(PythonExecute, BrowserUseTool, StrReplaceEditor, AskHuman) - special_tool_namesからsend_line_messageを削除 - LINE応答エージェント用に最小限のツール構成(TerminateとMCPツールのみ) これにより以下の問題を解決: - ask_humanツールによるEOFエラーを回避 - send_line_message実行後の早期終了を防止 - セキュリティリスクのあるツールを除外 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Manusクラスに自動ユーザーID注入機能を実装 - execute_tool内でLINE Bot関連ツールのuserIdを自動注入 - システムメッセージエンドポイント(/system-message)を追加 - プロンプトからユーザーID情報を削除(自動注入で解決) - セッション管理の信頼性向上 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- execute_task関数のfinally句でagent状態をIDLEにリセットする処理を追加 - 実行成功・失敗に関わらず次回実行時の状態を確実にリセット - current_stepも0に初期化して確実な状態クリア
Import/akatuki main
- requirements.txtにstructlog~=24.4.0を追加(不足していたログライブラリ) - requirements.txtにdaytona>=0.1.0を追加(Daytona統合に必要) - config.tomlにDaytonaセクションを追加してバリデーションエラーを解決 - サンドボックス機能は無効のまま維持(use_sandbox = false) コンテナの再起動ループを引き起こしていたValidationErrorとModuleNotFoundErrorを解決
Add OpenRouter settings and example config
update toml for openrouter version
タスク登録時の追加確認がオープンクエスチョンになっていたのを、 文脈から推測した内容を提案してYes/Noで確認するスタイルに変更。 例:「午前ですか?午後ですか?」→「午前8時でよろしいですか?」
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features
Feature Docs
Influence
Result
Other