TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15521 · Feb 25

#rust#ai_gateway#ai_gateway_support#envoy#envoyproxy#gateway#generative_ai#llm_gateway#llm_inference#llm_proxy#llm_routing#llmops#llms#openai#prompt#proxy#proxy_server#routing Plano is an AI-native proxy server that handles key tasks for agentic apps like routing between agents, smart LLM model selection, safety guardrails, and automatic traces for observability. Define agents in simple YAML, write basic HTTP code in any language, and start Plano to run multi-agent systems without custom plumbing or framework lock-in. You benefit by building and shipping reliable agents to production much faster, focusing on core logic while gaining safety, low latency, and easy scaling. https://github.com/katanemo/plano

Results

7 similar posts found

Search: #yaml

当前筛选 #yaml清除筛选
The Devs

@thedevs · Post #1913 · 05/26/2021, 03:43 PM

The Norway problem, why you should refuse implicit typing on YAML. #article#yaml#coding @thedevs https://kutt.it/z0XkDY

喬苑

@Qiao_blog · Post #1428 · 03/06/2026, 05:14 AM

MIHOMO_YAMLS — 一个关于 mihomo 的综合工具库 #tools#github#mihomo#yaml 这个项目的名字虽然叫 MIHOMO_YAMLS,但它的定位早已超出了"配置文件集合"的范畴,更准确地说,它是一个围绕 mihomo 生态构建的综合性工具与知识库。 项目目前涵盖以下几个方向: 配置教程与文档 Wiki 提供了从零开始编写 mihomo 配置文件的系统性指引,无论是新手入门还是进阶调优,都可以在这里找到参考。 多流派配置收集 THEYAMLS 目录收录了来自社区不同风格、不同思路的配置方案,方便用户横向对比、按需取用。 覆写文件支持 针对 openclash或者一些订阅转换工具生成的配置,Overwrite 目录提供了对应的覆写文件,便于在不修改原始配置的前提下进行定制化调整。 规则集整理 项目汇整了来自各方的规则集资源,并在 CREDITS 文档中进行了统一归档与致谢。项目本身的 geodata 部分也提供了一些自维护的规则集。 客户端索引 CLIENTS 文档统计并整理了目前基于 mihomo 内核的主流客户端,方便用户根据平台和需求快速选型。 本项目仍在持续完善中,后续将补充更多内容。欢迎关注、使用,也欢迎提交 Issue 或 PR 参与共建。 项目地址:https://github.com/HenryChiao/MIHOMO_YAMLS

喬苑

@Qiao_blog · Post #1247 · 11/24/2025, 03:56 PM

▎mihomo_yamls #github#yaml#mihomo#smart#配置 Clash Meta/Mihomo(smart)的配置收集,主要参考LennoC/Template4Clash,提升观感并完善收集 https://github.com/HenryChiao/mihomo_yamls

喬苑

@Qiao_blog · Post #1305 · 12/26/2025, 09:51 AM

𝕄𝕚𝕙𝕠𝕞𝕠 的千种配置 #𝕘𝕚𝕥𝕙𝕦𝕓#收集#𝕞𝕚𝕙𝕠𝕞𝕠#开源#配置#yaml 究极完圣体形态 ❶ 补全并统计了对各平台的基于mihomo内核的软件。 ❷ 完善提交过程,添加诸多要求保持项目清洁无污染。 ❸ 提问过程细分化,使之更科学合理。 ❹ 提升项目各 readme.md阅读可观性 ❺ 对引用来源具体标明。 项目地址: https://github.com/HenryChiao/mihomo_yamls

GitHub Trends

@githubtrending · Post #14649 · 04/30/2025, 01:00 PM

#typescript#csv#diagrams#graph#json#nextjs#react#tool#visualization#yaml JSON Crack is a free, open-source tool that instantly turns complex JSON, YAML, CSV, XML, or TOML data into clear, interactive graphs, making it easier to explore and understand your information. It lets you convert between formats, validate data, generate code (like TypeScript interfaces), run queries, and export visuals as images—all while keeping your data private since everything processes locally on your device[1][2][5]. https://github.com/AykutSarac/jsoncrack.com

GitHub Trends

@githubtrending · Post #14929 · 07/08/2025, 01:00 PM

#swift#ci#cli#generator#specification#swift#xcode#xcodeproj#xcodeproject#yaml XcodeGen is a Swift command-line tool that automatically creates your Xcode project based on your folder structure and a simple YAML or JSON configuration file. This means you don’t have to manually manage your Xcode project files, avoiding merge conflicts in Git and keeping your project files always in sync with your folders. It supports complex setups, multiple targets, build settings, and schemes, and works well with CI systems. Using XcodeGen saves you time, reduces errors, and makes collaboration easier by letting you generate and update projects on demand without opening Xcode manually. This helps you focus more on coding and less on project setup. https://github.com/yonaskolb/XcodeGen

GitHub Trends

@githubtrending · Post #15440 · 01/27/2026, 12:00 PM

#go#config#config_loader#configuration#configuration_file#configuration_management#etcd_client#go#golang#golang_package#s3_bucket#toml#viper#yaml koanf is a lightweight Go library to load config from files (JSON, YAML, TOML), env vars, flags, S3, Vault and more, merging them easily with dot-path keys like "app.server.port". Install core with `go get github.com/knadh/koanf/v2`, add providers/parsers as needed. It's a cleaner Viper alternative with fewer dependencies and better extensibility. This saves you time by simplifying config in apps, letting you override values flexibly without bloat or forced orders. https://github.com/knadh/koanf