正在加载视频...

视频加载失败

🤏Some recent *smaller* updates in Warp: 1. Close tab button on left 2. Universal input shows styling when active 3. Press ! to open terminal mode 4. Updated default icon 5. Git branch & directory are searchable 6. Git dirty file counts 7. DMG improved visual design

13,784 次观看 • 1 年前 •via X (Twitter)

10 条评论

Ryke 的头像
Ryke1 年前

I shall never go back to Cursor. 3 days on Warp and I can't believe how insanely more optimized it is in not fucking up my codebase 🤷‍♂️

0xVivek ᵍᵐ ⟠ 的头像
0xVivek ᵍᵐ ⟠1 年前

I can’t believe how amazing Warp is! It’s hands down the best tool I’ve ever used for managing all my project codes. Ever since I installed Warp, I’ve totally ditched AI. It’s been such a game changer—super cool!

Muhammad Hassan 的头像
Muhammad Hassan1 年前

Plz add kimi 2 model too I would love to try @warpdotdev team

Kim Asmus 的头像
Kim Asmus1 年前

the automatic detection in shell mode to decide whether it’s a command or prompt is worse than before the agent update. The cmd + I is not useful but more pain. I get what you guys tried but that made things significantly worse. I am a 2 years+ everyday user.great update though!

René Remsik 的头像
René Remsik1 年前

Love it!

Mario 的头像
Mario1 年前

I love Warp, great app for DevOps activities. Please add support for local LLMs.

Himanshu Kumar 的头像
Himanshu Kumar1 年前

Small tweaks, big impact. These quality-of-life changes will boost daily productivity.

Muhammad Hassan 的头像
Muhammad Hassan1 年前

The dark blueluish gradient in icon us good cloud one hard to find

Isalhq 的头像
Isalhq1 年前

please add a copy button for the ai output

Hung Dinh 🇻🇳 的头像
Hung Dinh 🇻🇳1 年前

When support aws profile as built in sir ?

相关视频

long time no posting, here's some of the stuff we released in helium recently: - customizable keyboard shortcuts on all platforms - automatic updates on windows - frameless mode (previously zen mode), with floating sidebar, is now out of beta and included in settings by default - improved fingerprint noising: fixed the canvas noising algorithm and added protections against analysis attacks (thank you Cynthia 🐈 for your report, research, and assistance) - tab URL copying, one or multiple, formatted as a list with line breaks - manual tab hibernation, with an option to hibernate all tabs except for selected/active ones - an option to close tabs to the left (or above, in vertical layout) - redesigned toast notifications, now anchored to the active web page, and no longer blinding in dark mode - toast notification about newly opened background tabs in frameless mode (can be disabled in settings) - redesigned the infobar, it no longer looks out of place - improved QR code generation, now it's actually useful - downloads bubble is now shown instead of the full page whenever applicable - kagi search now supports reverse image search from image context menu - frameless mode animations are now smoother - better color contrast in light and dark modes - a lot of bug fixes and other minor improvements all of these changes are present in the latest version of helium. if you're using helium on windows, please update to the latest version, so your browser can be updated automatically from now on!

Helium

123,024 次观看 • 2 个月前

Use this prompt in OpenClaw to create your own AI agent command center that syncs up your life like Tony Stark's Jarvis in Iron Man. Adapt the specifics (agent names, data sources, branding) below to your own setup. Prompt: Build me a mission control dashboard for my OpenClaw AI agent system. Stack: Next.js 15 (App Router) + Convex (real-time backend) + Tailwind CSS v4 + Framer Motion + ShadCN UI + Lucide icons. TypeScript throughout. This is the command center where I monitor and control my autonomous AI agent(s) running on OpenClaw. The agent operates 24/7 on a Mac Mini, connected to Telegram/Discord, running cron jobs, spawning sub-agents, and reading/writing to a filesystem-based memory and state system. Dark mode only. Ultra-premium aesthetic, think Iron Man's JARVIS HUD meets a Bloomberg terminal. Subtle glass effects (backdrop-blur-xl, bg-white/[0.03]), no heavy gradients or glow. Rounded corners (16-20px on cards). Framer Motion for page transitions, stagger animations on card grids, spring physics on interactions. Mobile-first responsive. Never cookie-cutter. ## Architecture The dashboard reads live data from TWO sources: 1. **Convex**: real-time database for structured data (tasks, contacts, content drafts, calendar events, activity logs) 2. **Local API routes** (`/api/*`): read files from the agent's workspace filesystem at `~/.openclaw/workspace/` and return JSON. This is how live system state flows into the dashboard. ## Pages & Views (8 nav items, some with tab sub-views) ### 1. HOME (`/`) Dashboard overview. Grid of live status cards: - **System Health**: read from `/api/system-state` (parses `state/servers.json`). Show each service with UP/DOWN indicator, port, last check time. - **Agent Status**: read from `/api/agents` (parses `agents/registry.json` + agent workspace files). Show active agent count, healthy/unhealthy ratio, active sub-agent count from OpenClaw sessions API. - **Cron Health**: read from `/api/cron-health` (parses `state/crons.json`). Table of all scheduled jobs with name, schedule, last status (green/red dot), consecutive errors. - **Revenue Tracker**: read from `/api/revenue` (parses `state/revenue.json`). Current revenue, monthly burn, net. - **Content Pipeline**: read from `/api/content-pipeline` (parses `content/queue.md`). Kanban-style: Draft | Review | Approved | Published counts. - **Quick Stats**: total tasks, pending approvals, active sessions, uptime. All panels auto-refresh every 15 seconds. Live indicator dot + "AUTO 15S" badge in header. ### 2. OPS (`/ops`) with 3 tabs: Operations | Tasks | Calendar **Operations tab:** Full operational view. Server health table, branch status (from `state/branch-check.json`), observations feed (from `state/observations.md`), system priorities (from `shared-context/priorities.md`). **Tasks tab:** Strategic task suggestion system. API route `/api/suggested-tasks` reads/writes `state/suggested-tasks.json`. Cards grouped by category (Revenue, Product, Community, Content, Operations, Clients, Trading, Brand) with emoji headers. Each card shows title, reasoning, next action, priority badge, effort badge, approve/reject buttons. Filter bar by status and category. **Calendar tab:** Weekly calendar view from Convex `calendarEvents` table. Drag-to-create, color-coded by type, time slots. ### 3. AGENTS (`/agents`) with 2 tabs: Agents | Models **Agents tab:** Card grid of all registered agents from `/api/agents`. Each card shows name, role, model, level (L1-L4), status. Cards are CLICKABLE: expanding into a detail panel showing: - Agent personality (reads their SOUL .md) - Capabilities and rules (reads their RULES .md) - Sub-agents they can spawn - Recent outputs (reads from `shared-context/agent-outputs/`) **Models tab:** Model inventory table showing all available models, their routing (which tasks go to which model), costs, and failover chains. ### 4. CHAT (`/chat`): 2 tabs: Chat | Command **Chat tab:** Chat interface to communicate with the agent. Left sidebar shows session list (from `/api/chat-history` reading .jsonl transcript files). Main area shows messages with role-aligned bubbles (user right, assistant left), date separators, channel badges (telegram/discord/webchat). Input bar with send button + voice input (Web Speech API with SpeechRecognition). Messages sent via `/api/chat-send` which queues to a file the agent reads. **Command tab:** Quick command interface for common operations. ### 5. CONTENT (`/content`) Content pipeline management. Read from Convex `contentDrafts` table AND `/api/content-pipeline`. Show drafts in kanban columns. Each card shows title, platform target, draft text preview, status, created date. Edit/approve/reject actions. ### 6. COMMS (`/comms`) with 2 tabs: Comms | CRM **Comms tab:** Communication hub showing recent Discord digest, Telegram messages, notification history. **CRM tab:** Client pipeline kanban (Prospect → Contacted → Meeting → Proposal → Active). API route `/api/clients` reads markdown files from `clients/` directory. Each card shows client name, status, contacts, last interaction, next action. ### 7. KNOWLEDGE (`/knowledge`) with 2 tabs: Knowledge | Ecosystem **Knowledge tab:** Searchable knowledge base. Global search across all workspace files using `/api/knowledge` endpoint. **Ecosystem tab:** Product grid showing all products/apps in the ecosystem. Each card shows product name, status (Active/Development/Concept), health indicator, key metrics. Cards link to `/ecosystem/[slug]` detail pages with tabbed views (Overview, Brand, Community, Content, Legal, Product, Website, Actions). Detail pages read from `/api/ecosystem/[slug]` which parses workspace memory files. ### 8. CODE (`/code`) Code pipeline view. Shows repositories from `/api/repos` (scans ~/Desktop/Projects/ for git repos). Each repo card shows name, branch, last commit, dirty file count, language breakdown. Detail view at `/api/repos/detail` shows recent commits, file tree, open PRs. ## Navigation Top horizontal nav bar, NOT sidebar. All 8 items visible at all viewport widths. Use `flex` layout with `flex-1` items. Text size uses `clamp(0.45rem, 0.75vw, 0.6875rem)` for fluid scaling. Active item gets `text-primary bg-primary/[0.06]` static highlight (no sliding animation). Agent/app name visible at md+ breakpoints (`hidden md:inline`). Tab sub-views use a reusable `TabBar` component with pill/glass styling and Framer Motion `layoutId` transitions. Tab state stored in URL via `?tab=` search params. ## API Routes (all under `src/app/api/`) Each API route reads from the agent's workspace filesystem and returns JSON: - `/api/system-state` → reads `state/servers.json`, `state/branch-check.json` - `/api/agents` → reads `agents/registry.json`, agent SOUL .md files - `/api/agents/[id]` → reads specific agent's SOUL .md, RULES .md, outputs - `/api/cron-health` → reads `state/crons.json` - `/api/revenue` → reads `state/revenue.json` - `/api/content-pipeline` → parses `content/queue.md` (markdown with status markers) - `/api/suggested-tasks` → GET (read) / POST (approve/reject) on `state/suggested-tasks.json` - `/api/observations` → reads `state/observations.md` - `/api/priorities` → reads `shared-context/priorities.md` - `/api/chat-history` → reads .jsonl transcript files with pagination/search/channel filter - `/api/chat-send` → writes to queue file - `/api/clients` → reads markdown files from `clients/` directory - `/api/ecosystem/[slug]` → reads memory files for specific ecosystem - `/api/repos` → scans project directories for git repos - `/api/health` → returns status, uptime, memory usage, Convex connectivity All filesystem paths should be configurable via environment variable (default: `~/.openclaw/workspace/`). ## Convex Schema Define tables for: activities, calendarEvents, tasks, contacts, contentDrafts, ecosystemProducts. Include seed scripts (`convex/seed.ts`) to populate initial data. ## Key Design Rules - Mobile-first, test at 320px minimum - Font sizes 10-14px for body text, everything must fit naturally at small viewports - Cards use consistent border radius (16-20px) - Glass cards: `bg-white/[0.03] backdrop-blur-xl border border-white/[0.06]` - No heavy blur blobs or grain overlays - Stagger animations on card grids (0.05s delay per item) - Skeleton loading states for all async data - Custom scrollbar styling - Empty states with helpful messaging - All text must use Inter or system font stack - Never mix sharp and rounded corners in the same view - Premium = lighter feel, more whitespace, less visual noise ## File Structure ``` src/ app/ page.tsx, layout.tsx, providers.tsx agents/page.tsx calendar/page.tsx chat/page.tsx code/page.tsx comms/page.tsx content/page.tsx ecosystem/page.tsx, ecosystem/[slug]/page.tsx knowledge/page.tsx ops/page.tsx api/[...all routes above] components/ nav.tsx tab-bar.tsx dashboard-overview.tsx ops-view.tsx, suggested-tasks-view.tsx agents-view.tsx, models-view.tsx chat-center-view.tsx, voice-input.tsx content-view.tsx comms-view.tsx, crm-view.tsx knowledge-base.tsx, ecosystem-view.tsx code-pipeline.tsx activity-feed.tsx, calendar-view.tsx ui/ (ShadCN primitives) hooks/ lib/ convex/ schema.ts functions for each table seed.ts ``` Build the complete application. Every component, every API route, every Convex function. Production-quality code and premium design, not stubs. Dark mode only. Make it look incredibly beautiful and premium, no cookie cutter UI / AI slop.

klöss

201,608 次观看 • 6 个月前

I got curious how compaction works as a PM, so I did some brain surgery on Claude Code: (Anthropic's been doing really interesting work on context editing - they showed Claude Opus playing Settlers of Catan for 75+ minutes in a single thread by constantly editing the context instead of starting fresh. When I saw that Claude Code has a compaction command with optional custom instructions, I wanted to understand what's actually happening.) Abhishek Katiyar and Aman Khan gave me the key tip: Claude Code stores all your conversation history as text files on your computer. Open a new directory and give Claude Code a task. Here's how to watch compaction happening: 1. Go to your user's root directory 2. Press Command+Shift+Period (Mac) to show hidden folders 3. Navigate to ~/.claude/projects/ 4. Find your project folder and use Cursor/VSCode to open it (there's a reason) 5. Install the JSONL Gazelle plugin (open source, thank you Gabor Cselle!) 6. Open the most recent JSONL file - each row is a message in your conversation 7. Run the compact command in Claude Code with custom instructions 8. Watch what happens in the file What I learned: When you compact, Claude Code doesn't just summarize and delete everything. It creates a "compact boundary" in the conversation file, writes a summary of what happened before, but keeps the full original conversation (!!!!) The new thread can still retrieve any details from before compaction if needed. That is so damn cool. Why this matters: What you're getting in Claude Code is similar to what Anthropic ships in their developer SDK - so inspecting your daily tools is how you build real product intuition. The best way to understand AI systems is to open them up and look inside. Everything is text files.

Tal Raviv

57,910 次观看 • 7 个月前

TradingView to Screener & Marketsmith Extension ⚠️Please before asking in comment or DM, how to install, please read the full post, i have given the instructions also, and if you still cant follow it, You will find plenty of video on youtube on how to install the plugin, or ask AI⚠️ 🙏This was a killer timesaver tool for me, Hope it helps all, please share your feedbacks or gratitude in comments, will be sharing more plugin like this in future as well ☑️Overview This Chrome Extension natively integrates with TradingView, adding quick-access buttons to your top chart header. These buttons allow you to instantly view fundamental financial data for the currently active stock symbol on or evaluate it on MarketSmith India. > Features : > Screener New Tab: Opens the consolidated financials page for the current active TradingView symbol in a new browser tab. > Screener Splitscreen: Toggles a bottom-half split screen (iframe) inside the TradingView tab to load the page directly over your charts, letting you perform fundamental and technical analysis synchronously. > Marketsmith New Tab: Opens the stock evaluation page on MarketSmith India for the active symbol in a new tab. > This extension utilizes the Manifest V3 standard APIs and works smoothly across all modern Chromium-based browsers, including: Google Chrome Microsoft Edge Brave Browser Vivaldi Opera Arc Browser ⭐ Installation Instructions (Local/Unpacked) -> 1)Download or keep this entire extension folder on your computer. 1) Download or keep this entire extension folder on your computer: For Google Chrome: type chrome://extensions/ in the address bar. For Microsoft Edge: type edge://extensions/ in the address bar. For Brave: type brave://extensions/ in the address bar. Enable Developer mode using the toggle switch (usually located in the top-right corner). 3) Click the Load unpacked button that appears. 4) In the file explorer popup, choose this exact directory (the folder containing the manifest.json file). 5) The extension is now successfully installed! Open up TradingView to play around with the newly injected buttons in the top header. Github Repo ->

Roshan Kumar

14,810 次观看 • 5 个月前

My Full Workout Plan Schedule Monday: Upper A Tuesday: Lower A Wednesday: Zone 2 Cardio Thursday: Upper B Friday: Lower B Saturday: Zone 2 Cardio Sunday: Zone 2 Cardio 𝗨𝗣𝗣𝗘𝗥 𝗔 Exercise 1: Supine (Flat) Plate Loaded Chest Press Machine — 2x5-7 @ ~1 RIR Exercise 2: Chest Supported T Bar Rows w/ Elbows Flared — 2x5-10 @ ~1 RIR Exercise 3: Seated Low to High Cable Flys — 2x6-10 @ ~1 RIR Exercise 4: Single Arm Lat Pull-Down — 2x8-12 @ ~1 RIR Exercise 5: Cuffed Single Arm Cable Lateral Raises — 2x6-12 @ ~1 RIR Exercise 6: Preacher Curl Machine — 2x6-12 @ ~1 RIR Exercise 7: Seated Cable Tricep Push-Downs w/ Vulken Attachment — 1x6-12 @ ~1 RIR Exercise 8: Dumbbell Hammer Curls w/ Upper Arm Support — 2x6-12 @ ~1 RIR Exercise 9: Overhead Tricep Extension Machine — 1x6-12 @ ~1 RIR 𝗟𝗢𝗪𝗘𝗥 𝗔 Exercise 1: Single Leg Press — 1x6-12 @ ~1 RIR Exercise 2: Seated Leg Curls — 2x5-10 @ ~1 RIR Exercise 3: Leg Extensions — 2x6-12 @ ~1 RIR Exercise 4: Plate Stack 45 Degree Extensions — 1x6-12 @ ~1 RIR Exercise 5: Adduction Machine — 2x6-12 @ ~1 RIR Exercise 6: Single Leg Calf Press — 2x5-8 @ ~1 RIR (Partial reps from the dorsiflexed position to the neutral foot position) Exercise 7: Ab Crunch Machine — 2x5-10 @ ~1 RIR Exercise 8: Hip Thrusts Machine — 1x5-8 @ ~1 RIR 𝗨𝗣𝗣𝗘𝗥 𝗕 Exercise 1: Seated (Vertical) Plate Loaded Chest Press Machine — 2x5-7 @ ~1 RIR Exercise 2: Wide Grip Lat Pull-Down — 2x8-12 @ ~1 RIR Exercise 3: Plate Loaded Incline Machine Press — 2x5-8 @ ~1 RIR Exercise 4: Chest Supported Machine Rows w/ Elbows Tucked — 2x5-8 @ ~1 RIR Exercise 5: Seated Pin Loaded Machine OHP — 2x6-12 @ ~1 RIR Exercise 6: Preacher Curl Machine — 2x6-12 @ ~1 RIR Exercise 7: Seated Cable Tricep Push-Downs w/ Vulken Attachment — 1x6-12 @ ~1 RIR Exercise 8: Dumbbell Hammer Curls w/ Upper Arm Support — 2x6-12 @ ~1 RIR Exercise 9: Overhead Tricep Extension Machine — 1x6-12 @ ~1 RIR 𝗟𝗢𝗪𝗘𝗥 𝗕 Exercise 1: Reverse Band Smith Squats — 1x6-10 @ ~1 RIR Exercise 2: Seated Leg Curls — 2x5-10 @ ~1 RIR Exercise 3: Single Leg Extensions — 2x6-12 @ ~1 RIR Exercise 4: RDLs — 2x5-10 @ ~1 RIR Exercise 5: Adduction Machine — 2x6-12 @ ~1 RIR Exercise 6: Calf Press — 2x5-8 @ ~1 RIR (Partial reps from the dorsiflexed position to the neutral foot position) Exercise 7: Ab Crunch Machine — 2x5-10 @ ~1 RIR NOTES - I wrote the rep ranges very specifically to show you guys exactly how I’m progressing all the exercises I’m currently performing - I often take close to 4-5 minutes rest between sets -I have a very mild left knee issue at the moment which led me to rework my Leg sessions some — Reverse Band Smith Squats and Single Leg Press are allowing me to train totally pain free because of how forgiving they are on my knee

Dean Turner

87,387 次观看 • 3 个月前

HERMES AGENT IS PULLING AHEAD OF OPENCLAW. 8 FEATURES THAT WILL MAKE YOU SWITCH. 1. HERMES GETS SMARTER EVERY RUN. Hermes updates its own skills after every completed task. what worked gets saved. what failed gets refined. the Curator runs in the background every 7 days. prunes unused skills. consolidates duplicates. archives stale procedures to .archive/ (recoverable). your skill library stays clean without manual work. agents with 20+ self-created skills finish similar tasks ~40% faster. 2. CHECKPOINTS BEFORE EVERY FILE CHANGE. before Hermes touches your files, it snapshots the working directory with a shadow git store. if anything breaks: /rollback # restore last checkpoint /rollback 3 # go back 3 checkpoints config: → max 20 snapshots per project → max 10MB per file, 500MB total store → auto-prune after 7 days → opt-in: set checkpoints.enabled: true you can also restore a single file without affecting the rest of the directory. 3. STABLE RELEASES. Hermes ships fewer updates. the ones it ships go through 500+ PRs per release with community testing before merge. v0.16.0 had 874 commits and 542 merged PRs. the update system runs syntax validation after every pull. if anything breaks, it auto-rolls back to the last working state. 4. 27+ MESSAGING PLATFORMS. Telegram, Discord, Slack, WhatsApp, Signal, iMessage, SMS, Email, Teams, Matrix, and 17 more. one gateway process covers all of them. 5. PROFILE ISOLATION. separate agents with their own model, memory, skills, cron jobs, and SOUL.md. run a researcher on GPT-5.5 and a coder on Fable 5 simultaneously on the same machine. 6. KANBAN + DISPATCHER. task orchestration with 60-second dispatch cycle, zombie detection, heartbeat tracking, retry budgets. assign tasks to agents from a visual board. 7. /GOAL WITH JUDGE MODEL. persistent objectives across turns. a judge evaluates after each turn: done or continue. runs for hours autonomously. 8. BUILT-IN MIGRATION FROM OPENCLAW. hermes claw migrate one command moves your OpenClaw setup to Hermes. supports --dry-run to preview before changing anything. also migrates legacy Clawdbot and Moldbot setups. OpenClaw still has the bigger ecosystem and more community integrations. both tools are open source. both are actively developed. this is about which architecture compounds better over months of use. full Hermes SOUL . MD guide 👇

YanXbt

19,573 次观看 • 2 个月前

day 4 of building an OpenCode clone from scratch i have a newfound appreciation for how good this tool is, and how much attention to detail was put into making it. here is what i managed to clone, and problems i've encountered: 1. scrollable autocomplete. mouse click to select, mousewheel to scroll, arrow keys that auto-scroll when you hit the edge, enter to confirm, sounds simple, but remember that this is a CLI tool, not a web app, all of this has to be implemented from the ground up 2. toast notifications in the terminal, success/error/info variants, auto-dismiss, easily triggerable through context 3. modal dialogs with backdrop overlay, click-outside-to-close, escape to dismiss, focus trapping so the content behind stops capturing input, again, seems simple, but the concept of a "dialog" does not exist in the terminal, so implementing it is way harder 4. built a responder chain for keyboard input, only the topmost layer owns the keyboard. ctrl+c walks down: dialog > command menu > clear input > exit. had to invent this because there's no built-in focus management in a terminal 5. generic command actions. each command gets a context with toast, dialog, and navigate (easily extendable for further features) 6. react-router with a memory router in a terminal app. navigate between screens with the same patterns as web 7. (mock) session view with user/bot message components. thinking indicator, model info footer, mode-colored borders when you use opencode, you don't think about these things, but there is a million little details they thought of. absolutely insane and cracked team Anomaly

Code With Antonio

69,394 次观看 • 5 个月前

Recorded my first walkthrough video for App Publishing via Manus 👉👈✨ You can now package and share your app for testing on Google Play Store and the Apple App store without setting up Xcode, Android Studio, or wrestling with build configurations. Supported platforms: • Android → Google Play (Internal Testing) • iOS → App Store (TestFlight) Ready to try it? Here's how 👇 ➡️Google Play: Prerequisites: Google Play Developer account ($25 one-time fee) Steps: 1. In Manus, click Publish → select the Android tab 2. Click Build APK — Manus packages your app in AAB format 3. Go to your Google Play Console and navigate to Internal testing 4. Click Create new release and upload the AAB file 5. Under Testers, add your email address (or create an email list for your team) 6. Copy the opt-in link 7. Open the link on your Android device, accept the invite, and install ➡️App Store: Prerequisites: • Apple Developer account ($99/year) • iPhone with TestFlight installed Steps: 1. In Manus, click Publish → select the iOS tab 2. Click Create app and follow the prompts to connect your Apple Developer account 3. Manus will package and upload your app to App Store Connect automatically 4. Wait for Apple to process your build 5. You'll receive an email from TestFlight when it's ready 6. Open the email on your iPhone, tap the link, and install via TestFlight 🔗 Full guide: Let me know what else you'd like to see next!

Natalie 🇸🇬

313,056 次观看 • 6 个月前

HERMES AGENT SUPPORTS 7 TYPES OF AI AGENTS. EACH ONE TAKES LESS THAN 90 SECONDS TO SET UP. MOST PEOPLE ONLY BUILD THE FIRST ONE. HERE ARE ALL SEVEN AND WHEN TO USE EACH. 1. BASIC AGENT WITH TOOLS your agent with access to terminal, browser, file system, web search, and calendar. it plans and executes tasks on its own. this is what you get on day one. "find flights to Lisbon under $400" "check my calendar and flag conflicts" "search the web for competitor pricing" set in Desktop app / Dashboard: Tools → enable what you need. when to use: single tasks that need tool access. 2. AGENT WITH MCP SERVERS connect your agent to external services. Notion, Google Drive, GitHub, Slack, databases, APIs, any MCP-compatible service. the agent doesn't scrape these services. it interacts through structured APIs. reads your Notion pages. creates GitHub issues. queries your database. sends Slack messages. set in Desktop app / Dashboard: MCP → Add Server. when to use: your workflow lives across multiple platforms. 3. SEQUENTIAL AGENTS (pipeline) one agent finishes. passes output to the next. assembly line for AI. agent 1: scans inbox for leads. agent 2: qualifies leads against criteria. agent 3: drafts outreach emails. in Hermes: cron jobs with wakeAgent gates. agent 1 writes output to a file. agent 2 wakes only when that file has new data. agent 3 wakes when agent 2 is done. each agent = a separate profile with its own model. when to use: multi-step workflows where each step depends on the previous one finishing. 4. PARALLEL EXECUTION AGENTS multiple agents working at the same time. results merge when all finish. "research these 5 competitors in parallel" in Hermes: delegate_task with batch mode. up to 3 sub-agents running in parallel by default. each gets its own clean context. only summaries return to the parent. delegation: model: "deepseek/deepseek-v4" children run cheap. parent synthesizes. when to use: independent tasks that don't depend on each other. research, data gathering, analysis. 5. AGENTS WITH ROUTERS conditions that send tasks down different paths based on the input. "if sales email → SDR profile. if support ticket → support profile. if calendar invite → EA profile." in Hermes: Kanban decompose. the decomposer reads profile descriptions and routes each task to the best-fit agent. or: Chief of Staff profile that triages and assigns to other profiles. when to use: incoming work that needs different specialists based on type. 6. HUMAN IN THE LOOP the agent does the work. asks for your approval before executing. "I drafted this email. approve before I send?" "this command will delete 3 files. proceed?" in Hermes: approvals.mode: manual (default). every dangerous action needs your confirmation. 60-second timeout. fails closed. or smart mode: LLM assesses risk. safe actions auto-approved. dangerous ones ask you. uncertain ones escalate. when to use: tasks where a mistake has real consequences. emails, deployments, financial transactions, public posts. 7. DYNAMIC SUB-AGENT SPAWNING your main agent realizes it needs help and spawns specialized sub-agents on the fly. "build this feature" → parent delegates: → sub-agent 1: research the API docs → sub-agent 2: write the code → sub-agent 3: write the tests in Hermes: delegate_task with role: orchestrator. raise max_spawn_depth for nested delegation. delegation: max_spawn_depth: 2 orchestrator_enabled: true depth 2 with concurrency 3 = up to 9 parallel workers. each level multiplies the spend. raise depth only when you need multi-level trees. when to use: complex tasks where the agent discovers what help it needs during execution. THE PROGRESSION: start with 1 (tools) and 6 (approvals). add 2 (MCP) when you need external services. add 4 (parallel) when tasks take too long one at a time. add 3 (sequential) when you build multi-step pipelines. add 5 (routing) when you run multiple profiles. add 7 (dynamic) when single-agent reasoning falls short. seven types. each under 90 seconds to configure. the value compounds as you stack them. comment AGENTS and I'll send you 3 ready-to-build agent setups that combine these types into real workflows.

YanXbt

17,312 次观看 • 1 个月前

🎉 Tailkit 4.0 is here, and I couldn't be more excited! 🙌🥳 But first - Giveaway Alert! Want to get a free Tailkit Developer license? Just drop a reply and give a like or repost (totally optional, but super appreciated). The lucky winner will be announced next Tuesday (October 8th) – good luck! Can you believe it’s already been 4 years since Tailkit’s journey started? ❤️ It feels like just yesterday I launched Tailkit 1.0 as an offline standalone web app back on October 1st, 2020. I'm really attached to this project because it was launched just a few days before I became a dad 👶😍 Fast forward to today, and Tailkit has grown into a fully customizable, feature-packed online app that gives you access to: - 550+ Tailwind CSS components (fully responsive + dark mode support) - 1,750+ Code snippets for HTML, React, Vue.js, and Alpine.js - 7 Marketing & Application Templates for HTML, React, Vue.js, and Laravel (fully responsive + dark mode support) - 10 Starter Kits for HTML, HTML with Vite, React, Vue.js, Laravel, Next.js, Nuxt, Astro, Svelte and Angular - 30 Days of Unlimited Design Service with every new Team license - Exclusive deals on third-party tools and projects - Handy helper tools like Button Builder, Color Palette, and Icon Finder - 3,700+ SVG Icons from Bootstrap and Heroicons - Free lifetime updates - Email support whenever you need it And the 4.0 update is packed with even more awesome features and upgrades: - 6 new UI components (Notifications) were added in Application UI package - 20 new UI components (Image/Content Sliders++) were added in Marketing package - React version (uses Vite) is introduced for all Templates - React code snippets were improved in all packages - Astro Starter Kit was added - Remove Dark Classes (from code snippets) option was added in App - Universal Dark Mode (preview pane can default to global dark mode) option was added in App - New preview colors (fuchsia, gray) were added in App - Heroicons v2 icons were updated to v2.1.5 adding 28+ brand new icons in App - 3 new exclusive deals are now available - UI design improvements in App - Various improvements and fixes in App - All dependencies were updated in Starter Kits - All dependencies were updated in Templates - Marketing website redesigned - Color Palette tool was made available to all I’ve put over 200 hours into this update alone, and I’m beyond excited to finally share it with you. Your continued support has made this journey possible, and I’m so grateful to have you along for the ride. 🙏 Wishing you an amazing day – remember, YOU ARE AWESOME! Go build something incredible! 🚀

John Champ

10,940 次观看 • 1 年前

Bitlight Wallet v0.15.5 Release Notice We’re excited to roll out Bitlight Wallet v0.15.5, bringing key improvements to stability, customization, and RGB asset visibility—based on real user feedback and edge case testing. What’s New in v0.15.5: 1. New: RBF Acceleration Replace-by-Fee (RBF) is now enabled by default. If a transaction remains unconfirmed for a long time, users can re-broadcast it with a higher fee to accelerate confirmation. 2. Settings Reliability Fix Resolved an issue where system settings such as theme and timelock would revert to default after configuration. These settings are now saved locally and persist as expected. 3. RGB Invoice Records RGB asset pages now include a dedicated invoice history section, displaying transaction ID, amount, and status for each invoice-related transaction to improve transparency and traceability. 4. UI Enhancements Improved visual responsiveness when selecting address formats by adding clearer checkbox states, making the selection process more intuitive and user-friendly. 5. Copy and Prompt Updated several text prompts, including clearer instructions when manually creating UTXOs and improved messaging when no valid mainnet UTXOs are available. 6. Critical Bug Fixes Fixed issues where assets could not be recovered after unconfirmed transfers, and where wallet balances incorrectly showed as zero after failed broadcasts. All RGB v0.12 features are now fully integrated. The RGB Registry has been reset to enable more effective testing. We continue to refine Bitlight Wallet for real-world RGB adoption. Your feedback makes it better—thank you for being part of the journey. Make Bitcoin Smart.

Bitlight Wallet⚡️

11,726 次观看 • 1 年前