@pointerhq/project-pointer
v0.1.14
Published
Project Pointer - General Purpose Agent
Readme
Project Pointer (Research Preview)
General Purpose Agent for Everyone
Installation
npm install -g @pointerhq/project-pointerUsage
Go into any folder and start the Pointer CLI
pointerLLM Provider
You can use the command /models to select an LLM provider, the default provider is Anthropic and the default model is claude-3-7-sonnet-20250219
Environment variables setup
You can use the command /env to open a text editor and update the envvironment variables directly. The template is listed below.
PROVIDER=anthropic
ANTHROPIC_API_KEY=...
ANTHROPIC_MODEL=claude-3-7-sonnet-20250219
OPENAI_API_KEY=...
OPENAI_MODEL=...
OPENROUTER_API_KEY=...
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
OPENROUTER_MODEL=...
DEEPSEEK_BASE_URL=https://api.deepseek.com
DEEPSEEK_API_KEY=...
DEEPSEEK_MODEL=...
FIRECRAWL_API_KEY=...Or you can do them separately ...
/env ANTHROPIC_API_KEY=sk-ant....
/env OPENAI_API_KEY=sk-...
/env FIRECRAWL_API_KEY=fc-...Browser container setup
docker pull pointerhq/project-pointerInside Pointer, you can run /browser to run the container
Then you can access the virtual browser in http://localhost:6080/vnc.html
Community
We are looking for feedback for any bugs, issues or feature suggestions!
Please join our Discord at https://discord.gg/KFtqf7j9fs
