- Do you have an Github account ? If not create one.
- Install required tools
- Latest Git Client
- gpg tools
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
| let links = [] | |
| for(let i = 0; i < l.length -1; i++) { | |
| if (l[i].href.includes('screencast')) { | |
| let p = l[i].href.split('/') | |
| links.push(l[i].href + 'media/' + p[p.length -2] + '.mp4') | |
| } | |
| } | |
| copy(links) |
| import React, {PureComponent} from 'react' | |
| import {View, Image, Text, ScrollView} from 'react-native' | |
| //import leafImg from './img/leaf-bg.jpg' | |
| import styles from './styles' | |
| class Home extends PureComponent { | |
| render() { | |
| return ( |
| package ethutil | |
| import ( | |
| "fmt" | |
| "math" | |
| "math/big" | |
| "strings" | |
| "github.com/shopspring/decimal" | |
| ) |
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
Status: proposal
Owner: agent-go
Updated: 2025-09-23
core/command with a functional-option loop engine (WithModel, WithTools, WithSystemPrompt, etc.).Step(ctx, opts...) returning turn metadata, cost, cached tokens, and session context snapshots.