Skip to content

Instantly share code, notes, and snippets.

View enakai00's full-sized avatar

Etsuji Nakai enakai00

View GitHub Profile
@enakai00
enakai00 / google-adk-skill.sh
Created February 2, 2026 11:33
Setting up google-adk skill for Antigravity workspace
cd <Workspace dir>
# 1. 外部リソースを保存するディレクトリを作成
mkdir -p .agent/skills/google-adk/resources
# 2. リソースを内部にクローン(またはサブモジュールとして追加)
# 外部に置く必要がある場合は、シンボリックリンクを貼る方法もあります
git clone https://github.com/google/adk-python.git .agent/skills/google-adk/resources/adk-python
git clone https://github.com/google/adk-docs.git .agent/skills/google-adk/resources/adk-docs
--- fast_api.py.orig 2025-06-23 20:29:43.919757312 +0000
+++ fast_api.py 2025-06-23 20:30:19.763378438 +0000
@@ -960,4 +960,61 @@
StaticFiles(directory=ANGULAR_DIST_PATH, html=True),
name="static",
)
+
+ async def _get_runner_async(app_name: str):
+ """Returns the runner for the given app."""
+ import vertexai, json
{
"components": {
"comp-compose-params-for-model-tuner": {
"executorLabel": "exec-compose-params-for-model-tuner",
"inputDefinitions": {
"parameters": {
"adapter_length": {
"defaultValue": 0,
"description": "Adapter length.",
"isOptional": true,
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / flax_transformer.ipynb
Created February 7, 2023 08:53
Flax_Transformer.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / routing_enakai.ipynb
Created November 28, 2022 23:04
routing_enakai.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / qiqo-exercise-8-11.ipynb
Last active November 3, 2022 02:52
qiqo-exercise-8-11.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / 1-gradient-calculation-with-jax.ipynb
Created October 31, 2022 02:55
1. Gradient calculation with JAX.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / qiqo-8-4.ipynb
Created October 31, 2022 00:15
QIQO 8-4.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.