{"id":17086595,"url":"https://github.com/arl/opencog-workbench","last_synced_at":"2026-04-12T17:06:58.974Z","repository":{"id":31653863,"uuid":"35219194","full_name":"arl/opencog-workbench","owner":"arl","description":"A tool to assist in the control and visualization of the OpenCog AtomSpace. It should facilitate the comprehension of AGI dynamics and allow a researcher to guide, tune, and understand the various mind processes in action, handle the parsing of log files and dynamic configuration of a running OpenCog instance. (developed with Angular, Bootstrap)","archived":false,"fork":false,"pushed_at":"2015-05-30T13:28:02.000Z","size":2092,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T14:42:12.663Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-07T12:37:35.000Z","updated_at":"2019-04-09T13:17:20.000Z","dependencies_parsed_at":"2022-09-07T12:02:21.440Z","dependency_job_id":null,"html_url":"https://github.com/arl/opencog-workbench","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arl/opencog-workbench","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Fopencog-workbench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Fopencog-workbench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Fopencog-workbench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Fopencog-workbench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arl","download_url":"https://codeload.github.com/arl/opencog-workbench/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Fopencog-workbench/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265947505,"owners_count":23853382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T13:29:01.869Z","updated_at":"2026-04-12T17:06:58.946Z","avatar_url":"https://github.com/arl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#OpenCog Workbench\n\n**the doc is still in progress...**\n\n\n## Install dependencies\nrefer to [INSTALL.md](./INSTALL.md) \n\n## How to run OpenCog Workbench?\nType ```gulp build```  to generate an optimized build.\nThen ```gulp serve-build``` and browse to http://localhost:7200\n\n## How to hack OpenCog Workbench?\n\n### Running the development environment\nType `gulp serve-dev` and browse to `http://localhost:7200`\n\n### Application Structure\n\t/build\t(created on the fly with gulp build)\n\t/src\n\t\t/client\n\t\t\t/app\n\t\t\t    /components\t (location of workbench modules)\n\t\t\t/content\n\t\t\t/test\n \t/report\t\t(various reports)\n\t\n\n### Dev Builds\nThe dev build does not optimize the deployed code. It simply runs it in place. You can run a dev build in multiple ways.\n\n####Option 1 - Serve\nType `gulp serve-dev` and browse to `http://localhost:7200`\n\n####Option 2 - Serve and Debug Node\nType `gulp serve-dev-debug` and browse to `http://localhost:7200` for the client and `http://localhost:8080/debug?port-5858` to debug the server.\n\n####Option 3 - Serve and Debug Node Breaking on 1st Line\nType `gulp serve-dev-debug-brk` and browse to `http://localhost:7200` for the client and `http://localhost:8080/debug?port-5858` to debug the server.\n\n### Staging Build\nThe staging build is an optimized build. Type `gulp serve-stage` and browse to `http://localhost:7200`\n\nThe optimizations are performed by the gulp tasks and include the following list. See the `gulpfile.js` for details\n\n- jshint\n- preparing Angular's templatecache for html templates\n- concat task to bundle css and js, separately\n- Angular dependency injection annotations using ngAnnotate\n- uglify to minify javascript\n- css autoprefixer for vendor prefixes\n- minify css\n- optimize images\n- index.html injection for scripts and links\n- deploying all js, css, images, fonts, and index.html\n\n## How It Works\nEvery component in ```src/client/app/components``` add its own route and set of menus to the workbench\n\n\n### The Modules\nThe app has 4 feature modules and depends on a series of external modules and custom but cross-app modules\n\n\n## core Module\nCore modules are ones that are shared throughout the entire application. Example might be common data services.\n\nThis is an aggregator of modules that the application will need. The `core` module takes the blocks, common, and Angular sub-modules as dependencies. \n\n## blocks Modules\nBlock modules are reusable blocks of code that can be used across projects simply by including them as dependencies.\n\n### blocks.logger Module\nThe `blocks.logger` module handles logging across the Angular app.\n\n### blocks.exception Module\nThe `blocks.exception` module handles exceptions across the Angular app.\n\nIt depends on the `blocks.logger` module, because the implementation logs the exceptions.\n\n### blocks.router Module\nThe `blocks.router` module contains a routing helper module that assists in adding routes to the $routeProvider.\n\n### Testing\nType `gulp test` to run the tests once. \n`gulp autotest` creates a watch on the files, running the tests on each save\n\nTesting uses karma, mocha, chai, sinon, ngMidwayTester libraries.\n\n### Issues \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farl%2Fopencog-workbench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farl%2Fopencog-workbench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farl%2Fopencog-workbench/lists"}