life is too short for a diary




Daily Logs for Nov 22, 2025

Tags: dexter python uv

Author
Written by: Tushar Sharma
Featured image for Daily Logs for Nov 22, 2025

Dear Vishi, dear logs for today.

uv

uv is the package manager for python. Just like poetry. It's written in rust.

Usage

curl -LsSf https://astral.sh/uv/install.sh | sh

uv sync # install dependencies

uv run <script>

dexter

it's an AI financial agent. Usage

git clone https://github.com/virattt/dexter && cd $_
uv sync
cp env.example .env
# add this value inside OPENAI_API_KEY=""
# you need to add credits,  for  info https://platform.openai.com/settings/organization/billing/overview
# get API KEYS from here https://platform.openai.com/api-keys and https://www.financialdatasets.ai/
uv run dexter-agent

What was Apple's revenue growth over the last 4 quarters?

comments powered by Disqus