jmerelnyc/Photo-agents

★ 674⑂ 0

Autonomous self-evolving agents. Vision-grounded layered memory and self-written skills for LLM agents that operate your computer.

About jmerelnyc/Photo-agents

jmerelnyc/Photo-agents is an open-source project on GitHub, mainly written in Python. Autonomous self-evolving agents. Vision-grounded layered memory and self-written skills for LLM agents that operate your computer. It currently holds 674 stars and 0 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the AI Agent Memory board.

GitHub Repository Details

Repository jmerelnyc/Photo-agents · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

Photo Agents

License Python Status

Autonomous self-evolving Photo Agents. A perceive / reason / act framework for photo-aware agents that operate your computer the way you do.

"100% autonomous, self-evolving agents."

Jump to: About · Install · Run · GUI clients · Troubleshooting · FAQ

About

Photo Agents is building the next generation of LLM-driven agents that ground in what they actually see on screen. Instead of dumping longer chat transcripts into a model and hoping for the best we treat memory the way biology does. Vision in. Bound observations stored in layers. Skills written by the agent itself from real success.

The package in this repo is the runtime that ships that idea. It runs locally so you keep ownership of your screen, your data, and your keys.

What it is

Photo Agents is a single Python package that bundles:

The whole thing is gated by a remote-validated Photo Agents API key so usage stays accountable.

Install

pip install photoagents

or, with every optional client and integration

pip install "photoagents[all]"

Photo Agents needs Python 3.10 or newer. Tested on Windows, macOS, and Linux.

Then make it available to the runtime in any of these ways (checked in order):

1. Environment variable: PHOTOAGENTS_API_KEY=pk_live_... 2. Saved config: ~/.photoagents/config.json field api_key 3. Interactive prompt on first run (offered to be saved automatically)

A successful validation is cached for 24 hours so the gate stays fast.

LLM credentials

Copy the credentials template and fill in your provider key:

# from the repo root
cp photoagents/config/keys_template.py credentials.py

then edit credentials.py and uncomment one of the provider configs

The runtime also accepts a JSON form (credentials.json) with the same shape.

Run

# Interactive REPL on your terminal
python -m photoagents

One-shot file-IO mode

python -m photoagents --task my_task --input "List the largest files in this directory."

Reflect / watchdog mode (your check() function fires the next task)

python -m photoagents --reflect photoagents/evolution/scheduler.py

GUI clients

Photo Agents ships several optional frontends. Pick whichever fits your workflow:

| Client | Launch command | | ------------------------------ | --------------------------------------------------- | | Streamlit web app + webview | pythonw -m photoagents.cli.launcher | | Service hub (start/stop) | pythonw -m photoagents.cli.hub | | Desktop app (PyQt) | python -m photoagents.clients.desktop_app | | Desktop companion | pythonw -m photoagents.clients.companion_v2 | | Telegram bot | python -m photoagents.clients.telegram_client | | Feishu / WeCom / DingTalk / QQ | python -m photoagents.clients._client |

The launcher and hub both call the same API key gate before starting any service, so they will refuse to launch anything if your key is missing or revoked.

On-disk state

| Path | What lives there | | --------------------------------- | -------------------------------------------------- | | ~/.photoagents/config.json | API key + license validation cache | | ~/.photoagents/global_mem.txt | Long-term L2 facts | | ~/.photoagents/sessions/ | L4 raw session archives | | ~/.photoagents/skill_index/ | Vector index for skill / SOP search | | ~/.photoagents/temp/ | Per-task scratch (logs, intermediate output) |

Project layout

photoagents/
├── auth/        License gate (remote-validated API key)
├── cli/         python -m photoagents, GUI launcher, service hub
├── clients/     Web / desktop / chat-platform frontends
├── config/      credentials.py template
├── core/        Agent loop and tool dispatcher
├── evolution/   Reflection / scheduler scripts (the "self-evolving" loop)
├── integrations/ Optional third-party hooks (Langfuse, etc.)
├── llm/         Multi-provider session router
├── resources/   System prompt, tool schema, CDP bridge, demo media
├── skills/      L3 SOPs and helper modules (browser, vision, OCR, ...)
└── web/         DOM simplifier and Chrome DevTools Protocol driver

Troubleshooting

FAQ

Does this send my screen data anywhere besides my chosen LLM provider? No. The runtime talks to your configured LLM provider and the Photo Agents license endpoint only.

Can I run this fully offline? The agent loop itself needs a network-reachable LLM provider, but memory and skills are stored locally.

Support

Credits

Built and maintained by the Photo Agents team, with thanks to everyone filing issues and sending fixes.

License

MIT. See LICENSE.

Status

Status: beta. APIs may change before 1.0.

GitHub Stars & Activity

674Stars
0Forks
0Open issues
PythonLanguage

GitHub Popularity

GitHub stars674
Forks0
Open issues0
Primary languagePython
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related AI Projects

1

666ghj / MiroFish

Python★ 74,064⑂ 0
2

mem0ai / mem0

Python★ 65,695⑂ 0
3

bojieli / ai-agent-book

Python★ 48,844⑂ 0
4

volcengine / OpenViking

Python★ 38,148⑂ 0
5

topoteretes / cognee

Python★ 30,855⑂ 0
6

MemoriLabs / Memori

Python★ 16,849⑂ 0
7

NevaMind-AI / memU

Python★ 14,418⑂ 0
8

semantica-agi / semantica

Python★ 13,301⑂ 0

More AI Rankings