-
Notifications
You must be signed in to change notification settings - Fork 0
GEN-1565 Macrocosmos Logger #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d5a1f40 improve proto comments 9f44609 remove run_seq_id from proto 92be4b3 added missing run_seq_id 4395860 update logger proto 8ed6a42 init logger protos 275883f Merge pull request #28 from macrocosm-os/gen_1498_completions_for_deep_research c6dbf10 Merge remote-tracking branch 'origin/main' into gen_1498_completions_for_deep_research ff964fa Merge pull request #27 from macrocosm-os/gen_1328_update_completion_attribute ed69470 GEN-1498 add new new line in apex.proto 7bff37c Merge remote-tracking branch 'origin/main' into gen_1328_update_completion_attribute 90a77eb GEN-1498 adding functionality that returns completions that contain deep researcher metadata 452d651 GEN-1328 removing unnecessary optional on metadata proto type 111b7f7 GEN-1328 allow for any attribute combination to be updated in completions function 453e92e Merge pull request #26 from macrocosm-os/gen_1323_completions_from_search_term e4cbd1f GEN-1328 adding new line to apex.proto 16e2be2 Merge remote-tracking branch 'origin/main' into gen_1328_update_completion_attribute bdabb7e Merge remote-tracking branch 'origin/main' into gen_1323_completions_from_search_term b17b911 GEN-1323 formatting: new line added to apex.proto fec8463 GEN-1323 adding search over prompt and completion text functionality b96f234 Merge remote-tracking branch 'origin/main' into gen_1328_update_completion_attribute c360938 Merge remote-tracking branch 'origin/main' into gen_1323_completions_from_search_term 3532b3f Merge pull request #25 from macrocosm-os/gen_1473_modify_update_chat_attribute a3df363 Merge remote-tracking branch 'origin/main' into gen_1473_modify_update_chat_attribute 2d7aa97 Merge pull request #24 from macrocosm-os/gen_1330_delete_completions 65632f1 Merge remote-tracking branch 'origin/main' into gen_1330_delete_completions 5585e83 GEN-1328 added initial update completion attribute f8fd14d (WIP) adding update completion attribute endpoint 99f00a9 GEN-1323 adding the search completions using string and return chat ids functionality 7782099 (WIP) proto update bddc347 GEN-1473 modifying the UpdateChatAttribute endpoint to return the updated data. Renaming to UpdateChatAttributes 7f4e6f5 GEN-1330 new line formatting 54f458c (WIP) GEN-1330 delete completions added and additional user_id validation implemented 2c40db9 Merge pull request #23 from macrocosm-os/gen_1324_insert_a_chat 0edbf74 Merge remote-tracking branch 'origin/main' into gen_1324_insert_a_chat edad0d2 GEN-1324 CreateCompletion and CreateChatAndCompletion endpoints. Endpoints return ParsedChat and ParsedCompletion data 3ad7e51 Merge remote-tracking branch 'origin/main' into gen_1324_insert_a_chat 49a4cc0 GEN-1322: Retrieve chat completions schemas (#22) ea967dd GEN-1322: Add endpoint for retrieving chat completions (#138) a0cff84 Merge pull request #21 from macrocosm-os/gen-1334_add_const_api_to_gravity_db b604ed5 Merge remote-tracking branch 'origin/main' into gen-1334_add_const_api_to_gravity_db 406796e hotfix: remove duplicate DatasetBillingCorrection rpc 0e98f7f Merge branch 'main' into gen-1334_add_const_api_to_gravity_db 4f4e95e GEN-1324 new line on apex.proto 2281abc (WIP) GEN-1324 testing add chat and completions ecd4f4c Add endpoint for retrieving chat completions 93827af Merge pull request #20 from macrocosm-os/gen_1329_delete_chat 5cb32a1 Merge remote-tracking branch 'origin/main' into gen_1329_delete_chat c6a5223 (WIP) GEN-1324 adding checks on chat type, completion type 988f35b (WIP) GEN-1324 prelimary addition of insert chat functionality 5fd6e0d GEN-1329 delete chat functionality added via DeleteChats 2d46890 (WIP) GEN-1329 initial deletion setup e3b05a4 Merge branch 'main' into gen-1334_add_const_api_to_gravity_db d9a8e88 Merge pull request #19 from macrocosm-os/hotfix_user_id_missing_on_crawler 95e7746 Hotfix user_id missing on crawler 336b244 add new sn13 params a59dbff Merge branch 'main' into gen-1334_add_const_api_to_gravity_db 3f18527 added new sn13 DD criteria c32aef3 change to timestamp 97dce97 add new criteria git-subtree-dir: protos git-subtree-split: d5a1f400b0c190de20a8d1fdc589d31edd4b6e1f
…_wandb_replacement
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This introduces our new Logger to the Macrocosmos SDK. Logger is the Macrocosmos logging utility used by Macrocosmos subnets for capturing subnet node activity.
Example usage
Here's a simple example of a
runmethod that utlizes the Macrocosmos logger.Disable Console Capture
All console messages (i.e. log messages) are automatically captured by
mc_loggerbetween theinit()andfinish()calls. This can be disabled by setting the environment variableMACROCOSMOS_CAPTURE_LOGS=false.