OpenAI-AgentsSDK-GUI
No description available.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- pull_request_template.md
- deployment.md
- example-agents.md
- faq.md
- getting-started.md
- index.md
- index.html
- manifest.json
- BasicDetails.js
- CodePreview.js
- GuardrailsConfigurator.js
- HandoffsSelector.js
- InstructionsEditor.js
- TestAgent.js
- ToolsSelector.js
- AgentBuilder.js
- AgentTester.js
- ApiKeySetup.js
- Dashboard.js
- Navbar.js
- index.css
- apiService.js
- codeTemplates.js
- modelOptions.js
- tools.js
- App.js
- index.js
- test-agent-api.js
- .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- config-overrides.js
- CONTRIBUTING.md
- LICENSE
- OpenAI-Agents SDK Reference Guide.md
- package-lock.json
- package.json
- README.md
- SECURITY.md
- test-agent.bat
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/jgravelle/OpenAI-AgentsSDK-GUI
Downloads the entire project code from GitHub to your computer.
cd OpenAI-AgentsSDK-GUI
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
