https://github.com/mrseanryan/gpt-preview
TypeScript Node.js library and dev tool for previewing the output of an LLM or AI Agent - especially for complex output with function calls or tool invocations.
https://github.com/mrseanryan/gpt-preview
agent-preview dev-tool function-calling function-calling-preview genai genai-debug genai-preview genai-summary llm-preview
Last synced: 5 days ago
JSON representation
TypeScript Node.js library and dev tool for previewing the output of an LLM or AI Agent - especially for complex output with function calls or tool invocations.
- Host: GitHub
- URL: https://github.com/mrseanryan/gpt-preview
- Owner: mrseanryan
- License: mit
- Created: 2025-01-08T19:09:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-11T11:10:58.000Z (about 1 year ago)
- Last Synced: 2025-10-26T05:47:27.798Z (4 months ago)
- Topics: agent-preview, dev-tool, function-calling, function-calling-preview, genai, genai-debug, genai-preview, genai-summary, llm-preview
- Language: TypeScript
- Homepage: https://github.com/mrseanryan/gpt-preview
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# README [for Contributors]
Contributions are welcome - please try to follow the existing code style.
1. To setup
```
./install.sh
```
All see the [main README](./README.md).
2. Test
```
./test.sh
```
3. End-to-end test of a published version:
```
cd e2e/e2e-gpt-preview-client
./go.sh
```