From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=systemreboot.net; s=default; t=1786106490; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=CSFOUpjgv60HKlsCG+CpXN7On/HIP5Xg8YOT90RFMU0=; b=iBv4NcRI9DtgbWp3B4RXCYZqgeYTzIpCHnu5H+Fx4TglrOcvc4x0zwPi7S+L4Wiz4ppZ2p a8HiLfMp3nm7qcaBpKO9zaQeJSrwsCpu7e1bVVTHMd5FxAJRArTpImP03R2O94mIWZiA6K kg6dsPXpi3v6aVJnFCLF3HKBff9RsjW2N27v0e93H+9vf4BAh7RRoAwrh41xvhxy3He4lL PLEU3ZHw3Sz5U/KbW58FD+RgwX2xRIbmhSqTCjftNQqls3eCQ+4vWwtC0+WUgerVdTa3fg 8zwUPS28AEC8oUBJFPJg2D/sRVtSrKjAPuB+j9tOxxRKzLJoOjVn069h2/PCwQ== Received: from localhost ( [192.168.2.1]) by mugam.systemreboot.net (OpenSMTPD) with ESMTPSA id 413c60eb (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 7 Aug 2026 12:41:30 +0000 (UTC) From: Arun Isaac To: kaagum@systemreboot.net Subject: Re: Kaagum gets Kagi In-Reply-To: <871pcalme4.fsf@systemreboot.net> References: <871pcalme4.fsf@systemreboot.net> Date: Fri, 07 Aug 2026 13:41:29 +0100 Message-ID: <87y0eije6e.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: As a quick follow-up, I wrote a Kagi "extract" tool as well. This tool uses the Kagi extract API[1] to fetch any web page and convert it to markdown. Now kaagum can read any web page robustly. It's a shame that the modern web is so hard to read and you need an API to do this, but it is what it is, I guess. In the future, it would be interesting to do this locally in kaagum itself, but that might require something like lightpanda[2]. [1]: https://kagi.com/api/docs/openapi/extract [2]: https://lightpanda.io/ Cheers, and enjoy the weekend!