An open API service indexing awesome lists of open source software.

https://github.com/eastsun5566/tiny-hackmd-agent

🤖 Just 100+ LOC for a tiny HackMD agent
https://github.com/eastsun5566/tiny-hackmd-agent

agent hackmd markdown note-taking

Last synced: 5 months ago
JSON representation

🤖 Just 100+ LOC for a tiny HackMD agent

Awesome Lists containing this project

README

          

# Tiny HackMD Agent

> This is a simple, super tiny agent for interacting with HackMD notes with Just
> 100+ LOC

Blog post:

## Getting Started

- [Deno](https://deno.com/) v2+
- [HackMD API Token](https://hackmd.io/settings#api)
- [Anthropic API Key](https://console.anthropic.com/account/keys)

```bash
export HACKMD_API_TOKEN=
export ANTHROPIC_API_KEY=

deno task start
```

## Screenshots

![Conversation Screenshot](Screenshot.png)