Viewing profile — traviscline
traviscline
HN member- Joined
- Tue, Feb 03, 2009, 7:04 AM UTC
- HN karma
- 22
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About traviscline
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46909762
Been using these types of flows across agent harnesses for a while. Check out https://github.com/tmc/it2
-
comment
Comment #45352103
I’m seeing this even in RecoveryOS after a fresh MacOS install.. Can others check logs on MacOS and iOS devices?
-
comment
Comment #43948610
https://github.com/tmc/mcp/blob/next/cmd/mcpdiff/testdata/sc... This is what the tests look like, for both the tools and to validate the servers.
-
comment
Comment #43948563
In the current state you can insert “mcpspy” in front of a server and it intercepts and streams out a plain text format that’s nice for humans and machines. There’s also a replay t…
-
comment
Comment #43948514
Thanks for this, I’ve been feeling similarly. I’m working on some Go programs/tools with the explicit goal of describing existing servers in a language neutral manner to try to get…
-
comment
Comment #38475957
See https://news.ycombinator.com/item?id=38475745 / https://github.com/tmc/langchaingo for a closer-to-langchain alternative.
-
comment
Comment #38475746
I've been building+maintaining this Go-idiomatic port of langchain concepts to Go. We're gaining a bit of traction and would love input, feedback, and contributions. we have some n…
- story
-
comment
Comment #38475739
You might be interested in https://github.com/tmc/langchaingo which adheres to some of the conceptual modeling in langchain.
-
comment
Comment #38475725
This is cool -- I wrote something a bit similar here but uses just raw Go as the source input: https://github.com/tmc/go2oapi
-
story
Show HN: RightHand – an LLM powered assistive tool inspired by injury
I had a bad mountain hiking accident a bit over two weeks ago and in the mean time developed this go based assistant/automation tool. LMK what you think!
-
comment
Comment #18911760
I used this library for inspiration and extended to write some cli tools for use from vim: https://github.com/tmc/notion/tree/master/cmd
-
comment
Comment #18911745
https://github.com/tmc/notion/tree/master/cmd Has some tools
-
comment
Comment #18911741
https://github.com/tmc/notion/tree/master/cmd I wrote some tools to use notion from vim.
-
comment
Comment #18908842
Some cli tools here: https://github.com/tmc/notion/tree/master/cmd I use these plus some vim recordings to do bidi synchronization of buffers
-
comment
Comment #18199039
You might consider https://godoc.org/github.com/tmc/grpcutil/protoc-gen-tstypes
-
comment
Comment #16814182
typos: memeory, "pulling the struct iovec abart."
-
comment
Comment #10061419
Nothing official but I have a prototype that exposes a parse schema via GraphQL here: https://github.com/tmc/parse_graphql
- story
-
comment
Comment #6776336
Just pushed a tool that shows you your margins using the MtGox streaming api: https://github.com/tmc/btcmargin
-
comment
Comment #6288626
Do you not recall those recent strikes?
-
comment
Comment #4025012
Interesting, I've had an almost opposite experience, but I don't know the ruby landscape all that well (bundler/gemsets/rbenv/rvm etc) and I suppose it just depends on what backgro…
- comment
-
comment
Comment #2832071
Great writeup. This shows the power of gevent+redis really succinctly. I think most importantly vs a twisted or tornado based solution this is using the vanilla redis client librar…